Home
last modified time | relevance | path

Searched refs:allowExtendedTest (Results 1 - 17 of 17) sorted by relevance

/third_party/skia/tests/
H A DPathOpsOpRectThreadedTest.cpp103 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
121 int step = data->fReporter->allowExtendedTest() ? 2 : 5; in testPathOpsFastMain()
185 int step = reporter->allowExtendedTest() ? 2 : 5; in DEF_TEST()
H A DTest.cpp20 bool skiatest::Reporter::allowExtendedTest() const { return false; } in allowExtendedTest() function in skiatest::Reporter
H A DPathOpsTightBoundsTest.cpp38 int outerCount = reporter->allowExtendedTest() ? 100 : 1; in DEF_TEST()
113 int outerCount = reporter->allowExtendedTest() ? 100 : 1; in DEF_TEST()
H A DPathOpsChalkboardTest.cpp116 testCount = reporter->allowExtendedTest() ? 63 * 62 / 2 : 100; in chalkboard_threaded()
119 testCount = reporter->allowExtendedTest() ? 10000 : 100; in chalkboard_threaded()
132 if (reporter->allowExtendedTest()) { in chalkboard_threaded()
H A DPathOpsOpCircleThreadedTest.cpp85 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
H A DPathOpsOpCubicThreadedTest.cpp93 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
H A DPathOpsSimplifyQuadThreadedTest.cpp88 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
H A DPathOpsSimplifyDegenerateThreadedTest.cpp81 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp89 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
H A DPathOpsSimplifyTrianglesThreadedTest.cpp89 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
H A DPathOpsOpLoopThreadedTest.cpp104 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
H A DPathOpsQuadLineIntersectionThreadedTest.cpp128 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
H A DPathOpsSimplifyRectThreadedTest.cpp201 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
H A Dskia_test.cpp107 bool allowExtendedTest() const override { return FLAGS_extendedTest; } in operator ()()
H A DTest.h37 virtual bool allowExtendedTest() const;
H A DPathOpsTigerTest.cpp252 int testCount = reporter->allowExtendedTest() ? 10000 : 100; in tiger_threaded()
/third_party/skia/dm/
H A DDM.cpp1454 bool allowExtendedTest() const override { in run_test()

Completed in 14 milliseconds