Home | History | Annotate | Download | only in functional

Lines Matching defs:faceNdx

384 			int		faceNdx			= rnd.getInt(0, (int)tcu::CUBEFACE_LAST - 1);
386 Mat3 finalTrans = Mat3(s_cubeTransforms[faceNdx]) * planarTrans; // Final transformation from planar to cube map coordinates, including the transformation just generated.