Searched refs:TestMatrix (Results 1 - 24 of 24) sorted by relevance

/external/skia/src/gpu/effects/
H A DGrSimpleTextureEffect.cpp83 const SkMatrix& matrix = GrTest::TestMatrix(random);
H A DGrBezierEffect.cpp233 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 DGrBitmapTextGeoProc.cpp200 format, GrTest::TestMatrix(random));
H A DGrConfigConversionEffect.cpp145 GrTest::TestMatrix(random)));
H A DGrTextureDomain.cpp302 const SkMatrix& matrix = GrTest::TestMatrix(random);
H A DGrDistanceFieldGeoProc.cpp262 GrTest::TestMatrix(random),
486 GrTest::TestMatrix(random),
754 GrTest::TestMatrix(random),
H A DGrDashingEffect.cpp974 aaMode, GrTest::TestMatrix(random));
1213 aaMode, GrTest::TestMatrix(random));
/external/skia/include/gpu/
H A DGrTestUtils.h28 const SkMatrix& TestMatrix(SkRandom*);
/external/skia/src/gpu/
H A DGrRectBatch.cpp270 viewMatrix = GrTest::TestMatrix(random);
274 localMatrix = GrTest::TestMatrix(random);
H A DGrDefaultGeoProcFactory.cpp253 GrTest::TestMatrix(random),
254 GrTest::TestMatrix(random),
H A DGrTestUtils.cpp43 const SkMatrix& TestMatrix(SkRandom* random) { return test_matrix(random, true); } function in namespace:GrTest
H A DGrAARectRenderer.cpp834 geo.fViewMatrix = GrTest::TestMatrix(random);
859 return AAStrokeRectBatch::Create(geo, GrTest::TestMatrix(random));
H A DGrOvalRenderer.cpp220 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 DGrDefaultPathRenderer.cpp753 SkMatrix viewMatrix = GrTest::TestMatrix(random);
H A DGrContext.cpp1890 geometry.fViewMatrix = GrTest::TestMatrix(random);
1992 SkMatrix viewMatrix = GrTest::TestMatrix(random);
H A DGrAADistanceFieldPathRenderer.cpp667 SkMatrix viewMatrix = GrTest::TestMatrix(random);
H A DGrAAHairLinePathRenderer.cpp1017 SkMatrix viewMatrix = GrTest::TestMatrix(random);
H A DGrAAConvexPathRenderer.cpp685 GrTest::TestMatrix(random)) : NULL;
/external/skia/src/effects/gradients/
H A DSkTwoPointConicalGradient_gpu.cpp220 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 DSkSweepGradient.cpp264 GrTest::TestMatrix(random), NULL,
H A DSkLinearGradient.cpp547 GrTest::TestMatrix(random), NULL,
H A DSkRadialGradient.cpp521 GrTest::TestMatrix(random), NULL,
/external/skia/tests/
H A DCanvasTest.cpp106 , fMatrix(TestMatrix())
138 static SkMatrix TestMatrix() { function in struct:TestData
/external/skia/src/effects/
H A DSkPerlinNoiseShader.cpp626 GrTest::TestMatrix(random), NULL,

Completed in 446 milliseconds