Home | History | Annotate | Download | only in functional

Lines Matching refs:Texture2D

163 	glu::Texture2D*				m_texture;
206 m_texture = new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
298 const tcu::Texture2D& refTexture = m_texture->getRefTexture();
814 glu::Texture2D* m_texture;
839 m_texture = new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
862 tcu::Texture2D resultTexture (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), m_texture->getRefTexture().getWidth(), m_texture->getRefTexture().getHeight());
1447 glu::Texture2D* m_texture;
1471 m_texture = new glu::Texture2D(m_context.getRenderContext(), format, m_texWidth, m_texHeight);
1503 const tcu::Texture2D& refTexture = m_texture->getRefTexture();