Home | History | Annotate | Download | only in functional

Lines Matching refs:Texture2D

112 	glu::Texture2D*				m_texture;
160 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
252 const tcu::Texture2D& refTexture = m_texture->getRefTexture();
773 glu::Texture2D* m_texture;
798 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
821 tcu::Texture2D resultTexture (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), m_texture->getRefTexture().getWidth(), m_texture->getRefTexture().getHeight());