Searched refs:s_cubeTransforms (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fTextureUnitTests.cpp266 static const float s_cubeTransforms[][3*3] = local
369 DE_STATIC_ASSERT((int)tcu::CUBEFACE_LAST == DE_LENGTH_OF_ARRAY(s_cubeTransforms));
387 Mat3 finalTrans = Mat3(s_cubeTransforms[faceNdx]) * planarTrans; // Final transformation from planar to cube map coordinates, including the transformation just generated.
/external/deqp/modules/gles31/functional/
H A Des31fFboTestUtil.cpp322 static const float s_cubeTransforms[][3*3] = local
350 m_coordMat = tcu::Mat3(s_cubeTransforms[face]);
/external/deqp/modules/gles3/functional/
H A Des3fTextureUnitTests.cpp372 static const float s_cubeTransforms[][3*3] = local
473 DE_STATIC_ASSERT((int)tcu::CUBEFACE_LAST == DE_LENGTH_OF_ARRAY(s_cubeTransforms));
491 Mat4 finalTrans = matExtend3To4(Mat3(s_cubeTransforms[faceNdx]) * planarTrans); // Final transformation from planar to cube map coordinates, including the transformation just generated.
H A Des3fFboTestUtil.cpp463 static const float s_cubeTransforms[][3*3] = local
491 m_coordMat = tcu::Mat3(s_cubeTransforms[face]);

Completed in 122 milliseconds