Home | History | Annotate | Download | only in functional

Lines Matching refs:refTexture

296 	const tcu::Texture2D&		refTexture			= m_texture->getRefTexture();
299 const int texWidth = refTexture.getWidth();
300 const int texHeight = refTexture.getHeight();
434 refTexture, &texCoord[0], sampleParams);
1249 const tcu::Texture3D& refTexture = m_texture->getRefTexture();
1250 const tcu::TextureFormat& texFmt = refTexture.getFormat();
1252 const int texWidth = refTexture.getWidth();
1253 const int texHeight = refTexture.getHeight();
1384 refTexture, &texCoord[0], sampleParams);
1501 const tcu::Texture2D& refTexture = m_texture->getRefTexture();
1502 const int texWidth = refTexture.getWidth();
1503 const int texHeight = refTexture.getHeight();
1586 refTexture, &texCoord[0], sampleParams);
2126 const tcu::Texture3D& refTexture = m_texture->getRefTexture();
2127 const tcu::TextureFormat& texFmt = refTexture.getFormat();
2129 const int texWidth = refTexture.getWidth();
2130 const int texHeight = refTexture.getHeight();
2218 refTexture, &texCoord[0], sampleParams);