OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:faceNdx
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles2/functional/
es2fTextureUnitTests.cpp
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.
[
all
...]
/external/deqp/modules/gles3/functional/
es3fTextureUnitTests.cpp
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.
[
all
...]
Completed in 71 milliseconds