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

  /external/skia/src/gpu/
GrTestUtils.cpp 21 static const SkMatrix& test_matrix(SkRandom* random, function
54 const SkMatrix& TestMatrix(SkRandom* random) { return test_matrix(random, true, true); }
108 const SkMatrix& TestMatrixInvertible(SkRandom* random) { return test_matrix(random, true, false); }
109 const SkMatrix& TestMatrixPerspective(SkRandom* random) { return test_matrix(random, false, true); }
  /external/skqp/src/gpu/
GrTestUtils.cpp 21 static const SkMatrix& test_matrix(SkRandom* random, function
54 const SkMatrix& TestMatrix(SkRandom* random) { return test_matrix(random, true, true); }
108 const SkMatrix& TestMatrixInvertible(SkRandom* random) { return test_matrix(random, true, false); }
109 const SkMatrix& TestMatrixPerspective(SkRandom* random) { return test_matrix(random, false, true); }
  /external/clang/test/Sema/
array-init.c 255 void test_matrix() { function

Completed in 311 milliseconds