HomeSort by relevance Sort by last modified time
    Searched refs:s_cubeTransforms (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles2/functional/
es2fTextureUnitTests.cpp 265 static const float s_cubeTransforms[][3*3] =
368 DE_STATIC_ASSERT((int)tcu::CUBEFACE_LAST == DE_LENGTH_OF_ARRAY(s_cubeTransforms));
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/gles31/functional/
es31fFboTestUtil.cpp 316 static const float s_cubeTransforms[][3*3] =
344 m_coordMat = tcu::Mat3(s_cubeTransforms[face]);
  /external/deqp/modules/gles3/functional/
es3fTextureUnitTests.cpp 371 static const float s_cubeTransforms[][3*3] =
472 DE_STATIC_ASSERT((int)tcu::CUBEFACE_LAST == DE_LENGTH_OF_ARRAY(s_cubeTransforms));
490 Mat4 finalTrans = matExtend3To4(Mat3(s_cubeTransforms[faceNdx]) * planarTrans); // Final transformation from planar to cube map coordinates, including the transformation just generated.
    [all...]
es3fFboTestUtil.cpp 463 static const float s_cubeTransforms[][3*3] =
491 m_coordMat = tcu::Mat3(s_cubeTransforms[face]);
    [all...]

Completed in 365 milliseconds