Home | History | Annotate | Download | only in functional

Lines Matching full:m_texture

96 	glu::TextureCubeArray*				m_texture;
110 , m_texture (DE_NULL)
124 , m_texture (DE_NULL)
139 m_texture = m_dataType != GL_NONE
143 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
146 m_texture->getRefTexture().allocLevel(0);
147 tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueMax);
161 delete m_texture;
162 m_texture = DE_NULL;
182 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
186 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
200 m_texture->upload();
204 gl.bindTexture(GL_TEXTURE_CUBE_MAP_ARRAY, m_texture->getGLTexture());
219 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], renderParams);
238 return m_curLayerFace < m_texture->getRefTexture().getDepth() ? CONTINUE : STOP;
263 glu::TextureBuffer* m_texture;
273 , m_texture (DE_NULL)
306 m_texture = new glu::TextureBuffer(m_renderCtx, m_format, m_width * fmt.getPixelSize());
309 tcu::fillWithComponentGradients(m_texture->getFullRefTexture(), colorA, colorB);
314 delete m_texture;
315 m_texture = DE_NULL;
330 const tcu::ConstPixelBufferAccess effectiveRefTexture = glu::getTextureBufferEffectiveRefTexture(*m_texture, m_maxTextureBufferSize);
348 m_texture->upload();
352 gl.bindTexture(GL_TEXTURE_BUFFER, m_texture->getGLTexture());