• Home
  • Raw
  • Download

Lines Matching refs:m_texture

89 	glu::Texture2D*			m_texture;  member in deqp::gles2::Functional::Texture2DFormatCase
100 , m_texture (DE_NULL) in Texture2DFormatCase()
123 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height); in init()
126 m_texture->getRefTexture().allocLevel(0); in init()
127 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueM… in init()
132 delete m_texture; in deinit()
133 m_texture = DE_NULL; in deinit()
148 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in iterate()
155 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in iterate()
173 m_texture->upload(); in iterate()
177 gl.bindTexture(GL_TEXTURE_2D, m_texture->getGLTexture()); in iterate()
193 …Access(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture()… in iterate()
229 glu::TextureCube* m_texture; member in deqp::gles2::Functional::TextureCubeFormatCase
244 , m_texture (DE_NULL) in TextureCubeFormatCase()
273 m_texture = m_dataType != GL_NONE in init()
294 m_texture->getRefTexture().allocLevel((tcu::CubeFace)face, 0); in init()
295 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevelFace(0, (tcu::CubeFace)face), g… in init()
299 m_texture->upload(); in init()
308 delete m_texture; in deinit()
309 m_texture = DE_NULL; in deinit()
324 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in testFace()
326 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in testFace()
346 gl.bindTexture(GL_TEXTURE_CUBE_MAP, m_texture->getGLTexture()); in testFace()
361 …Access(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture()… in testFace()
415 glu::Texture2D* m_texture; member in deqp::gles2::Functional::Compressed2DFormatCase
424 , m_texture (DE_NULL) in Compressed2DFormatCase()
437m_texture = Texture2D::create(m_renderCtx, m_renderCtxInfo, m_testCtx.getArchive(), (int)m_filenam… in init()
442 delete m_texture; in deinit()
443 m_texture = DE_NULL; in deinit()
452 …ewport viewport (m_renderCtx.getRenderTarget(), m_texture->getRefTexture().getWidth(), m_textu… in iterate()
465 gl.bindTexture(GL_TEXTURE_2D, m_texture->getGLTexture()); in iterate()
483 …Access(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture()… in iterate()
517 glu::TextureCube* m_texture; member in deqp::gles2::Functional::CompressedCubeFormatCase
529 , m_texture (DE_NULL) in CompressedCubeFormatCase()
545m_texture = TextureCube::create(m_renderCtx, m_renderCtxInfo, m_testCtx.getArchive(), (int)m_filen… in init()
553 delete m_texture; in deinit()
554 m_texture = DE_NULL; in deinit()
563 …iewport viewport (m_renderCtx.getRenderTarget(), m_texture->getRefTexture().getSize(), m_textu… in testFace()
580 gl.bindTexture(GL_TEXTURE_CUBE_MAP, m_texture->getGLTexture()); in testFace()
595 …Access(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture()… in testFace()