Home
last modified time | relevance | path

Searched refs:m_texture2D (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderTextureFunctionTests.cpp242 glu::Texture2D* m_texture2D; member in deqp::gles2::Functional::ShaderTextureFunctionCase
251 , m_texture2D (DE_NULL) in ShaderTextureFunctionCase()
258 delete m_texture2D; in ~ShaderTextureFunctionCase()
338m_texture2D = new glu::Texture2D(m_renderCtx, m_textureSpec.format, m_textureSpec.dataType, m_text… in initTexture()
346 m_texture2D->getRefTexture().allocLevel(level); in initTexture()
347 …tcu::fillWithGrid(m_texture2D->getRefTexture().getLevel(level), de::max(1, baseCellSize>>level), c… in initTexture()
349 m_texture2D->upload(); in initTexture()
357 m_textures.push_back(gls::TextureBinding(m_texture2D, m_textureSpec.sampler)); in initTexture()
527 delete m_texture2D; in deinit()
530 m_texture2D = DE_NULL; in deinit()
/external/deqp/external/openglcts/modules/glesext/texture_shadow_lod/
DesextcTextureShadowLodFunctionsTest.cpp329 glu::Texture2D* m_texture2D; member in deqp::Functional::TextureShadowLodTestCase
343 , m_texture2D(DE_NULL) in TextureShadowLodTestCase()
352 delete m_texture2D; in ~TextureShadowLodTestCase()
490m_texture2D = new glu::Texture2D(m_renderCtx, m_textureSpec.format, m_textureSpec.width, m_texture… in initTexture()
498 m_texture2D->getRefTexture().allocLevel(level); in initTexture()
499 …tcu::fillWithGrid(m_texture2D->getRefTexture().getLevel(level), de::max(1, baseCellSize >> level),… in initTexture()
502 m_texture2D->upload(); in initTexture()
512 m_textures.push_back(TextureBinding(m_texture2D, m_textureSpec.sampler)); in initTexture()
912 delete m_texture2D; in deinit()
916 m_texture2D = DE_NULL; in deinit()
/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp463 glu::Texture2D* m_texture2D; member in deqp::gles3::Functional::ShaderTextureFunctionCase
474 , m_texture2D (DE_NULL) in ShaderTextureFunctionCase()
483 delete m_texture2D; in ~ShaderTextureFunctionCase()
584m_texture2D = new glu::Texture2D(m_renderCtx, m_textureSpec.format, m_textureSpec.width, m_texture… in initTexture()
592 m_texture2D->getRefTexture().allocLevel(level); in initTexture()
593 …tcu::fillWithGrid(m_texture2D->getRefTexture().getLevel(level), de::max(1, baseCellSize>>level), c… in initTexture()
595 m_texture2D->upload(); in initTexture()
603 m_textures.push_back(gls::TextureBinding(m_texture2D, m_textureSpec.sampler)); in initTexture()
935 delete m_texture2D; in deinit()
940 m_texture2D = DE_NULL; in deinit()