Searched refs:test_matrix (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/ |
D | GrTestUtils.cpp | 23 static const SkMatrix& test_matrix(SkRandom* random, in test_matrix() function 56 const SkMatrix& TestMatrix(SkRandom* random) { return test_matrix(random, true, true); } in TestMatrix() 110 const SkMatrix& TestMatrixInvertible(SkRandom* random) { return test_matrix(random, true, false); } in TestMatrixInvertible() 111 const SkMatrix& TestMatrixPerspective(SkRandom* random) { return test_matrix(random, false, true); } in TestMatrixPerspective()
|
/external/skqp/src/gpu/ |
D | GrTestUtils.cpp | 21 static const SkMatrix& test_matrix(SkRandom* random, in test_matrix() function 54 const SkMatrix& TestMatrix(SkRandom* random) { return test_matrix(random, true, true); } in TestMatrix() 108 const SkMatrix& TestMatrixInvertible(SkRandom* random) { return test_matrix(random, true, false); } in TestMatrixInvertible() 109 const SkMatrix& TestMatrixPerspective(SkRandom* random) { return test_matrix(random, false, true); } in TestMatrixPerspective()
|
/external/clang/test/Sema/ |
D | array-init.c | 255 void test_matrix() { in test_matrix() function
|