/external/skia/src/gpu/effects/ |
D | GrBezierEffect.cpp | 233 gp = GrConicEffect::Create(GrRandomColor(random), GrTest::TestMatrix(random), in TestCreate() 235 GrTest::TestMatrix(random)); in TestCreate() 449 GrTest::TestMatrix(random), in TestCreate() 451 GrTest::TestMatrix(random)); in TestCreate() 676 GrTest::TestMatrix(random), edgeType, caps); in TestCreate()
|
D | GrSimpleTextureEffect.cpp | 83 const SkMatrix& matrix = GrTest::TestMatrix(random); in TestCreate()
|
D | GrDistanceFieldGeoProc.cpp | 262 GrTest::TestMatrix(random), in TestCreate() 486 GrTest::TestMatrix(random), in TestCreate() 754 GrTest::TestMatrix(random), in TestCreate()
|
D | GrBitmapTextGeoProc.cpp | 200 format, GrTest::TestMatrix(random)); in TestCreate()
|
D | GrConfigConversionEffect.cpp | 145 GrTest::TestMatrix(random))); in TestCreate()
|
D | GrTextureDomain.cpp | 302 const SkMatrix& matrix = GrTest::TestMatrix(random); in TestCreate()
|
D | GrDashingEffect.cpp | 974 aaMode, GrTest::TestMatrix(random)); in TestCreate() 1213 aaMode, GrTest::TestMatrix(random)); in TestCreate()
|
/external/skia/src/gpu/ |
D | GrRectBatch.cpp | 270 viewMatrix = GrTest::TestMatrix(random); in BATCH_TEST_DEFINE() 274 localMatrix = GrTest::TestMatrix(random); in BATCH_TEST_DEFINE()
|
D | GrDefaultGeoProcFactory.cpp | 253 GrTest::TestMatrix(random), in TestCreate() 254 GrTest::TestMatrix(random), in TestCreate()
|
D | GrTestUtils.cpp | 43 const SkMatrix& TestMatrix(SkRandom* random) { return test_matrix(random, true); } in TestMatrix() function
|
D | GrAARectRenderer.cpp | 834 geo.fViewMatrix = GrTest::TestMatrix(random); in BATCH_TEST_DEFINE() 859 return AAStrokeRectBatch::Create(geo, GrTest::TestMatrix(random)); in BATCH_TEST_DEFINE()
|
D | GrOvalRenderer.cpp | 220 GrTest::TestMatrix(random)); in TestCreate() 408 GrTest::TestMatrix(random)); in TestCreate() 608 GrTest::TestMatrix(random), in TestCreate() 2060 SkMatrix viewMatrix = GrTest::TestMatrix(random); in BATCH_TEST_DEFINE() 2077 SkMatrix viewMatrix = GrTest::TestMatrix(random); in BATCH_TEST_DEFINE()
|
D | GrDefaultPathRenderer.cpp | 753 SkMatrix viewMatrix = GrTest::TestMatrix(random); in BATCH_TEST_DEFINE()
|
D | GrAADistanceFieldPathRenderer.cpp | 667 SkMatrix viewMatrix = GrTest::TestMatrix(random); in BATCH_TEST_DEFINE()
|
D | GrContext.cpp | 1890 geometry.fViewMatrix = GrTest::TestMatrix(random); in BATCH_TEST_DEFINE() 1992 SkMatrix viewMatrix = GrTest::TestMatrix(random); in BATCH_TEST_DEFINE()
|
D | GrAAHairLinePathRenderer.cpp | 1017 SkMatrix viewMatrix = GrTest::TestMatrix(random); in BATCH_TEST_DEFINE()
|
D | GrAAConvexPathRenderer.cpp | 685 GrTest::TestMatrix(random)) : NULL; in TestCreate()
|
/external/skia/include/gpu/ |
D | GrTestUtils.h | 28 const SkMatrix& TestMatrix(SkRandom*);
|
/external/skia/src/effects/gradients/ |
D | SkTwoPointConicalGradient_gpu.cpp | 220 GrTest::TestMatrix(random), NULL, in TestCreate() 507 GrTest::TestMatrix(random), NULL, in TestCreate() 727 GrTest::TestMatrix(random), NULL, in TestCreate() 982 GrTest::TestMatrix(random), NULL, in TestCreate() 1223 GrTest::TestMatrix(random), NULL, in TestCreate()
|
D | SkSweepGradient.cpp | 264 GrTest::TestMatrix(random), NULL, in TestCreate()
|
D | SkRadialGradient.cpp | 521 GrTest::TestMatrix(random), NULL, in TestCreate()
|
D | SkLinearGradient.cpp | 547 GrTest::TestMatrix(random), NULL, in TestCreate()
|
/external/skia/tests/ |
D | CanvasTest.cpp | 106 , fMatrix(TestMatrix()) in TestData() 138 static SkMatrix TestMatrix() { in TestMatrix() function
|
/external/skia/src/effects/ |
D | SkPerlinNoiseShader.cpp | 626 GrTest::TestMatrix(random), NULL, in TestCreate()
|