Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fTextureUnitTests.cpp266 static const float s_cubeTransforms[][3*3] = in MultiTexShader() local
369 DE_STATIC_ASSERT((int)tcu::CUBEFACE_LAST == DE_LENGTH_OF_ARRAY(s_cubeTransforms)); in MultiTexShader()
387 …Mat3 finalTrans = Mat3(s_cubeTransforms[faceNdx]) * planarTrans; // Final transformation from pla… in MultiTexShader()
/external/deqp/modules/gles31/functional/
Des31fFboTestUtil.cpp322 static const float s_cubeTransforms[][3*3] = in setFace() local
350 m_coordMat = tcu::Mat3(s_cubeTransforms[face]); in setFace()
/external/deqp/modules/gles3/functional/
Des3fTextureUnitTests.cpp372 static const float s_cubeTransforms[][3*3] = in MultiTexShader() local
473 DE_STATIC_ASSERT((int)tcu::CUBEFACE_LAST == DE_LENGTH_OF_ARRAY(s_cubeTransforms)); in MultiTexShader()
491 …Mat4 finalTrans = matExtend3To4(Mat3(s_cubeTransforms[faceNdx]) * planarTrans); // Final transfor… in MultiTexShader()
Des3fFboTestUtil.cpp463 static const float s_cubeTransforms[][3*3] = in setFace() local
491 m_coordMat = tcu::Mat3(s_cubeTransforms[face]); in setFace()