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