Home | History | Annotate | Download | only in functional

Lines Matching refs:m_texture

98 	glu::Texture2D*			m_texture;
111 , m_texture (DE_NULL)
126 m_texture = (m_internalFormat == m_format) ? new glu::Texture2D(m_context.getRenderContext(), m_format, m_dataType, width, height)
129 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
132 m_texture->getRefTexture().allocLevel(0);
133 tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueMax);
138 delete m_texture;
139 m_texture = DE_NULL;
148 RandomViewport viewport (m_context.getRenderContext().getRenderTarget(), m_texture->getRefTexture().getWidth(), m_texture->getRefTexture().getHeight(), deStringHash(getName()));
154 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
156 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
167 m_texture->upload();
171 gl.bindTexture(GL_TEXTURE_2D, m_texture->getGLTexture());
196 sampleTexture(SurfaceAccess(referenceFrame, tcu::PixelFormat(8,8,8,8)), m_texture->getRefTexture(), &texCoord[0], renderParams);