• Home
  • Raw
  • Download

Lines Matching refs:getRefTexture

174 		m_texture->getRefTexture().allocLevel(levelNdx);  in init()
175 tcu::clear(m_texture->getRefTexture().getLevel(levelNdx), tcu::RGBA(color).toVec()); in init()
253 const tcu::Texture2D& refTexture = m_texture->getRefTexture(); in iterate()
282 …sampleParams.samplerType = glu::TextureTestUtil::getSamplerType(m_texture->getRefTexture().getForm… in iterate()
397 m_texture->getRefTexture(), &texCoord[0], sampleParams, in iterate()
537 m_texture->getRefTexture().allocLevel((tcu::CubeFace)faceNdx, levelNdx); in init()
538 …tcu::clear(m_texture->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)faceNdx), tcu::RGBA(co… in init()
585 const int texWidth = m_texture->getRefTexture().getSize(); in iterate()
586 const int texHeight = m_texture->getRefTexture().getSize(); in iterate()
723 sampleTexture(idealDst, m_texture->getRefTexture(), &texCoord[0], params); in iterate()
730 m_texture->getRefTexture(), &texCoord[0], params, in iterate()
830 …RGBA, tcu::TextureFormat::UNORM_INT8), m_texture->getRefTexture().getWidth(), m_texture->getRefTex… in iterate()
835 m_texture->getRefTexture().allocLevel(0); in iterate()
836 …tcu::fillWithGrid(m_texture->getRefTexture().getLevel(0), 8, tcu::Vec4(1.0f, 0.5f, 0.0f, 0.5f), tc… in iterate()
883 … compareGenMipmapResult(m_testCtx.getLog(), resultTexture, m_texture->getRefTexture(), comparePrec… in iterate()
984 m_texture->getRefTexture().allocLevel((tcu::CubeFace)face, 0); in iterate()
985 fillWithGrid(m_texture->getRefTexture().getLevelFace(0, (tcu::CubeFace)face), 8, ca, cb); in iterate()
1036 … compareGenMipmapResult(m_testCtx.getLog(), resultTexture, m_texture->getRefTexture(), comparePrec… in iterate()