Lines Matching refs:getRefTexture

320 	const tcu::Texture2D& ref = tex.getRefTexture();
326 const tcu::TextureCube& ref = tex.getRefTexture();
489 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
499 m_textures[0]->getRefTexture().allocLevel(levelNdx);
500 tcu::fillWithComponentGradients(m_textures[0]->getRefTexture().getLevel(levelNdx), gMin, gMax);
511 m_textures[1]->getRefTexture().allocLevel(levelNdx);
512 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
541 const tcu::Texture2D& refTexture = m_textures[textureNdx]->getRefTexture();
685 computeReference(m_textures[textureNdx]->getRefTexture(), lod, glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter), grid, dst, dstRegion);
795 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
813 m_textures[0]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx);
814 tcu::fillWithComponentGradients(m_textures[0]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), gradients[face][0]*cScale + cBias, gradients[face][1]*cScale + cBias);
828 m_textures[1]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx);
829 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
859 const tcu::TextureCube& refTexture = m_textures[textureNdx]->getRefTexture();
1019 computeReference(m_textures[textureNdx]->getRefTexture(), lod, sampler, grid, dst, dstRegion);