Home | History | Annotate | Download | only in functional

Lines Matching defs:refTexture

298 	const tcu::Texture2D&		refTexture			= m_texture->getRefTexture();
301 const int texWidth = refTexture.getWidth();
302 const int texHeight = refTexture.getHeight();
436 refTexture, &texCoord[0], sampleParams);
1251 const tcu::Texture3D& refTexture = m_texture->getRefTexture();
1252 const tcu::TextureFormat& texFmt = refTexture.getFormat();
1254 const int texWidth = refTexture.getWidth();
1255 const int texHeight = refTexture.getHeight();
1386 refTexture, &texCoord[0], sampleParams);
1503 const tcu::Texture2D& refTexture = m_texture->getRefTexture();
1504 const int texWidth = refTexture.getWidth();
1505 const int texHeight = refTexture.getHeight();
1588 refTexture, &texCoord[0], sampleParams);
2128 const tcu::Texture3D& refTexture = m_texture->getRefTexture();
2129 const tcu::TextureFormat& texFmt = refTexture.getFormat();
2131 const int texWidth = refTexture.getWidth();
2132 const int texHeight = refTexture.getHeight();
2220 refTexture, &texCoord[0], sampleParams);