Searched refs:rotMatrix (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/src/gpu/ops/ |
H A D | DashOp.cpp | 66 // Stores the rotation matrix in rotMatrix, and the mapped points in ptsRot 67 void align_to_x_axis(const SkPoint pts[2], SkMatrix* rotMatrix, SkPoint ptsRot[2] = nullptr) { in align_to_x_axis() argument 76 rotMatrix->setSinCos(-vec.fY, vec.fX, pts[0].fX, pts[0].fY); in align_to_x_axis() 78 rotMatrix->mapPoints(ptsRot, pts, 2); in align_to_x_axis() 1170 SkMatrix rotMatrix; 1171 align_to_x_axis(pts, &rotMatrix, lineData.fPtsRot); 1172 if (!rotMatrix.invert(&lineData.fSrcRotInv)) {
|
/third_party/vk-gl-cts/modules/gles2/accuracy/ |
H A D | es2aTextureMipmapTests.cpp | 228 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D() local 234 tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()
|
/third_party/vk-gl-cts/modules/gles3/accuracy/ |
H A D | es3aTextureMipmapTests.cpp | 219 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D() local 225 tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureMipmapTests.cpp | 275 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D() local 281 tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D() 1229 tcu::Mat3 rotMatrix = tcu::rotationMatrixX(angleX) * tcu::rotationMatrixY(angleY); in getAffineTexCoord3D() local 1231 Vec3 p0 = rotMatrix * Vec3(dst[0], dst[ 1], dst[ 2]); in getAffineTexCoord3D() 1232 Vec3 p1 = rotMatrix * Vec3(dst[3], dst[ 4], dst[ 5]); in getAffineTexCoord3D() 1233 Vec3 p2 = rotMatrix * Vec3(dst[6], dst[ 7], dst[ 8]); in getAffineTexCoord3D() 1234 Vec3 p3 = rotMatrix * Vec3(dst[9], dst[10], dst[11]); in getAffineTexCoord3D()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureMipmapTests.cpp | 259 const tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D() local 265 const tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D() 789 const tcu::Mat3 rotMatrix = tcu::rotationMatrixX(angleX) * tcu::rotationMatrixY(angleY); in getAffineTexCoord3D() local 791 const Vec3 p0 = rotMatrix * Vec3(dst[0], dst[ 1], dst[ 2]); in getAffineTexCoord3D() 792 const Vec3 p1 = rotMatrix * Vec3(dst[3], dst[ 4], dst[ 5]); in getAffineTexCoord3D() 793 const Vec3 p2 = rotMatrix * Vec3(dst[6], dst[ 7], dst[ 8]); in getAffineTexCoord3D() 794 const Vec3 p3 = rotMatrix * Vec3(dst[9], dst[10], dst[11]); in getAffineTexCoord3D()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureMipmapTests.cpp | 259 const tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D() local 265 const tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D() 789 const tcu::Mat3 rotMatrix = tcu::rotationMatrixX(angleX) * tcu::rotationMatrixY(angleY); in getAffineTexCoord3D() local 791 const Vec3 p0 = rotMatrix * Vec3(dst[0], dst[ 1], dst[ 2]); in getAffineTexCoord3D() 792 const Vec3 p1 = rotMatrix * Vec3(dst[3], dst[ 4], dst[ 5]); in getAffineTexCoord3D() 793 const Vec3 p2 = rotMatrix * Vec3(dst[6], dst[ 7], dst[ 8]); in getAffineTexCoord3D() 794 const Vec3 p3 = rotMatrix * Vec3(dst[9], dst[10], dst[11]); in getAffineTexCoord3D()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fTextureMipmapTests.cpp | 231 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D() local 237 tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()
|
Completed in 22 milliseconds