Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTestUtils.cpp19 static const SkMatrix& test_matrix(SkRandom* random, in test_matrix() function
52 const SkMatrix& TestMatrix(SkRandom* random) { return test_matrix(random, true, true); } in TestMatrix()
106 const SkMatrix& TestMatrixInvertible(SkRandom* random) { return test_matrix(random, true, false); } in TestMatrixInvertible()
107 const SkMatrix& TestMatrixPerspective(SkRandom* random) { return test_matrix(random, false, true); } in TestMatrixPerspective()
/external/clang/test/Sema/
Darray-init.c255 void test_matrix() { in test_matrix() function