Home
last modified time | relevance | path

Searched refs:GrTest (Results 1 – 25 of 52) sorted by relevance

123

/external/skia/src/gpu/effects/
DGrSimpleTextureEffect.cpp89 const SkMatrix& matrix = GrTest::TestMatrix(testData->fRandom); in TestCreate()
90 sk_sp<GrColorSpaceXform> colorSpaceXform = GrTest::TestColorXform(testData->fRandom); in TestCreate()
DGrSimpleTextureEffect.fp78 const SkMatrix& matrix = GrTest::TestMatrix(testData->fRandom);
79 sk_sp<GrColorSpaceXform> colorSpaceXform = GrTest::TestColorXform(testData->fRandom);
DGrBezierEffect.cpp267 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()
DGrDistanceFieldGeoProc.cpp296 GrTest::TestMatrix(d->fRandom), in TestCreate()
537 GrTest::TestMatrix(d->fRandom), in TestCreate()
837 GrTest::TestMatrix(d->fRandom), in TestCreate()
DGrTextureDomain.cpp310 const SkMatrix& matrix = GrTest::TestMatrix(d->fRandom); in TestCreate()
312 sk_sp<GrColorSpaceXform> colorSpaceXform = GrTest::TestColorXform(d->fRandom); in TestCreate()
DGrBitmapTextGeoProc.cpp185 params, format, GrTest::TestMatrix(d->fRandom), in TestCreate()
DGrBicubicEffect.cpp182 sk_sp<GrColorSpaceXform> colorSpaceXform = GrTest::TestColorXform(d->fRandom); in TestCreate()
/external/skia/tools/gpu/
DGrTest.h14 namespace GrTest {
/external/skia/src/gpu/
DGrDefaultGeoProcFactory.cpp312 GrTest::TestColorXform(d->fRandom), in TestCreate()
313 GrTest::TestMatrix(d->fRandom), in TestCreate()
314 GrTest::TestMatrix(d->fRandom), in TestCreate()
DGrTestUtils.h30 namespace GrTest {
/external/skia/src/gpu/ops/
DGrNonAAFillRectOp.cpp409 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()
DGrTessellatingPathRenderer.cpp381 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()
DGrNonAAStrokeRectOp.cpp215 SkMatrix viewMatrix = GrTest::TestMatrix(random); in GR_DRAW_OP_TEST_DEFINE()
216 SkRect rect = GrTest::TestRect(random); in GR_DRAW_OP_TEST_DEFINE()
DGrOvalOpFactory.cpp227 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 …]
DGrAAFillRectOp.cpp400 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()
DGrAALinearizingConvexPathRenderer.cpp350 SkMatrix viewMatrix = GrTest::TestMatrixPreservesRightAngles(random); in GR_DRAW_OP_TEST_DEFINE()
351 SkPath path = GrTest::TestPathConvex(random); in GR_DRAW_OP_TEST_DEFINE()
DGrDrawVerticesOp.cpp407 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()
DGrDefaultPathRenderer.cpp651 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/
DGrAlphaThresholdFragmentProcessor.fp85 sk_sp<GrColorSpaceXform> colorSpaceXform = GrTest::TestColorXform(testData->fRandom);
DGrAlphaThresholdFragmentProcessor.cpp126 sk_sp<GrColorSpaceXform> colorSpaceXform = GrTest::TestColorXform(testData->fRandom); in TestCreate()
/external/skia/tests/
DTextBlobCacheTest.cpp56 GrTest::SetupAlwaysEvictAtlas(context); in text_blob_cache_inner()
DSurfaceSemaphoreTest.cpp57 GrBackendTexture backendTexture = GrTest::CreateBackendTexture(childInfo.backend(), in draw_child()
DBlendTest.cpp104 GrTest::CreateBackendTexture(context->contextPriv().getBackend(), in create_gpu_surface_backend_texture_as_render_target()
/external/skia/src/shaders/gradients/
DSkTwoPointConicalGradient_gpu.cpp210 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()
DSkSweepGradient.cpp133 GrTest::TestAsFPArgs asFPArgs(d); in TestCreate()

123