Searched refs:GrTest (Results 1 - 25 of 27) sorted by relevance

12

/external/skia/src/gpu/
H A DGrRectBatch.cpp259 SkRect rect = GrTest::TestRect(random);
267 viewMatrix = GrTest::TestMatrixInvertible(random);
268 localRect = GrTest::TestRect(random);
270 viewMatrix = GrTest::TestMatrix(random);
274 localMatrix = GrTest::TestMatrix(random);
H A DGrDefaultGeoProcFactory.cpp253 GrTest::TestMatrix(random),
254 GrTest::TestMatrix(random),
H A DGrOvalRenderer.cpp220 GrTest::TestMatrix(random));
408 GrTest::TestMatrix(random));
608 GrTest::TestMatrix(random),
2060 SkMatrix viewMatrix = GrTest::TestMatrix(random);
2063 SkRect circle = GrTest::TestSquare(random);
2065 GrTest::TestStrokeRec(random));
2069 SkMatrix viewMatrix = GrTest::TestMatrixRectStaysRect(random);
2071 SkRect ellipse = GrTest::TestSquare(random);
2073 GrTest::TestStrokeRec(random));
2077 SkMatrix viewMatrix = GrTest
[all...]
H A DGrAARectRenderer.cpp834 geo.fViewMatrix = GrTest::TestMatrix(random);
835 geo.fRect = GrTest::TestRect(random);
836 geo.fDevRect = GrTest::TestRect(random);
844 SkRect outside = GrTest::TestRect(random);
859 return AAStrokeRectBatch::Create(geo, GrTest::TestMatrix(random));
H A DGrDefaultPathRenderer.cpp753 SkMatrix viewMatrix = GrTest::TestMatrix(random);
758 SkPath path = GrTest::TestPath(random);
H A DGrTestUtils.cpp42 namespace GrTest { namespace
H A DGrAADistanceFieldPathRenderer.cpp667 SkMatrix viewMatrix = GrTest::TestMatrix(random);
670 AADistanceFieldPathBatch::Geometry geometry(GrTest::TestStrokeRec(random));
671 geometry.fPath = GrTest::TestPath(random);
H A DGrAAConvexPathRenderer.cpp685 GrTest::TestMatrix(random)) : NULL;
1038 geometry.fViewMatrix = GrTest::TestMatrixInvertible(random);
1039 geometry.fPath = GrTest::TestPathConvex(random);
H A DGrAAHairLinePathRenderer.cpp1017 SkMatrix viewMatrix = GrTest::TestMatrix(random);
1019 SkPath path = GrTest::TestPath(random);
H A DGrContext.cpp1890 geometry.fViewMatrix = GrTest::TestMatrix(random);
1892 geometry.fRect = GrTest::TestRect(random);
1992 SkMatrix viewMatrix = GrTest::TestMatrix(random);
H A DGrTessellatingPathRenderer.cpp1525 SkMatrix viewMatrix = GrTest::TestMatrixInvertible(random);
1526 SkPath path = GrTest::TestPath(random);
1527 SkRect clipBounds = GrTest::TestRect(random);
/external/skia/src/gpu/effects/
H A DGrSimpleTextureEffect.cpp83 const SkMatrix& matrix = GrTest::TestMatrix(random);
H A DGrBezierEffect.cpp233 gp = GrConicEffect::Create(GrRandomColor(random), GrTest::TestMatrix(random),
235 GrTest::TestMatrix(random));
449 GrTest::TestMatrix(random),
451 GrTest::TestMatrix(random));
676 GrTest::TestMatrix(random), edgeType, caps);
H A DGrBitmapTextGeoProc.cpp200 format, GrTest::TestMatrix(random));
H A DGrConfigConversionEffect.cpp145 GrTest::TestMatrix(random)));
H A DGrTextureDomain.cpp302 const SkMatrix& matrix = GrTest::TestMatrix(random);
H A DGrDistanceFieldGeoProc.cpp262 GrTest::TestMatrix(random),
486 GrTest::TestMatrix(random),
754 GrTest::TestMatrix(random),
H A DGrDashingEffect.cpp974 aaMode, GrTest::TestMatrix(random));
1213 aaMode, GrTest::TestMatrix(random));
1239 SkMatrix viewMatrix = GrTest::TestMatrixPreservesRightAngles(random);
/external/skia/include/gpu/
H A DGrTestUtils.h24 namespace GrTest { namespace
/external/skia/src/effects/gradients/
H A DSkTwoPointConicalGradient_gpu.cpp220 GrTest::TestMatrix(random), NULL,
507 GrTest::TestMatrix(random), NULL,
727 GrTest::TestMatrix(random), NULL,
982 GrTest::TestMatrix(random), NULL,
1223 GrTest::TestMatrix(random), NULL,
H A DSkSweepGradient.cpp264 GrTest::TestMatrix(random), NULL,
H A DSkLinearGradient.cpp547 GrTest::TestMatrix(random), NULL,
H A DSkRadialGradient.cpp521 GrTest::TestMatrix(random), NULL,
/external/skia/bench/
H A DAndroid.mk353 ../src/gpu/GrTest.cpp \
/external/skia/dm/
H A DAndroid.mk508 ../src/gpu/GrTest.cpp

Completed in 908 milliseconds

12