Home
last modified time | relevance | path

Searched refs:TestMatrix (Results 1 – 25 of 28) sorted by relevance

12

/external/skia/src/gpu/effects/
DGrBezierEffect.cpp281 gp = GrConicEffect::Create(GrRandomColor(d->fRandom), GrTest::TestMatrix(d->fRandom), in TestCreate()
283 GrTest::TestMatrix(d->fRandom), d->fRandom->nextBool()); in TestCreate()
497 GrTest::TestMatrix(d->fRandom), in TestCreate()
499 GrTest::TestMatrix(d->fRandom), in TestCreate()
726 GrTest::TestMatrix(d->fRandom), edgeType, *d->fCaps); in TestCreate()
DGrSimpleTextureEffect.cpp70 const SkMatrix& matrix = GrTest::TestMatrix(d->fRandom); in TestCreate()
DGrDistanceFieldGeoProc.cpp258 GrTest::TestMatrix(d->fRandom), in TestCreate()
468 GrTest::TestMatrix(d->fRandom), in TestCreate()
743 GrTest::TestMatrix(d->fRandom), in TestCreate()
DGrBitmapTextGeoProc.cpp196 format, GrTest::TestMatrix(d->fRandom), in TestCreate()
DGrConfigConversionEffect.cpp135 swizzle, pmConv, GrTest::TestMatrix(d->fRandom)); in TestCreate()
DGrTextureDomain.cpp293 const SkMatrix& matrix = GrTest::TestMatrix(d->fRandom); in TestCreate()
DGrDashingEffect.cpp979 aaMode, GrTest::TestMatrix(d->fRandom), in TestCreate()
1210 aaMode, GrTest::TestMatrix(d->fRandom), in TestCreate()
/external/skia/include/gpu/
DGrTestUtils.h29 const SkMatrix& TestMatrix(SkRandom*);
/external/skia/src/gpu/
DGrDefaultGeoProcFactory.cpp291 GrTest::TestMatrix(d->fRandom), in TestCreate()
292 GrTest::TestMatrix(d->fRandom), in TestCreate()
DGrTestUtils.cpp45 const SkMatrix& TestMatrix(SkRandom* random) { return test_matrix(random, true); } in TestMatrix() function
DGrOvalRenderer.cpp206 GrTest::TestMatrix(d->fRandom), in TestCreate()
377 GrTest::TestMatrix(d->fRandom), in TestCreate()
575 GrTest::TestMatrix(d->fRandom), in TestCreate()
1906 SkMatrix viewMatrix = GrTest::TestMatrix(random); in DRAW_BATCH_TEST_DEFINE()
1920 SkMatrix viewMatrix = GrTest::TestMatrix(random); in DRAW_BATCH_TEST_DEFINE()
/external/skia/src/effects/gradients/
DSkTwoPointConicalGradient_gpu.cpp215 GrTest::TestMatrix(d->fRandom), NULL, kNone_SkFilterQuality); in TestCreate()
496 GrTest::TestMatrix(d->fRandom), NULL, kNone_SkFilterQuality); in TestCreate()
709 GrTest::TestMatrix(d->fRandom), NULL, kNone_SkFilterQuality); in TestCreate()
957 GrTest::TestMatrix(d->fRandom), NULL, kNone_SkFilterQuality); in TestCreate()
1190 d->fContext,GrTest::TestMatrix(d->fRandom), NULL, kNone_SkFilterQuality); in TestCreate()
DSkSweepGradient.cpp196 GrTest::TestMatrix(d->fRandom), in TestCreate()
DSkRadialGradient.cpp319 GrTest::TestMatrix(d->fRandom), NULL, kNone_SkFilterQuality); in TestCreate()
DSkLinearGradient.cpp437 GrTest::TestMatrix(d->fRandom), NULL, kNone_SkFilterQuality); in TestCreate()
/external/skia/src/gpu/batches/
DGrNonAAStrokeRectBatch.cpp245 SkMatrix viewMatrix = GrTest::TestMatrix(random); in DRAW_BATCH_TEST_DEFINE()
DGrDrawAtlasBatch.cpp259 SkMatrix viewMatrix = GrTest::TestMatrix(random); in DRAW_BATCH_TEST_DEFINE()
DGrDrawVerticesBatch.cpp309 SkMatrix viewMatrix = GrTest::TestMatrix(random); in DRAW_BATCH_TEST_DEFINE()
DGrNonAAFillRectBatch.cpp329 SkMatrix localMatrix = GrTest::TestMatrix(random); in DRAW_BATCH_TEST_DEFINE()
DGrAAFillRectBatch.cpp415 SkMatrix localMatrix = GrTest::TestMatrix(random); in DRAW_BATCH_TEST_DEFINE()
DGrDefaultPathRenderer.cpp756 SkMatrix viewMatrix = GrTest::TestMatrix(random); in DRAW_BATCH_TEST_DEFINE()
DGrAAStrokeRectBatch.cpp660 return GrAAStrokeRectBatch::Create(color, GrTest::TestMatrix(random), outside, outsideAssist, in DRAW_BATCH_TEST_DEFINE()
DGrAADistanceFieldPathRenderer.cpp639 SkMatrix viewMatrix = GrTest::TestMatrix(random); in DRAW_BATCH_TEST_DEFINE()
/external/skia/tests/
DCanvasTest.cpp101 , fMatrix(TestMatrix()) in TestData()
133 static SkMatrix TestMatrix() { in TestMatrix() function
/external/skia/experimental/SkPerlinNoiseShader2/
DSkPerlinNoiseShader2.cpp728 GrTest::TestMatrix(d->fRandom), nullptr, in TestCreate()
1133 GrTest::TestMatrix(d->fRandom), nullptr, in TestCreate()

12