Lines Matching refs:getRefTexture

217 		m_texture->getRefTexture().allocLevel(levelNdx);
218 tcu::clear(m_texture->getRefTexture().getLevel(levelNdx), toVec4(tcu::RGBA(color)));
296 const tcu::Texture2D& refTexture = m_texture->getRefTexture();
325 sampleParams.samplerType = gls::TextureTestUtil::getSamplerType(m_texture->getRefTexture().getFormat());
440 m_texture->getRefTexture(), &texCoord[0], sampleParams,
575 m_texture->getRefTexture().allocLevel((tcu::CubeFace)faceNdx, levelNdx);
576 tcu::clear(m_texture->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)faceNdx), toVec4(tcu::RGBA(color)));
623 const int texWidth = m_texture->getRefTexture().getSize();
624 const int texHeight = m_texture->getRefTexture().getSize();
752 sampleTexture(idealDst, m_texture->getRefTexture(), &texCoord[0], params);
759 m_texture->getRefTexture(), &texCoord[0], params,
860 tcu::Texture2D resultTexture (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), m_texture->getRefTexture().getWidth(), m_texture->getRefTexture().getHeight());
865 m_texture->getRefTexture().allocLevel(0);
866 tcu::fillWithGrid(m_texture->getRefTexture().getLevel(0), 8, tcu::Vec4(1.0f, 0.5f, 0.0f, 0.5f), tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f));
912 const qpTestResult compareResult = compareGenMipmapResult(m_testCtx.getLog(), resultTexture, m_texture->getRefTexture(), comparePrec);
1016 m_texture->getRefTexture().allocLevel((tcu::CubeFace)face, 0);
1017 fillWithGrid(m_texture->getRefTexture().getLevelFace(0, (tcu::CubeFace)face), 8, ca, cb);
1068 const qpTestResult compareResult = compareGenMipmapResult(m_testCtx.getLog(), resultTexture, m_texture->getRefTexture(), comparePrec);
1163 m_texture->getRefTexture().allocLevel(levelNdx);
1164 tcu::clear(m_texture->getRefTexture().getLevel(levelNdx), tcu::RGBA(color).toVec()*cScale + cBias);
1249 const tcu::Texture3D& refTexture = m_texture->getRefTexture();
1390 m_texture->getRefTexture(), &texCoord[0], sampleParams,
1480 m_texture->getRefTexture().allocLevel(levelNdx);
1481 tcu::clear(m_texture->getRefTexture().getLevel(levelNdx), tcu::RGBA(color).toVec());
1501 const tcu::Texture2D& refTexture = m_texture->getRefTexture();
1592 m_texture->getRefTexture(), &texCoord[0], sampleParams,
1793 m_texture->getRefTexture().allocLevel((tcu::CubeFace)faceNdx, levelNdx);
1794 tcu::clear(m_texture->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)faceNdx), tcu::RGBA(color).toVec());
1813 const int texWidth = m_texture->getRefTexture().getSize();
1814 const int texHeight = m_texture->getRefTexture().getSize();
1901 sampleTexture(idealDst, m_texture->getRefTexture(), &texCoord[0], params);
1908 m_texture->getRefTexture(), &texCoord[0], params,
2103 m_texture->getRefTexture().allocLevel(levelNdx);
2104 tcu::clear(m_texture->getRefTexture().getLevel(levelNdx), tcu::RGBA(color).toVec()*cScale + cBias);
2126 const tcu::Texture3D& refTexture = m_texture->getRefTexture();
2224 m_texture->getRefTexture(), &texCoord[0], sampleParams,