/external/skia/src/gpu/effects/ |
D | GrSimpleTextureEffect.cpp | 89 const SkMatrix& matrix = GrTest::TestMatrix(testData->fRandom); in TestCreate() 90 sk_sp<GrColorSpaceXform> colorSpaceXform = GrTest::TestColorXform(testData->fRandom); in TestCreate()
|
D | GrSimpleTextureEffect.fp | 78 const SkMatrix& matrix = GrTest::TestMatrix(testData->fRandom); 79 sk_sp<GrColorSpaceXform> colorSpaceXform = GrTest::TestColorXform(testData->fRandom);
|
D | GrBezierEffect.cpp | 267 gp = GrConicEffect::Make(GrRandomColor(d->fRandom), GrTest::TestMatrix(d->fRandom), in TestCreate() 268 edgeType, *d->caps(), GrTest::TestMatrix(d->fRandom), in TestCreate() 469 gp = GrQuadEffect::Make(GrRandomColor(d->fRandom), GrTest::TestMatrix(d->fRandom), edgeType, in TestCreate() 470 *d->caps(), GrTest::TestMatrix(d->fRandom), in TestCreate() 695 gp = GrCubicEffect::Make(GrRandomColor(d->fRandom), GrTest::TestMatrix(d->fRandom), in TestCreate() 696 GrTest::TestMatrix(d->fRandom), d->fRandom->nextBool(), edgeType, in TestCreate()
|
D | GrDistanceFieldGeoProc.cpp | 296 GrTest::TestMatrix(d->fRandom), in TestCreate() 537 GrTest::TestMatrix(d->fRandom), in TestCreate() 837 GrTest::TestMatrix(d->fRandom), in TestCreate()
|
D | GrTextureDomain.cpp | 310 const SkMatrix& matrix = GrTest::TestMatrix(d->fRandom); in TestCreate() 312 sk_sp<GrColorSpaceXform> colorSpaceXform = GrTest::TestColorXform(d->fRandom); in TestCreate()
|
D | GrBitmapTextGeoProc.cpp | 185 params, format, GrTest::TestMatrix(d->fRandom), in TestCreate()
|
D | GrBicubicEffect.cpp | 182 sk_sp<GrColorSpaceXform> colorSpaceXform = GrTest::TestColorXform(d->fRandom); in TestCreate()
|
/external/skia/tools/gpu/ |
D | GrTest.h | 14 namespace GrTest {
|
/external/skia/src/gpu/ |
D | GrDefaultGeoProcFactory.cpp | 312 GrTest::TestColorXform(d->fRandom), in TestCreate() 313 GrTest::TestMatrix(d->fRandom), in TestCreate() 314 GrTest::TestMatrix(d->fRandom), in TestCreate()
|
D | GrTestUtils.h | 30 namespace GrTest {
|
/external/skia/src/gpu/ops/ |
D | GrNonAAFillRectOp.cpp | 409 SkRect rect = GrTest::TestRect(random); in GR_DRAW_OP_TEST_DEFINE() 410 SkRect localRect = GrTest::TestRect(random); in GR_DRAW_OP_TEST_DEFINE() 411 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random); in GR_DRAW_OP_TEST_DEFINE() 412 SkMatrix localMatrix = GrTest::TestMatrix(random); in GR_DRAW_OP_TEST_DEFINE()
|
D | GrTessellatingPathRenderer.cpp | 381 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random); in GR_DRAW_OP_TEST_DEFINE() 382 SkPath path = GrTest::TestPath(random); in GR_DRAW_OP_TEST_DEFINE() 393 GrTest::TestStyle(random, &style); in GR_DRAW_OP_TEST_DEFINE()
|
D | GrNonAAStrokeRectOp.cpp | 215 SkMatrix viewMatrix = GrTest::TestMatrix(random); in GR_DRAW_OP_TEST_DEFINE() 216 SkRect rect = GrTest::TestRect(random); in GR_DRAW_OP_TEST_DEFINE()
|
D | GrOvalOpFactory.cpp | 227 d->fRandom->nextBool(), GrTest::TestMatrix(d->fRandom))); in TestCreate() 364 new EllipseGeometryProcessor(d->fRandom->nextBool(), GrTest::TestMatrix(d->fRandom))); in TestCreate() 532 GrTest::TestMatrix(d->fRandom), (DIEllipseStyle)(d->fRandom->nextRangeU(0, 2)))); in TestCreate() 2437 SkRect circle = GrTest::TestSquare(random); in GR_DRAW_OP_TEST_DEFINE() 2440 SkStrokeRec stroke = GrTest::TestStrokeRec(random); in GR_DRAW_OP_TEST_DEFINE() 2458 SkMatrix viewMatrix = GrTest::TestMatrixRectStaysRect(random); in GR_DRAW_OP_TEST_DEFINE() 2459 SkRect ellipse = GrTest::TestSquare(random); in GR_DRAW_OP_TEST_DEFINE() 2460 return EllipseOp::Make(std::move(paint), viewMatrix, ellipse, GrTest::TestStrokeRec(random)); in GR_DRAW_OP_TEST_DEFINE() 2464 SkMatrix viewMatrix = GrTest::TestMatrix(random); in GR_DRAW_OP_TEST_DEFINE() 2465 SkRect ellipse = GrTest::TestSquare(random); in GR_DRAW_OP_TEST_DEFINE() [all …]
|
D | GrAAFillRectOp.cpp | 400 viewMatrix = GrTest::TestMatrixInvertible(random); in GR_DRAW_OP_TEST_DEFINE() 402 SkRect rect = GrTest::TestRect(random); in GR_DRAW_OP_TEST_DEFINE() 408 m = GrTest::TestMatrix(random); in GR_DRAW_OP_TEST_DEFINE()
|
D | GrAALinearizingConvexPathRenderer.cpp | 350 SkMatrix viewMatrix = GrTest::TestMatrixPreservesRightAngles(random); in GR_DRAW_OP_TEST_DEFINE() 351 SkPath path = GrTest::TestPathConvex(random); in GR_DRAW_OP_TEST_DEFINE()
|
D | GrDrawVerticesOp.cpp | 407 SkMatrix viewMatrix = GrTest::TestMatrix(random); in GR_DRAW_OP_TEST_DEFINE() 409 sk_sp<GrColorSpaceXform> colorSpaceXform = GrTest::TestColorXform(random); in GR_DRAW_OP_TEST_DEFINE()
|
D | GrDefaultPathRenderer.cpp | 651 SkMatrix viewMatrix = GrTest::TestMatrix(random); in GR_DRAW_OP_TEST_DEFINE() 656 SkPath path = GrTest::TestPath(random); in GR_DRAW_OP_TEST_DEFINE()
|
/external/skia/src/effects/ |
D | GrAlphaThresholdFragmentProcessor.fp | 85 sk_sp<GrColorSpaceXform> colorSpaceXform = GrTest::TestColorXform(testData->fRandom);
|
D | GrAlphaThresholdFragmentProcessor.cpp | 126 sk_sp<GrColorSpaceXform> colorSpaceXform = GrTest::TestColorXform(testData->fRandom); in TestCreate()
|
/external/skia/tests/ |
D | TextBlobCacheTest.cpp | 56 GrTest::SetupAlwaysEvictAtlas(context); in text_blob_cache_inner()
|
D | SurfaceSemaphoreTest.cpp | 57 GrBackendTexture backendTexture = GrTest::CreateBackendTexture(childInfo.backend(), in draw_child()
|
D | BlendTest.cpp | 104 GrTest::CreateBackendTexture(context->contextPriv().getBackend(), in create_gpu_surface_backend_texture_as_render_target()
|
/external/skia/src/shaders/gradients/ |
D | SkTwoPointConicalGradient_gpu.cpp | 210 GrTest::TestAsFPArgs asFPArgs(d); in TestCreate() 490 GrTest::TestAsFPArgs asFPArgs(d); in TestCreate() 695 GrTest::TestAsFPArgs asFPArgs(d); in TestCreate() 942 GrTest::TestAsFPArgs asFPArgs(d); in TestCreate() 1176 GrTest::TestAsFPArgs asFPArgs(d); in TestCreate()
|
D | SkSweepGradient.cpp | 133 GrTest::TestAsFPArgs asFPArgs(d); in TestCreate()
|