Lines Matching refs:getRefTexture

135 			tcu::TextureFormatInfo	fmtInfo		= tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
145 m_textures[0]->getRefTexture().allocLevel(levelNdx);
146 tcu::fillWithComponentGradients(m_textures[0]->getRefTexture().getLevel(levelNdx), gMin, gMax);
157 m_textures[1]->getRefTexture().allocLevel(levelNdx);
158 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
192 const tcu::TextureFormat& texFmt = m_textures[0]->getRefTexture().getFormat();
234 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams);
245 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams);
267 float sRange = ((float)leftWidth * 1.2f) / (float)m_textures[curTexNdx]->getRefTexture().getWidth();
268 float tRange = ((float)topHeight * 1.1f) / (float)m_textures[curTexNdx]->getRefTexture().getHeight();
274 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams);
285 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams);
392 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
410 m_textures[0]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx);
411 tcu::fillWithComponentGradients(m_textures[0]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), gradients[face][0]*cScale + cBias, gradients[face][1]*cScale + cBias);
425 m_textures[1]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx);
426 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
442 tcu::PixelBufferAccess access = m_textures[texNdx]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face);
540 const tcu::TextureFormat& texFmt = m_textures[0]->getRefTexture().getFormat();
576 m_textures[curTexNdx]->getRefTexture(), sampleParams,
587 m_textures[curTexNdx]->getRefTexture(), sampleParams,
609 m_textures[curTexNdx]->getRefTexture(), sampleParams,
620 m_textures[curTexNdx]->getRefTexture(), sampleParams,