HomeSort by relevance Sort by last modified time
    Searched refs:GrTest (Results 1 - 25 of 43) sorted by null

1 2

  /external/skia/tools/gpu/
GrTest.h 13 namespace GrTest {
  /external/skia/src/gpu/effects/
GrSimpleTextureEffect.cpp 110 const SkMatrix& matrix = GrTest::TestMatrix(d->fRandom);
111 sk_sp<GrColorSpaceXform> colorSpaceXform = GrTest::TestColorXform(d->fRandom);
GrShadowGeoProc.cpp 104 return GrRRectShadowGeoProc::Make(GrTest::TestMatrix(d->fRandom));
GrBezierEffect.cpp 267 gp = GrConicEffect::Make(GrRandomColor(d->fRandom), GrTest::TestMatrix(d->fRandom),
268 edgeType, *d->caps(), GrTest::TestMatrix(d->fRandom),
469 gp = GrQuadEffect::Make(GrRandomColor(d->fRandom), GrTest::TestMatrix(d->fRandom), edgeType,
470 *d->caps(), GrTest::TestMatrix(d->fRandom),
692 gp = GrCubicEffect::Make(GrRandomColor(d->fRandom), GrTest::TestMatrix(d->fRandom),
GrBicubicEffect.cpp 182 sk_sp<GrColorSpaceXform> colorSpaceXform = GrTest::TestColorXform(d->fRandom);
GrBitmapTextGeoProc.cpp 191 params, format, GrTest::TestMatrix(d->fRandom),
GrTextureDomain.cpp 346 const SkMatrix& matrix = GrTest::TestMatrix(d->fRandom);
348 sk_sp<GrColorSpaceXform> colorSpaceXform = GrTest::TestColorXform(d->fRandom);
GrConfigConversionEffect.cpp 136 pmConv, GrTest::TestMatrix(d->fRandom)));
  /external/skia/src/gpu/ops/
GrNonAAFillRectOp.cpp 198 SkRect rect = GrTest::TestRect(random);
199 SkRect localRect = GrTest::TestRect(random);
200 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random);
201 SkMatrix localMatrix = GrTest::TestMatrix(random);
GrNonAAFillRectPerspectiveOp.cpp 242 SkRect rect = GrTest::TestRect(random);
243 SkRect localRect = GrTest::TestRect(random);
244 SkMatrix viewMatrix = GrTest::TestMatrix(random);
248 localMatrix = GrTest::TestMatrixPerspective(random);
GrAnalyticRectOp.cpp 227 return sk_sp<GrGeometryProcessor>(new RectGeometryProcessor(GrTest::TestMatrix(d->fRandom)));
393 SkMatrix viewMatrix = GrTest::TestMatrix(random);
395 SkRect rect = GrTest::TestSquare(random);
396 SkRect croppedRect = GrTest::TestSquare(random);
397 SkRect bounds = GrTest::TestSquare(random);
GrAAFillRectOp.cpp 394 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random);
395 SkRect rect = GrTest::TestRect(random);
396 SkRect devRect = GrTest::TestRect(random);
402 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random);
403 SkMatrix localMatrix = GrTest::TestMatrix(random);
404 SkRect rect = GrTest::TestRect(random);
405 SkRect devRect = GrTest::TestRect(random);
GrNonAAStrokeRectOp.cpp 201 SkMatrix viewMatrix = GrTest::TestMatrix(random);
203 SkRect rect = GrTest::TestRect(random);
GrTessellatingPathRenderer.cpp 379 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random);
380 SkPath path = GrTest::TestPath(random);
387 GrTest::TestStyle(random, &style);
GrAALinearizingConvexPathRenderer.cpp 357 SkMatrix viewMatrix = GrTest::TestMatrixPreservesRightAngles(random);
358 SkPath path = GrTest::TestPathConvex(random);
GrShadowRRectOp.cpp     [all...]
GrOvalOpFactory.cpp 252 d->fRandom->nextBool(), GrTest::TestMatrix(d->fRandom)));
389 new EllipseGeometryProcessor(d->fRandom->nextBool(), GrTest::TestMatrix(d->fRandom)));
557 GrTest::TestMatrix(d->fRandom), (DIEllipseStyle)(d->fRandom->nextRangeU(0, 2))));
    [all...]
GrDefaultPathRenderer.cpp 616 SkMatrix viewMatrix = GrTest::TestMatrix(random);
621 SkPath path = GrTest::TestPath(random);
GrDashOp.cpp     [all...]
  /external/skia/include/gpu/
GrTestUtils.h 30 namespace GrTest {
85 } // namespace GrTest
  /external/skia/tests/
TextBlobCacheTest.cpp 28 #include "GrTest.h"
56 GrTest::SetupAlwaysEvictAtlas(context);
  /external/skia/src/gpu/
GrDefaultGeoProcFactory.cpp 257 GrTest::TestMatrix(d->fRandom),
258 GrTest::TestMatrix(d->fRandom),
  /external/skia/src/effects/
GrAlphaThresholdFragmentProcessor.cpp 164 sk_sp<GrColorSpaceXform> colorSpaceXform = GrTest::TestColorXform(d->fRandom);
  /external/skia/src/effects/gradients/
SkTwoPointConicalGradient_gpu.cpp 209 GrTest::TestAsFPArgs asFPArgs(d);
489 GrTest::TestAsFPArgs asFPArgs(d);
694 GrTest::TestAsFPArgs asFPArgs(d);
    [all...]
SkSweepGradient.cpp 197 GrTest::TestAsFPArgs asFPArgs(d);

Completed in 323 milliseconds

1 2