• Home
  • Raw
  • Download

Lines Matching refs:m_texture

108 	glu::Texture2D*			m_texture;  member in deqp::gles3::Functional::Texture2DFormatCase
120 , m_texture (DE_NULL) in Texture2DFormatCase()
133 , m_texture (DE_NULL) in Texture2DFormatCase()
161 m_texture = m_dataType != GL_NONE in init()
166 m_texture->getRefTexture().allocLevel(0); in init()
167 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueM… in init()
172 delete m_texture; in deinit()
173 m_texture = DE_NULL; in deinit()
188 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in iterate()
195 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in iterate()
213 m_texture->upload(); in iterate()
217 gl.bindTexture(GL_TEXTURE_2D, m_texture->getGLTexture()); in iterate()
233 …Access(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture()… in iterate()
271 glu::TextureCube* m_texture; member in deqp::gles3::Functional::TextureCubeFormatCase
286 , m_texture (DE_NULL) in TextureCubeFormatCase()
301 , m_texture (DE_NULL) in TextureCubeFormatCase()
332 m_texture = m_dataType != GL_NONE in init()
353 m_texture->getRefTexture().allocLevel((tcu::CubeFace)face, 0); in init()
354 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevelFace(0, (tcu::CubeFace)face), g… in init()
358 m_texture->upload(); in init()
367 delete m_texture; in deinit()
368 m_texture = DE_NULL; in deinit()
383 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in testFace()
385 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in testFace()
405 gl.bindTexture(GL_TEXTURE_CUBE_MAP, m_texture->getGLTexture()); in testFace()
420 …Access(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture()… in testFace()
472 glu::Texture2DArray* m_texture; member in deqp::gles3::Functional::Texture2DArrayFormatCase
487 , m_texture (DE_NULL) in Texture2DArrayFormatCase()
502 , m_texture (DE_NULL) in Texture2DArrayFormatCase()
517 m_texture = m_dataType != GL_NONE in init()
521 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in init()
524 m_texture->getRefTexture().allocLevel(0); in init()
525 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueM… in init()
534 delete m_texture; in deinit()
535 m_texture = DE_NULL; in deinit()
550 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in testLayer()
552 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in testLayer()
563 m_texture->upload(); in testLayer()
567 gl.bindTexture(GL_TEXTURE_2D_ARRAY, m_texture->getGLTexture()); in testLayer()
582 …Access(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture()… in testLayer()
598 return m_curLayer < m_texture->getRefTexture().getNumLayers() ? CONTINUE : STOP; in iterate()
629 glu::Texture3D* m_texture; member in deqp::gles3::Functional::Texture3DFormatCase
644 , m_texture (DE_NULL) in Texture3DFormatCase()
659 , m_texture (DE_NULL) in Texture3DFormatCase()
674 m_texture = m_dataType != GL_NONE in init()
678 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in init()
681 m_texture->getRefTexture().allocLevel(0); in init()
682 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueM… in init()
691 delete m_texture; in deinit()
692 m_texture = DE_NULL; in deinit()
707 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in testSlice()
710 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in testSlice()
721 m_texture->upload(); in testSlice()
725 gl.bindTexture(GL_TEXTURE_3D, m_texture->getGLTexture()); in testSlice()
740 …Access(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture()… in testSlice()
756 return m_curSlice < m_texture->getRefTexture().getDepth() ? CONTINUE : STOP; in iterate()
792 glu::Texture2D* m_texture; member in deqp::gles3::Functional::Compressed2DFormatCase
812 , m_texture (DE_NULL) in Compressed2DFormatCase()
833 m_texture = new glu::Texture2D(m_renderCtx, m_renderCtxInfo, 1, &compressedTexture); in init()
838 delete m_texture; in deinit()
839 m_texture = DE_NULL; in deinit()
848 …ewport viewport (m_renderCtx.getRenderTarget(), m_texture->getRefTexture().getWidth(), m_textu… in iterate()
854 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in iterate()
856 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in iterate()
868 gl.bindTexture(GL_TEXTURE_2D, m_texture->getGLTexture()); in iterate()
883 …Access(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture()… in iterate()
930 glu::TextureCube* m_texture; member in deqp::gles3::Functional::CompressedCubeFormatCase
953 , m_texture (DE_NULL) in CompressedCubeFormatCase()
981 m_texture = new glu::TextureCube(m_renderCtx, m_renderCtxInfo, 1, &levels[0]); in init()
989 delete m_texture; in deinit()
990 m_texture = DE_NULL; in deinit()
999 …iewport viewport (m_renderCtx.getRenderTarget(), m_texture->getRefTexture().getSize(), m_textu… in testFace()
1005 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in testFace()
1007 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in testFace()
1022 gl.bindTexture(GL_TEXTURE_CUBE_MAP, m_texture->getGLTexture()); in testFace()
1036 …Access(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture()… in testFace()
1081 glu::Texture2D* m_texture; member in deqp::gles3::Functional::Texture2DFileCase
1090 , m_texture (DE_NULL) in Texture2DFileCase()
1103m_texture = glu::Texture2D::create(m_renderCtx, m_renderCtxInfo, m_testCtx.getArchive(), (int)m_fi… in init()
1108 delete m_texture; in deinit()
1109 m_texture = DE_NULL; in deinit()
1118 …ewport viewport (m_renderCtx.getRenderTarget(), m_texture->getRefTexture().getWidth(), m_textu… in iterate()
1131 gl.bindTexture(GL_TEXTURE_2D, m_texture->getGLTexture()); in iterate()
1149 …Access(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture()… in iterate()
1183 glu::TextureCube* m_texture; member in deqp::gles3::Functional::TextureCubeFileCase
1195 , m_texture (DE_NULL) in TextureCubeFileCase()
1211m_texture = glu::TextureCube::create(m_renderCtx, m_renderCtxInfo, m_testCtx.getArchive(), (int)m_… in init()
1219 delete m_texture; in deinit()
1220 m_texture = DE_NULL; in deinit()
1229 …iewport viewport (m_renderCtx.getRenderTarget(), m_texture->getRefTexture().getSize(), m_textu… in testFace()
1246 gl.bindTexture(GL_TEXTURE_CUBE_MAP, m_texture->getGLTexture()); in testFace()
1261 …Access(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture()… in testFace()