Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_shadow_lod/
H A DesextcTextureShadowLodFunctionsTest.cpp333 glu::Texture2DArray *m_texture2DArray; member in deqp::Functional::TextureShadowLodTestCase
347 , m_texture2DArray(DE_NULL) in TextureShadowLodTestCase()
356 delete m_texture2DArray; in ~TextureShadowLodTestCase()
526m_texture2DArray = new glu::Texture2DArray(m_renderCtx, m_textureSpec.format, m_textureSpec.width, in initTexture()
530 m_texture2DArray->getRefTexture().allocLevel(level); in initTexture()
531 tcu::PixelBufferAccess levelAccess = m_texture2DArray->getRefTexture().getLevel(level); in initTexture()
545 m_texture2DArray->upload(); in initTexture()
555 m_textures.push_back(TextureBinding(m_texture2DArray, m_textureSpec.sampler)); in initTexture()
915 delete m_texture2DArray; in deinit()
919 m_texture2DArray = DE_NULL; in deinit()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp781 glu::Texture2DArray *m_texture2DArray; member in deqp::gles3::Functional::ShaderTextureFunctionCase
795 , m_texture2DArray(DE_NULL) in ShaderTextureFunctionCase()
804 delete m_texture2DArray; in ~ShaderTextureFunctionCase()
982m_texture2DArray = new glu::Texture2DArray(m_renderCtx, m_textureSpec.format, m_textureSpec.width, in initTexture()
986 m_texture2DArray->getRefTexture().allocLevel(level); in initTexture()
987 tcu::PixelBufferAccess levelAccess = m_texture2DArray->getRefTexture().getLevel(level); in initTexture()
1001 m_texture2DArray->upload(); in initTexture()
1011 m_textures.push_back(gls::TextureBinding(m_texture2DArray, m_textureSpec.sampler)); in initTexture()
1290 delete m_texture2DArray; in deinit()
1295 m_texture2DArray = DE_NULL; in deinit()