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

/external/deqp/modules/gles2/functional/
H A Des2fTextureUnitTests.cpp385 int faceNdx = rnd.getInt(0, (int)tcu::CUBEFACE_LAST - 1); local
387 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.cpp489 int faceNdx = rnd.getInt(0, (int)tcu::CUBEFACE_LAST - 1); local
491 Mat4 finalTrans = matExtend3To4(Mat3(s_cubeTransforms[faceNdx]) * planarTrans); // Final transformation from planar to cube map coordinates, including the transformation just generated.

Completed in 167 milliseconds