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

  /external/skia/tests/
MatrixTest.cpp 651 static bool point3_array_nearly_equal_relative(const SkPoint3 a[], const SkPoint3 b[], int count) { function
677 return point3_array_nearly_equal_relative(&res, &dst, 1);
716 REPORTER_ASSERT(reporter, point3_array_nearly_equal_relative(randTriples, dst, kTripleCount));
726 REPORTER_ASSERT(reporter, point3_array_nearly_equal_relative(&dst[i], &zeros, 1));
735 REPORTER_ASSERT(reporter, point3_array_nearly_equal_relative(&dst, &zeros, 1));
    [all...]
  /external/skqp/tests/
MatrixTest.cpp 651 static bool point3_array_nearly_equal_relative(const SkPoint3 a[], const SkPoint3 b[], int count) { function
677 return point3_array_nearly_equal_relative(&res, &dst, 1);
716 REPORTER_ASSERT(reporter, point3_array_nearly_equal_relative(randTriples, dst, kTripleCount));
726 REPORTER_ASSERT(reporter, point3_array_nearly_equal_relative(&dst[i], &zeros, 1));
735 REPORTER_ASSERT(reporter, point3_array_nearly_equal_relative(&dst, &zeros, 1));
    [all...]

Completed in 52 milliseconds