Home | History | Annotate | Download | only in functional

Lines Matching defs:refTexture

297 	const tcu::Texture2D&		refTexture			= m_texture->getRefTexture();
300 const int texWidth = refTexture.getWidth();
301 const int texHeight = refTexture.getHeight();
435 refTexture, &texCoord[0], sampleParams);
1246 const tcu::Texture3D& refTexture = m_texture->getRefTexture();
1247 const tcu::TextureFormat& texFmt = refTexture.getFormat();
1249 const int texWidth = refTexture.getWidth();
1250 const int texHeight = refTexture.getHeight();
1381 refTexture, &texCoord[0], sampleParams);
1498 const tcu::Texture2D& refTexture = m_texture->getRefTexture();
1499 const int texWidth = refTexture.getWidth();
1500 const int texHeight = refTexture.getHeight();
1583 refTexture, &texCoord[0], sampleParams);
2123 const tcu::Texture3D& refTexture = m_texture->getRefTexture();
2124 const tcu::TextureFormat& texFmt = refTexture.getFormat();
2126 const int texWidth = refTexture.getWidth();
2127 const int texHeight = refTexture.getHeight();
2215 refTexture, &texCoord[0], sampleParams);