Lines Matching refs:getRefTexture

173 		m_texture->getRefTexture().allocLevel(levelNdx);
174 tcu::clear(m_texture->getRefTexture().getLevel(levelNdx), toVec4(tcu::RGBA(color)));
252 const tcu::Texture2D& refTexture = m_texture->getRefTexture();
281 sampleParams.samplerType = gls::TextureTestUtil::getSamplerType(m_texture->getRefTexture().getFormat());
396 m_texture->getRefTexture(), &texCoord[0], sampleParams,
536 m_texture->getRefTexture().allocLevel((tcu::CubeFace)faceNdx, levelNdx);
537 tcu::clear(m_texture->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)faceNdx), toVec4(tcu::RGBA(color)));
584 const int texWidth = m_texture->getRefTexture().getSize();
585 const int texHeight = m_texture->getRefTexture().getSize();
713 sampleTexture(idealDst, m_texture->getRefTexture(), &texCoord[0], params);
720 m_texture->getRefTexture(), &texCoord[0], params,
821 tcu::Texture2D resultTexture (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), m_texture->getRefTexture().getWidth(), m_texture->getRefTexture().getHeight());
826 m_texture->getRefTexture().allocLevel(0);
827 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));
874 const qpTestResult compareResult = compareGenMipmapResult(m_testCtx.getLog(), resultTexture, m_texture->getRefTexture(), comparePrec);
976 m_texture->getRefTexture().allocLevel((tcu::CubeFace)face, 0);
977 fillWithGrid(m_texture->getRefTexture().getLevelFace(0, (tcu::CubeFace)face), 8, ca, cb);
1028 const qpTestResult compareResult = compareGenMipmapResult(m_testCtx.getLog(), resultTexture, m_texture->getRefTexture(), comparePrec);