/external/skia/gyp/ |
D | gputest.gyp | 32 '<(skia_src_path)/gpu/GrTest.cpp', 33 '<(skia_src_path)/gpu/GrTest.h',
|
/external/skia/src/gpu/batches/ |
D | GrAAFillRectBatch.cpp | 406 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random); in DRAW_BATCH_TEST_DEFINE() 407 SkRect rect = GrTest::TestRect(random); in DRAW_BATCH_TEST_DEFINE() 408 SkRect devRect = GrTest::TestRect(random); in DRAW_BATCH_TEST_DEFINE() 414 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random); in DRAW_BATCH_TEST_DEFINE() 415 SkMatrix localMatrix = GrTest::TestMatrix(random); in DRAW_BATCH_TEST_DEFINE() 416 SkRect rect = GrTest::TestRect(random); in DRAW_BATCH_TEST_DEFINE() 417 SkRect devRect = GrTest::TestRect(random); in DRAW_BATCH_TEST_DEFINE()
|
D | GrTessellatingPathRenderer.cpp | 281 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random); in DRAW_BATCH_TEST_DEFINE() 282 SkPath path = GrTest::TestPath(random); in DRAW_BATCH_TEST_DEFINE() 283 SkRect clipBounds = GrTest::TestRect(random); in DRAW_BATCH_TEST_DEFINE() 290 GrStrokeInfo strokeInfo = GrTest::TestStrokeInfo(random); in DRAW_BATCH_TEST_DEFINE()
|
D | GrNonAAFillRectBatch.cpp | 326 SkRect rect = GrTest::TestRect(random); in DRAW_BATCH_TEST_DEFINE() 327 SkRect localRect = GrTest::TestRect(random); in DRAW_BATCH_TEST_DEFINE() 328 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random); in DRAW_BATCH_TEST_DEFINE() 329 SkMatrix localMatrix = GrTest::TestMatrix(random); in DRAW_BATCH_TEST_DEFINE()
|
D | GrNonAAStrokeRectBatch.cpp | 245 SkMatrix viewMatrix = GrTest::TestMatrix(random); in DRAW_BATCH_TEST_DEFINE() 247 SkRect rect = GrTest::TestRect(random); in DRAW_BATCH_TEST_DEFINE()
|
D | GrAALinearizingConvexPathRenderer.cpp | 351 geometry.fViewMatrix = GrTest::TestMatrixInvertible(random); in DRAW_BATCH_TEST_DEFINE() 352 geometry.fPath = GrTest::TestPathConvex(random); in DRAW_BATCH_TEST_DEFINE()
|
D | GrAADistanceFieldPathRenderer.cpp | 639 SkMatrix viewMatrix = GrTest::TestMatrix(random); in DRAW_BATCH_TEST_DEFINE() 642 AADistanceFieldPathBatch::Geometry geometry(GrTest::TestStrokeRec(random)); in DRAW_BATCH_TEST_DEFINE() 644 geometry.fPath = GrTest::TestPath(random); in DRAW_BATCH_TEST_DEFINE()
|
D | GrDefaultPathRenderer.cpp | 756 SkMatrix viewMatrix = GrTest::TestMatrix(random); in DRAW_BATCH_TEST_DEFINE() 761 SkPath path = GrTest::TestPath(random); in DRAW_BATCH_TEST_DEFINE()
|
D | GrAAStrokeRectBatch.cpp | 650 SkRect outside = GrTest::TestRect(random); in DRAW_BATCH_TEST_DEFINE() 660 return GrAAStrokeRectBatch::Create(color, GrTest::TestMatrix(random), outside, outsideAssist, in DRAW_BATCH_TEST_DEFINE()
|
D | GrAAConvexPathRenderer.cpp | 678 GrTest::TestMatrix(d->fRandom), in TestCreate() 1028 geometry.fViewMatrix = GrTest::TestMatrixInvertible(random); in DRAW_BATCH_TEST_DEFINE() 1029 geometry.fPath = GrTest::TestPathConvex(random); in DRAW_BATCH_TEST_DEFINE()
|
D | GrDrawAtlasBatch.cpp | 259 SkMatrix viewMatrix = GrTest::TestMatrix(random); in DRAW_BATCH_TEST_DEFINE()
|
D | GrDrawVerticesBatch.cpp | 309 SkMatrix viewMatrix = GrTest::TestMatrix(random); in DRAW_BATCH_TEST_DEFINE()
|
/external/skia/src/gpu/ |
D | GrTest.h | 16 namespace GrTest {
|
D | GrOvalRenderer.cpp | 206 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() 1908 SkRect circle = GrTest::TestSquare(random); in DRAW_BATCH_TEST_DEFINE() 1909 return create_circle_batch(color, viewMatrix, circle, GrTest::TestStrokeRec(random)); in DRAW_BATCH_TEST_DEFINE() 1913 SkMatrix viewMatrix = GrTest::TestMatrixRectStaysRect(random); in DRAW_BATCH_TEST_DEFINE() 1915 SkRect ellipse = GrTest::TestSquare(random); in DRAW_BATCH_TEST_DEFINE() 1916 return create_ellipse_batch(color, viewMatrix, ellipse, GrTest::TestStrokeRec(random)); in DRAW_BATCH_TEST_DEFINE() 1920 SkMatrix viewMatrix = GrTest::TestMatrix(random); in DRAW_BATCH_TEST_DEFINE() [all …]
|
D | GrDefaultGeoProcFactory.cpp | 291 GrTest::TestMatrix(d->fRandom), in TestCreate() 292 GrTest::TestMatrix(d->fRandom), in TestCreate()
|
D | GrTestUtils.cpp | 44 namespace GrTest { namespace
|
/external/skia/src/gpu/effects/ |
D | GrSimpleTextureEffect.cpp | 70 const SkMatrix& matrix = GrTest::TestMatrix(d->fRandom); in TestCreate()
|
D | GrBezierEffect.cpp | 281 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()
|
D | GrDistanceFieldGeoProc.cpp | 258 GrTest::TestMatrix(d->fRandom), in TestCreate() 468 GrTest::TestMatrix(d->fRandom), in TestCreate() 743 GrTest::TestMatrix(d->fRandom), in TestCreate()
|
D | GrBitmapTextGeoProc.cpp | 196 format, GrTest::TestMatrix(d->fRandom), in TestCreate()
|
D | GrConfigConversionEffect.cpp | 135 swizzle, pmConv, GrTest::TestMatrix(d->fRandom)); in TestCreate()
|
/external/skia/include/gpu/ |
D | GrTestUtils.h | 25 namespace GrTest {
|
/external/skia/src/effects/gradients/ |
D | SkTwoPointConicalGradient_gpu.cpp | 215 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()
|
D | SkSweepGradient.cpp | 196 GrTest::TestMatrix(d->fRandom), in TestCreate()
|
/external/skia/tests/ |
D | TextBlobCacheTest.cpp | 64 GrTest::SetupAlwaysEvictAtlas(context); in text_blob_cache_inner()
|