Lines Matching refs:Texture2D
359 static void swizzleTexture (tcu::Texture2D& dst, const tcu::Texture2D& src, const MaybeTextureSwizzle& swizzle)
361 dst = tcu::Texture2D(src.getFormat(), src.getWidth(), src.getHeight());
1645 MovePtr<glu::Texture2D> m_texture;
1646 tcu::Texture2D m_swizzledTexture;
1669 m_texture = MovePtr<glu::Texture2D>(new glu::Texture2D(renderCtx, glu::getInternalFormat(m_textureFormat), m_textureSize.x(), m_textureSize.y()));
1672 tcu::Texture2D& refTexture = m_texture->getRefTexture();