Lines Matching refs:getRefTexture

144 			tcu::TextureFormatInfo	fmtInfo		= tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
154 m_textures[0]->getRefTexture().allocLevel(levelNdx);
155 tcu::fillWithComponentGradients(m_textures[0]->getRefTexture().getLevel(levelNdx), gMin, gMax);
166 m_textures[1]->getRefTexture().allocLevel(levelNdx);
167 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
201 const tcu::TextureFormat& texFmt = m_textures[0]->getRefTexture().getFormat();
243 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams);
254 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams);
276 float sRange = ((float)leftWidth * 1.2f) / (float)m_textures[curTexNdx]->getRefTexture().getWidth();
277 float tRange = ((float)topHeight * 1.1f) / (float)m_textures[curTexNdx]->getRefTexture().getHeight();
283 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams);
294 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams);
405 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
423 m_textures[0]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx);
424 tcu::fillWithComponentGradients(m_textures[0]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), gradients[face][0]*cScale + cBias, gradients[face][1]*cScale + cBias);
438 m_textures[1]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx);
439 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
526 const tcu::TextureFormat& texFmt = m_textures[0]->getRefTexture().getFormat();
562 m_textures[curTexNdx]->getRefTexture(), sampleParams,
572 m_textures[curTexNdx]->getRefTexture(), sampleParams,
593 m_textures[curTexNdx]->getRefTexture(), sampleParams,
603 m_textures[curTexNdx]->getRefTexture(), sampleParams,