/external/skia/src/gpu/ |
GrTest.h | 16 namespace GrTest {
|
GrDefaultGeoProcFactory.cpp | 291 GrTest::TestMatrix(d->fRandom), 292 GrTest::TestMatrix(d->fRandom),
|
GrOvalRenderer.cpp | 206 GrTest::TestMatrix(d->fRandom), 377 GrTest::TestMatrix(d->fRandom), 575 GrTest::TestMatrix(d->fRandom), [all...] |
GrTestUtils.cpp | 44 namespace GrTest {
|
/external/skia/src/gpu/effects/ |
GrSimpleTextureEffect.cpp | 70 const SkMatrix& matrix = GrTest::TestMatrix(d->fRandom);
|
GrBezierEffect.cpp | 281 gp = GrConicEffect::Create(GrRandomColor(d->fRandom), GrTest::TestMatrix(d->fRandom), 283 GrTest::TestMatrix(d->fRandom), d->fRandom->nextBool()); 497 GrTest::TestMatrix(d->fRandom), 499 GrTest::TestMatrix(d->fRandom), [all...] |
GrBitmapTextGeoProc.cpp | 196 format, GrTest::TestMatrix(d->fRandom),
|
GrConfigConversionEffect.cpp | 135 swizzle, pmConv, GrTest::TestMatrix(d->fRandom));
|
GrTextureDomain.cpp | 293 const SkMatrix& matrix = GrTest::TestMatrix(d->fRandom);
|
GrDistanceFieldGeoProc.cpp | 258 GrTest::TestMatrix(d->fRandom), 468 GrTest::TestMatrix(d->fRandom), [all...] |
/external/skia/src/gpu/batches/ |
GrAAFillRectBatch.cpp | 406 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random); 407 SkRect rect = GrTest::TestRect(random); 408 SkRect devRect = GrTest::TestRect(random); 414 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random); 415 SkMatrix localMatrix = GrTest::TestMatrix(random); 416 SkRect rect = GrTest::TestRect(random); 417 SkRect devRect = GrTest::TestRect(random);
|
GrTessellatingPathRenderer.cpp | 281 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random); 282 SkPath path = GrTest::TestPath(random); 283 SkRect clipBounds = GrTest::TestRect(random); 290 GrStrokeInfo strokeInfo = GrTest::TestStrokeInfo(random);
|
GrNonAAFillRectBatch.cpp | 326 SkRect rect = GrTest::TestRect(random); 327 SkRect localRect = GrTest::TestRect(random); 328 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random); 329 SkMatrix localMatrix = GrTest::TestMatrix(random);
|
GrNonAAStrokeRectBatch.cpp | 245 SkMatrix viewMatrix = GrTest::TestMatrix(random); 247 SkRect rect = GrTest::TestRect(random);
|
GrAADistanceFieldPathRenderer.cpp | 639 SkMatrix viewMatrix = GrTest::TestMatrix(random); 642 AADistanceFieldPathBatch::Geometry geometry(GrTest::TestStrokeRec(random)); 644 geometry.fPath = GrTest::TestPath(random);
|
GrAALinearizingConvexPathRenderer.cpp | 351 geometry.fViewMatrix = GrTest::TestMatrixInvertible(random); 352 geometry.fPath = GrTest::TestPathConvex(random);
|
GrAAStrokeRectBatch.cpp | 650 SkRect outside = GrTest::TestRect(random); 660 return GrAAStrokeRectBatch::Create(color, GrTest::TestMatrix(random), outside, outsideAssist,
|
GrDefaultPathRenderer.cpp | 756 SkMatrix viewMatrix = GrTest::TestMatrix(random); 761 SkPath path = GrTest::TestPath(random);
|
GrDrawAtlasBatch.cpp | 259 SkMatrix viewMatrix = GrTest::TestMatrix(random);
|
GrDrawVerticesBatch.cpp | 309 SkMatrix viewMatrix = GrTest::TestMatrix(random);
|
GrAAConvexPathRenderer.cpp | 678 GrTest::TestMatrix(d->fRandom), [all...] |
/external/skia/include/gpu/ |
GrTestUtils.h | 25 namespace GrTest {
|
/external/skia/tests/ |
TextBlobCacheTest.cpp | 28 #include "GrTest.h" 64 GrTest::SetupAlwaysEvictAtlas(context);
|
/external/skia/src/effects/gradients/ |
SkSweepGradient.cpp | 196 GrTest::TestMatrix(d->fRandom),
|
SkTwoPointConicalGradient_gpu.cpp | 215 GrTest::TestMatrix(d->fRandom), NULL, kNone_SkFilterQuality); 496 GrTest::TestMatrix(d->fRandom), NULL, kNone_SkFilterQuality); 709 GrTest::TestMatrix(d->fRandom), NULL, kNone_SkFilterQuality); [all...] |