Home
last modified time | relevance | path

Searched refs:createCubeMapArrayTexture (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayImageTextureSize.cpp228 void TextureCubeMapArrayTextureSizeBase::createCubeMapArrayTexture(glw::GLuint &texId, glw::GLuint … in createCubeMapArrayTexture() function in glcts::TextureCubeMapArrayTextureSizeBase
326 createCubeMapArrayTexture(m_to_std_id, width, height, depth, storType, false); in configureTextures()
327 createCubeMapArrayTexture(m_to_shw_id, width, height, depth, storType, true); in configureTextures()
1606 createCubeMapArrayTexture(m_to_img_id, width, height, depth, storType, false); in configureTextures()
H A DesextcTextureCubeMapArrayImageTextureSize.hpp95 …void createCubeMapArrayTexture(glw::GLuint &texId, glw::GLuint width, glw::GLuint height, glw::GLu…