Searched defs:faceNdx (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fTextureUnitTests.cpp384 int faceNdx = rnd.getInt(0, (int)tcu::CUBEFACE_LAST - 1); local
386 Mat3 finalTrans = Mat3(s_cubeTransforms[faceNdx]) * planarTrans; // Final transformation from planar to cube map coordinates, including the transformation just generated.
/external/deqp/modules/gles3/functional/
H A Des3fTextureUnitTests.cpp488 int faceNdx = rnd.getInt(0, (int)tcu::CUBEFACE_LAST - 1); local
490 Mat4 finalTrans = matExtend3To4(Mat3(s_cubeTransforms[faceNdx]) * planarTrans); // Final transformation from planar to cube map coordinates, including the transformation just generated.

Completed in 217 milliseconds