Home | History | Annotate | Download | only in functional

Lines Matching defs: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);
1245 const tcu::Texture3D& refTexture = m_texture->getRefTexture();
1246 const tcu::TextureFormat& texFmt = refTexture.getFormat();
1248 const int texWidth = refTexture.getWidth();
1249 const int texHeight = refTexture.getHeight();
1380 refTexture, &texCoord[0], sampleParams);
1497 const tcu::Texture2D& refTexture = m_texture->getRefTexture();
1498 const int texWidth = refTexture.getWidth();
1499 const int texHeight = refTexture.getHeight();
1582 refTexture, &texCoord[0], sampleParams);
2122 const tcu::Texture3D& refTexture = m_texture->getRefTexture();
2123 const tcu::TextureFormat& texFmt = refTexture.getFormat();
2125 const int texWidth = refTexture.getWidth();
2126 const int texHeight = refTexture.getHeight();
2214 refTexture, &texCoord[0], sampleParams);