Lines Matching refs:m_texture
118 glu::TextureCubeArray* m_texture; member in deqp::gles31::Functional::TextureCubeArrayFormatCase
132 , m_texture (DE_NULL) in TextureCubeArrayFormatCase()
146 , m_texture (DE_NULL) in TextureCubeArrayFormatCase()
164 m_texture = m_dataType != GL_NONE in init()
168 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in init()
171 m_texture->getRefTexture().allocLevel(0); in init()
172 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueM… in init()
190 delete m_texture; in deinit()
191 m_texture = DE_NULL; in deinit()
206 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in testLayerFace()
210 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in testLayerFace()
224 m_texture->upload(); in testLayerFace()
228 gl.bindTexture(GL_TEXTURE_CUBE_MAP_ARRAY, m_texture->getGLTexture()); in testLayerFace()
243 …Access(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture()… in testLayerFace()
262 return m_curLayerFace < m_texture->getRefTexture().getDepth() ? CONTINUE : STOP; in iterate()
287 glu::TextureBuffer* m_texture; member in deqp::gles31::Functional::TextureBufferFormatCase
297 , m_texture (DE_NULL) in TextureBufferFormatCase()
332 m_texture = new glu::TextureBuffer(m_renderCtx, m_format, m_width * fmt.getPixelSize()); in init()
335 tcu::fillWithComponentGradients(m_texture->getFullRefTexture(), colorA, colorB); in init()
340 delete m_texture; in deinit()
341 m_texture = DE_NULL; in deinit()
356 …Access effectiveRefTexture = glu::getTextureBufferEffectiveRefTexture(*m_texture, m_maxTextureBuf… in iterate()
374 m_texture->upload(); in iterate()
378 gl.bindTexture(GL_TEXTURE_BUFFER, m_texture->getGLTexture()); in iterate()