/external/skia/src/gpu/ops/ |
D | GrFillRectOp.cpp | 500 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random); in GR_DRAW_OP_TEST_DEFINE() 501 SkRect rect = GrTest::TestRect(random); in GR_DRAW_OP_TEST_DEFINE() 524 GrTest::TestMatrixInvertible(random), aaFlags}); in GR_DRAW_OP_TEST_DEFINE() 533 {GrTest::TestRect(random), in GR_DRAW_OP_TEST_DEFINE() 535 GrTest::TestMatrixInvertible(random), aaFlags}); in GR_DRAW_OP_TEST_DEFINE() 542 SkMatrix localMatrix = GrTest::TestMatrixInvertible(random); in GR_DRAW_OP_TEST_DEFINE() 549 SkRect localRect = GrTest::TestRect(random); in GR_DRAW_OP_TEST_DEFINE()
|
D | GrTessellatingPathRenderer.cpp | 409 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random); in GR_DRAW_OP_TEST_DEFINE() 410 SkPath path = GrTest::TestPath(random); in GR_DRAW_OP_TEST_DEFINE() 421 GrTest::TestStyle(random, &style); in GR_DRAW_OP_TEST_DEFINE()
|
D | GrOvalOpFactory.cpp | 253 const SkMatrix& matrix = GrTest::TestMatrix(d->fRandom); in TestCreate() 493 const SkMatrix& matrix = GrTest::TestMatrix(d->fRandom); in TestCreate() 682 d->fRandom->nextBool(), GrTest::TestMatrix(d->fRandom))); in TestCreate() 881 d->fRandom->nextBool(), d->fRandom->nextBool(), GrTest::TestMatrix(d->fRandom), in TestCreate() 3101 SkRect circle = GrTest::TestSquare(random); in GR_DRAW_OP_TEST_DEFINE() 3104 SkStrokeRec stroke = GrTest::TestStrokeRec(random); in GR_DRAW_OP_TEST_DEFINE() 3135 SkRect circle = GrTest::TestSquare(random); in GR_DRAW_OP_TEST_DEFINE() 3149 SkMatrix viewMatrix = GrTest::TestMatrixRectStaysRect(random); in GR_DRAW_OP_TEST_DEFINE() 3150 SkRect ellipse = GrTest::TestSquare(random); in GR_DRAW_OP_TEST_DEFINE() 3152 GrTest::TestStrokeRec(random)); in GR_DRAW_OP_TEST_DEFINE() [all …]
|
/external/skqp/src/gpu/ops/ |
D | GrFillRectOp.cpp | 451 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random); in GR_DRAW_OP_TEST_DEFINE() 452 SkRect rect = GrTest::TestRect(random); in GR_DRAW_OP_TEST_DEFINE() 475 GrTest::TestMatrixInvertible(random), aaFlags}); in GR_DRAW_OP_TEST_DEFINE() 484 {GrTest::TestRect(random), in GR_DRAW_OP_TEST_DEFINE() 486 GrTest::TestMatrixInvertible(random), aaFlags}); in GR_DRAW_OP_TEST_DEFINE() 493 SkMatrix localMatrix = GrTest::TestMatrixInvertible(random); in GR_DRAW_OP_TEST_DEFINE() 500 SkRect localRect = GrTest::TestRect(random); in GR_DRAW_OP_TEST_DEFINE()
|
D | GrTessellatingPathRenderer.cpp | 405 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random); in GR_DRAW_OP_TEST_DEFINE() 406 SkPath path = GrTest::TestPath(random); in GR_DRAW_OP_TEST_DEFINE() 417 GrTest::TestStyle(random, &style); in GR_DRAW_OP_TEST_DEFINE()
|
D | GrOvalOpFactory.cpp | 252 const SkMatrix& matrix = GrTest::TestMatrix(d->fRandom); in TestCreate() 489 const SkMatrix& matrix = GrTest::TestMatrix(d->fRandom); in TestCreate() 638 GrTest::TestMatrix(d->fRandom))); in TestCreate() 807 d->fRandom->nextBool(), GrTest::TestMatrix(d->fRandom), in TestCreate() 2959 SkRect circle = GrTest::TestSquare(random); in GR_DRAW_OP_TEST_DEFINE() 2962 SkStrokeRec stroke = GrTest::TestStrokeRec(random); in GR_DRAW_OP_TEST_DEFINE() 2993 SkRect circle = GrTest::TestSquare(random); in GR_DRAW_OP_TEST_DEFINE() 3007 SkMatrix viewMatrix = GrTest::TestMatrixRectStaysRect(random); in GR_DRAW_OP_TEST_DEFINE() 3008 SkRect ellipse = GrTest::TestSquare(random); in GR_DRAW_OP_TEST_DEFINE() 3010 GrTest::TestStrokeRec(random)); in GR_DRAW_OP_TEST_DEFINE() [all …]
|
/external/skia/src/gpu/effects/ |
D | GrSimpleTextureEffect.cpp | 73 GrTest::TestWrapModes(testData->fRandom, wrapModes); in TestCreate() 85 const SkMatrix& matrix = GrTest::TestMatrix(testData->fRandom); in TestCreate()
|
D | GrSimpleTextureEffect.fp | 62 GrTest::TestWrapModes(testData->fRandom, wrapModes); 74 const SkMatrix& matrix = GrTest::TestMatrix(testData->fRandom);
|
D | GrDistanceFieldGeoProc.cpp | 294 GrTest::TestWrapModes(d->fRandom, wrapModes); in TestCreate() 304 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in TestCreate() 589 GrTest::TestWrapModes(d->fRandom, wrapModes); in TestCreate() 601 GrTest::TestMatrix(d->fRandom), in TestCreate() 910 GrTest::TestWrapModes(d->fRandom, wrapModes); in TestCreate() 921 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in TestCreate()
|
D | GrBezierEffect.cpp | 258 GrTest::TestMatrix(d->fRandom), edgeType, *d->caps(), in TestCreate() 259 GrTest::TestMatrix(d->fRandom), d->fRandom->nextBool()); in TestCreate() 457 GrTest::TestMatrix(d->fRandom), edgeType, *d->caps(), in TestCreate() 458 GrTest::TestMatrix(d->fRandom), d->fRandom->nextBool()); in TestCreate()
|
D | GrBitmapTextGeoProc.cpp | 208 GrTest::TestWrapModes(d->fRandom, wrapModes); in TestCreate() 230 GrTest::TestMatrix(d->fRandom), d->fRandom->nextBool()); in TestCreate()
|
/external/skqp/src/gpu/effects/ |
D | GrSimpleTextureEffect.cpp | 73 GrTest::TestWrapModes(testData->fRandom, wrapModes); in TestCreate() 85 const SkMatrix& matrix = GrTest::TestMatrix(testData->fRandom); in TestCreate()
|
D | GrSimpleTextureEffect.fp | 62 GrTest::TestWrapModes(testData->fRandom, wrapModes); 74 const SkMatrix& matrix = GrTest::TestMatrix(testData->fRandom);
|
D | GrDistanceFieldGeoProc.cpp | 294 GrTest::TestWrapModes(d->fRandom, wrapModes); in TestCreate() 304 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in TestCreate() 589 GrTest::TestWrapModes(d->fRandom, wrapModes); in TestCreate() 601 GrTest::TestMatrix(d->fRandom), in TestCreate() 909 GrTest::TestWrapModes(d->fRandom, wrapModes); in TestCreate() 920 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in TestCreate()
|
D | GrBezierEffect.cpp | 258 GrTest::TestMatrix(d->fRandom), edgeType, *d->caps(), in TestCreate() 259 GrTest::TestMatrix(d->fRandom), d->fRandom->nextBool()); in TestCreate() 457 GrTest::TestMatrix(d->fRandom), edgeType, *d->caps(), in TestCreate() 458 GrTest::TestMatrix(d->fRandom), d->fRandom->nextBool()); in TestCreate()
|
D | GrBitmapTextGeoProc.cpp | 209 GrTest::TestWrapModes(d->fRandom, wrapModes); in TestCreate() 231 GrTest::TestMatrix(d->fRandom), d->fRandom->nextBool()); in TestCreate()
|
/external/skia/src/gpu/ |
D | GrDefaultGeoProcFactory.cpp | 302 GrTest::TestColorXform(d->fRandom), in TestCreate() 303 GrTest::TestMatrix(d->fRandom), in TestCreate() 304 GrTest::TestMatrix(d->fRandom), in TestCreate()
|
/external/skqp/src/gpu/ |
D | GrDefaultGeoProcFactory.cpp | 431 GrTest::TestColorXform(d->fRandom), in TestCreate() 432 GrTest::TestMatrix(d->fRandom), in TestCreate() 433 GrTest::TestMatrix(d->fRandom), in TestCreate()
|
/external/skqp/src/gpu/gradients/ |
D | GrLinearGradientLayout.fp | 63 GrTest::TestAsFPArgs asFPArgs(d);
|
D | GrLinearGradientLayout.cpp | 71 GrTest::TestAsFPArgs asFPArgs(d); in TestCreate()
|
D | GrRadialGradientLayout.fp | 66 GrTest::TestAsFPArgs asFPArgs(d);
|
/external/skia/src/gpu/gradients/ |
D | GrRadialGradientLayout.fp | 66 GrTest::TestAsFPArgs asFPArgs(d);
|
D | GrLinearGradientLayout.fp | 63 GrTest::TestAsFPArgs asFPArgs(d);
|
D | GrLinearGradientLayout.cpp | 71 GrTest::TestAsFPArgs asFPArgs(d); in TestCreate()
|
D | GrRadialGradientLayout.cpp | 74 GrTest::TestAsFPArgs asFPArgs(d); in TestCreate()
|