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

  /external/deqp/framework/common/
tcuMatrixUtil.hpp 38 Matrix<float, 2, 2> shearMatrix (const Vector<float, 2>& shear);
71 inline Matrix<float, 2, 2> shearMatrix (const Vector<float, 2>& shear)
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 230 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f));
232 tcu::Mat2 transform = rotMatrix * shearMatrix;
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 222 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f));
224 tcu::Mat2 transform = rotMatrix * shearMatrix;
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 234 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f));
236 tcu::Mat2 transform = rotMatrix * shearMatrix;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 278 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f));
280 tcu::Mat2 transform = rotMatrix * shearMatrix;
    [all...]

Completed in 226 milliseconds