Home
last modified time | relevance | path

Searched refs:kTripleCount (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DMatrixTest.cpp695 const int kTripleCount = 100; in test_matrix_homogeneous() local
698 const int kTripleCount = 1000; in test_matrix_homogeneous() local
703 SkPoint3 randTriples[kTripleCount]; in test_matrix_homogeneous()
704 for (int i = 0; i < kTripleCount; ++i) { in test_matrix_homogeneous()
720 SkPoint3 dst[kTripleCount]; in test_matrix_homogeneous()
721 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount); in test_matrix_homogeneous()
722 REPORTER_ASSERT(reporter, point3_array_nearly_equal_relative(randTriples, dst, kTripleCount)); in test_matrix_homogeneous()
729 SkPoint3 dst[kTripleCount]; in test_matrix_homogeneous()
730 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount); in test_matrix_homogeneous()
731 for (int i = 0; i < kTripleCount; ++i) { in test_matrix_homogeneous()
[all …]
/external/skqp/tests/
DMatrixTest.cpp695 const int kTripleCount = 100; in test_matrix_homogeneous() local
698 const int kTripleCount = 1000; in test_matrix_homogeneous() local
703 SkPoint3 randTriples[kTripleCount]; in test_matrix_homogeneous()
704 for (int i = 0; i < kTripleCount; ++i) { in test_matrix_homogeneous()
720 SkPoint3 dst[kTripleCount]; in test_matrix_homogeneous()
721 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount); in test_matrix_homogeneous()
722 REPORTER_ASSERT(reporter, point3_array_nearly_equal_relative(randTriples, dst, kTripleCount)); in test_matrix_homogeneous()
729 SkPoint3 dst[kTripleCount]; in test_matrix_homogeneous()
730 mat.mapHomogeneousPoints(dst, randTriples, kTripleCount); in test_matrix_homogeneous()
731 for (int i = 0; i < kTripleCount; ++i) { in test_matrix_homogeneous()
[all …]