Home
last modified time | relevance | path

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

12

/external/skia/gyp/
Dgputest.gyp32 '<(skia_src_path)/gpu/GrTest.cpp',
33 '<(skia_src_path)/gpu/GrTest.h',
/external/skia/src/gpu/batches/
DGrAAFillRectBatch.cpp406 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()
DGrTessellatingPathRenderer.cpp281 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()
DGrNonAAFillRectBatch.cpp326 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()
DGrNonAAStrokeRectBatch.cpp245 SkMatrix viewMatrix = GrTest::TestMatrix(random); in DRAW_BATCH_TEST_DEFINE()
247 SkRect rect = GrTest::TestRect(random); in DRAW_BATCH_TEST_DEFINE()
DGrAALinearizingConvexPathRenderer.cpp351 geometry.fViewMatrix = GrTest::TestMatrixInvertible(random); in DRAW_BATCH_TEST_DEFINE()
352 geometry.fPath = GrTest::TestPathConvex(random); in DRAW_BATCH_TEST_DEFINE()
DGrAADistanceFieldPathRenderer.cpp639 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()
DGrDefaultPathRenderer.cpp756 SkMatrix viewMatrix = GrTest::TestMatrix(random); in DRAW_BATCH_TEST_DEFINE()
761 SkPath path = GrTest::TestPath(random); in DRAW_BATCH_TEST_DEFINE()
DGrAAStrokeRectBatch.cpp650 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()
DGrAAConvexPathRenderer.cpp678 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()
DGrDrawAtlasBatch.cpp259 SkMatrix viewMatrix = GrTest::TestMatrix(random); in DRAW_BATCH_TEST_DEFINE()
DGrDrawVerticesBatch.cpp309 SkMatrix viewMatrix = GrTest::TestMatrix(random); in DRAW_BATCH_TEST_DEFINE()
/external/skia/src/gpu/
DGrTest.h16 namespace GrTest {
DGrOvalRenderer.cpp206 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 …]
DGrDefaultGeoProcFactory.cpp291 GrTest::TestMatrix(d->fRandom), in TestCreate()
292 GrTest::TestMatrix(d->fRandom), in TestCreate()
DGrTestUtils.cpp44 namespace GrTest { namespace
/external/skia/src/gpu/effects/
DGrSimpleTextureEffect.cpp70 const SkMatrix& matrix = GrTest::TestMatrix(d->fRandom); in TestCreate()
DGrBezierEffect.cpp281 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()
DGrDistanceFieldGeoProc.cpp258 GrTest::TestMatrix(d->fRandom), in TestCreate()
468 GrTest::TestMatrix(d->fRandom), in TestCreate()
743 GrTest::TestMatrix(d->fRandom), in TestCreate()
DGrBitmapTextGeoProc.cpp196 format, GrTest::TestMatrix(d->fRandom), in TestCreate()
DGrConfigConversionEffect.cpp135 swizzle, pmConv, GrTest::TestMatrix(d->fRandom)); in TestCreate()
/external/skia/include/gpu/
DGrTestUtils.h25 namespace GrTest {
/external/skia/src/effects/gradients/
DSkTwoPointConicalGradient_gpu.cpp215 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()
DSkSweepGradient.cpp196 GrTest::TestMatrix(d->fRandom), in TestCreate()
/external/skia/tests/
DTextBlobCacheTest.cpp64 GrTest::SetupAlwaysEvictAtlas(context); in text_blob_cache_inner()

12