Home
last modified time | relevance | path

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

12

/external/skqp/src/gpu/effects/
DGrBezierEffect.cpp258 gp = GrConicEffect::Make(GrRandomColor(d->fRandom), GrTest::TestMatrix(d->fRandom), in TestCreate()
259 edgeType, *d->caps(), GrTest::TestMatrix(d->fRandom), in TestCreate()
458 gp = GrQuadEffect::Make(GrRandomColor(d->fRandom), GrTest::TestMatrix(d->fRandom), edgeType, in TestCreate()
459 *d->caps(), GrTest::TestMatrix(d->fRandom), in TestCreate()
681 gp = GrCubicEffect::Make(GrRandomColor(d->fRandom), GrTest::TestMatrix(d->fRandom), in TestCreate()
682 GrTest::TestMatrix(d->fRandom), d->fRandom->nextBool(), edgeType, in TestCreate()
DGrSimpleTextureEffect.cpp83 const SkMatrix& matrix = GrTest::TestMatrix(testData->fRandom); in TestCreate()
DGrSimpleTextureEffect.fp74 const SkMatrix& matrix = GrTest::TestMatrix(testData->fRandom);
DGrDistanceFieldGeoProc.cpp286 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in TestCreate()
562 return GrDistanceFieldPathGeoProc::Make(GrTest::TestMatrix(d->fRandom), in TestCreate()
861 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in TestCreate()
DGrBitmapTextGeoProc.cpp205 format, GrTest::TestMatrix(d->fRandom), in TestCreate()
/external/skia/src/gpu/effects/
DGrBezierEffect.cpp258 gp = GrConicEffect::Make(GrRandomColor(d->fRandom), GrTest::TestMatrix(d->fRandom), in TestCreate()
259 edgeType, *d->caps(), GrTest::TestMatrix(d->fRandom), in TestCreate()
458 gp = GrQuadEffect::Make(GrRandomColor(d->fRandom), GrTest::TestMatrix(d->fRandom), edgeType, in TestCreate()
459 *d->caps(), GrTest::TestMatrix(d->fRandom), in TestCreate()
681 gp = GrCubicEffect::Make(GrRandomColor(d->fRandom), GrTest::TestMatrix(d->fRandom), in TestCreate()
682 GrTest::TestMatrix(d->fRandom), d->fRandom->nextBool(), edgeType, in TestCreate()
DGrSimpleTextureEffect.cpp83 const SkMatrix& matrix = GrTest::TestMatrix(testData->fRandom); in TestCreate()
DGrSimpleTextureEffect.fp74 const SkMatrix& matrix = GrTest::TestMatrix(testData->fRandom);
DGrDistanceFieldGeoProc.cpp294 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in TestCreate()
578 return GrDistanceFieldPathGeoProc::Make(GrTest::TestMatrix(d->fRandom), in TestCreate()
885 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in TestCreate()
DGrBitmapTextGeoProc.cpp213 format, GrTest::TestMatrix(d->fRandom), in TestCreate()
/external/skqp/src/gpu/
DGrDefaultGeoProcFactory.cpp308 GrTest::TestMatrix(d->fRandom), in TestCreate()
309 GrTest::TestMatrix(d->fRandom), in TestCreate()
DGrTestUtils.h37 const SkMatrix& TestMatrix(SkRandom*);
DGrTestUtils.cpp54 const SkMatrix& TestMatrix(SkRandom* random) { return test_matrix(random, true, true); } in TestMatrix() function
337 : fViewMatrixStorage(TestMatrix(d->fRandom)) in TestAsFPArgs()
/external/skia/src/gpu/
DGrDefaultGeoProcFactory.cpp308 GrTest::TestMatrix(d->fRandom), in TestCreate()
309 GrTest::TestMatrix(d->fRandom), in TestCreate()
DGrTestUtils.h37 const SkMatrix& TestMatrix(SkRandom*);
DGrTestUtils.cpp54 const SkMatrix& TestMatrix(SkRandom* random) { return test_matrix(random, true, true); } in TestMatrix() function
337 : fViewMatrixStorage(TestMatrix(d->fRandom)) in TestAsFPArgs()
/external/skia/src/gpu/ops/
DGrRegionOp.cpp209 SkMatrix viewMatrix = GrTest::TestMatrix(random); in GR_DRAW_OP_TEST_DEFINE()
DGrNonAAStrokeRectOp.cpp226 SkMatrix viewMatrix = GrTest::TestMatrix(random); in GR_DRAW_OP_TEST_DEFINE()
DGrDrawAtlasOp.cpp250 SkMatrix viewMatrix = GrTest::TestMatrix(random); in GR_DRAW_OP_TEST_DEFINE()
DGrDrawVerticesOp.cpp408 SkMatrix viewMatrix = GrTest::TestMatrix(random); in GR_DRAW_OP_TEST_DEFINE()
/external/skqp/src/gpu/ops/
DGrRegionOp.cpp209 SkMatrix viewMatrix = GrTest::TestMatrix(random); in GR_DRAW_OP_TEST_DEFINE()
DGrNonAAStrokeRectOp.cpp226 SkMatrix viewMatrix = GrTest::TestMatrix(random); in GR_DRAW_OP_TEST_DEFINE()
DGrDrawAtlasOp.cpp250 SkMatrix viewMatrix = GrTest::TestMatrix(random); in GR_DRAW_OP_TEST_DEFINE()
/external/skqp/tests/
DCanvasTest.cpp209 , fMatrix(TestMatrix()) in TestData()
241 static SkMatrix TestMatrix() { in TestMatrix() function
/external/skia/tests/
DCanvasTest.cpp209 , fMatrix(TestMatrix()) in TestData()
241 static SkMatrix TestMatrix() { in TestMatrix() function

12