Home | History | Annotate | Download | only in functional

Lines Matching refs:CubeFace

92 			clampFloatingPointTexture(target.getLevelFace(level, (tcu::CubeFace)face));
508 m_gradientTex->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx);
509 tcu::fillWithComponentGradients(m_gradientTex->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), gradients[face][0]*cScale + cBias, gradients[face][1]*cScale + cBias);
523 m_gridTex->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx);
524 tcu::fillWithGrid(m_gridTex->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
579 static const char* getFaceDesc (const tcu::CubeFace face)
635 const tcu::CubeFace face = tcu::CubeFace(faceNdx);