Home
last modified time | relevance | path

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

12

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

12