Home | History | Annotate | Download | only in functional

Lines Matching defs:faceNdx

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