/external/skia/src/gpu/ |
D | GrRectBatch.cpp | 259 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()
|
D | GrOvalRenderer.cpp | 220 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 …]
|
D | GrAARectRenderer.cpp | 834 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()
|
D | GrDefaultGeoProcFactory.cpp | 253 GrTest::TestMatrix(random), in TestCreate() 254 GrTest::TestMatrix(random), in TestCreate()
|
D | GrAADistanceFieldPathRenderer.cpp | 667 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()
|
D | GrDefaultPathRenderer.cpp | 753 SkMatrix viewMatrix = GrTest::TestMatrix(random); in BATCH_TEST_DEFINE() 758 SkPath path = GrTest::TestPath(random); in BATCH_TEST_DEFINE()
|
D | GrTestUtils.cpp | 42 namespace GrTest { namespace
|
D | GrAAConvexPathRenderer.cpp | 685 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()
|
D | GrAAHairLinePathRenderer.cpp | 1017 SkMatrix viewMatrix = GrTest::TestMatrix(random); in BATCH_TEST_DEFINE() 1019 SkPath path = GrTest::TestPath(random); in BATCH_TEST_DEFINE()
|
D | GrContext.cpp | 1890 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()
|
D | GrTessellatingPathRenderer.cpp | 1525 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/ |
D | gputest.gyp | 29 '<(skia_src_path)/gpu/GrTest.cpp', 30 '<(skia_src_path)/gpu/GrTest.h',
|
/external/skia/src/gpu/effects/ |
D | GrBezierEffect.cpp | 233 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()
|
D | GrSimpleTextureEffect.cpp | 83 const SkMatrix& matrix = GrTest::TestMatrix(random); in TestCreate()
|
D | GrDistanceFieldGeoProc.cpp | 262 GrTest::TestMatrix(random), in TestCreate() 486 GrTest::TestMatrix(random), in TestCreate() 754 GrTest::TestMatrix(random), in TestCreate()
|
D | GrBitmapTextGeoProc.cpp | 200 format, GrTest::TestMatrix(random)); in TestCreate()
|
D | GrConfigConversionEffect.cpp | 145 GrTest::TestMatrix(random))); in TestCreate()
|
D | GrTextureDomain.cpp | 302 const SkMatrix& matrix = GrTest::TestMatrix(random); in TestCreate()
|
D | GrDashingEffect.cpp | 974 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/ |
D | GrTestUtils.h | 24 namespace GrTest {
|
/external/skia/src/effects/gradients/ |
D | SkTwoPointConicalGradient_gpu.cpp | 220 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()
|
D | SkSweepGradient.cpp | 264 GrTest::TestMatrix(random), NULL, in TestCreate()
|
D | SkRadialGradient.cpp | 521 GrTest::TestMatrix(random), NULL, in TestCreate()
|
D | SkLinearGradient.cpp | 547 GrTest::TestMatrix(random), NULL, in TestCreate()
|
/external/skia/bench/ |
D | Android.mk | 353 ../src/gpu/GrTest.cpp \
|