Home | History | Annotate | Download | only in functional

Lines Matching refs:m_texture

1153 	glu::Texture2D*		m_texture;
1159 , m_texture (DE_NULL)
1172 delete m_texture;
1253 DE_ASSERT(!m_texture);
1254 m_texture = new glu::Texture2D(m_context.getRenderContext(), m_precision == glu::PRECISION_HIGHP ? GL_RGBA32F : GL_RGBA16F, viewportSize.x(), viewportSize.y());
1255 m_texture->getRefTexture().allocLevel(0);
1264 const tcu::PixelBufferAccess level0 = m_texture->getRefTexture().getLevel(0);
1278 m_texture->upload();
1319 delete m_texture;
1320 m_texture = DE_NULL;
1329 gl.bindTexture (GL_TEXTURE_2D, m_texture->getGLTexture());