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

12

/external/chromium_org/third_party/skia/tests/
H A DTest.cpp74 virtual bool allowExtendedTest() const SK_OVERRIDE {
75 return fReporter->allowExtendedTest();
H A DPathOpsOpLoopThreadedTest.cpp78 if (!reporter->allowExtendedTest()) goto finish;
104 if (!reporter->allowExtendedTest()) goto finish;
H A DPathOpsTightBoundsTest.cpp40 int outerCount = reporter->allowExtendedTest() ? 100 : 1;
115 int outerCount = reporter->allowExtendedTest() ? 100 : 1;
H A DPathOpsOpCubicThreadedTest.cpp80 if (!reporter->allowExtendedTest()) goto finish;
H A DPathOpsOpRectThreadedTest.cpp87 if (!reporter->allowExtendedTest()) goto finish;
H A DPathOpsQuadLineIntersectionThreadedTest.cpp122 if (!reporter->allowExtendedTest()) goto finish;
H A DPathOpsSimplifyDegenerateThreadedTest.cpp87 if (!reporter->allowExtendedTest()) goto finish;
H A DPathOpsSimplifyQuadThreadedTest.cpp87 if (!reporter->allowExtendedTest()) goto finish;
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp88 if (!reporter->allowExtendedTest()) goto finish;
H A DPathOpsSimplifyTrianglesThreadedTest.cpp96 if (!reporter->allowExtendedTest()) goto finish;
H A DTest.h34 virtual bool allowExtendedTest() const { return false; } function in class:skiatest::Reporter
H A Dskia_test.cpp56 virtual bool allowExtendedTest() const SK_OVERRIDE { return FLAGS_extendedTest; }
/external/skia/tests/
H A DTest.cpp74 virtual bool allowExtendedTest() const SK_OVERRIDE {
75 return fReporter->allowExtendedTest();
H A DPathOpsOpLoopThreadedTest.cpp75 if (!reporter->allowExtendedTest()) goto finish;
98 if (!reporter->allowExtendedTest()) goto finish;
H A DPathOpsOpCubicThreadedTest.cpp80 if (!reporter->allowExtendedTest()) goto finish;
H A DPathOpsOpRectThreadedTest.cpp87 if (!reporter->allowExtendedTest()) goto finish;
H A DPathOpsQuadLineIntersectionThreadedTest.cpp122 if (!reporter->allowExtendedTest()) goto finish;
H A DPathOpsSimplifyDegenerateThreadedTest.cpp87 if (!reporter->allowExtendedTest()) goto finish;
H A DPathOpsSimplifyQuadThreadedTest.cpp87 if (!reporter->allowExtendedTest()) goto finish;
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp88 if (!reporter->allowExtendedTest()) goto finish;
H A DPathOpsSimplifyTrianglesThreadedTest.cpp96 if (!reporter->allowExtendedTest()) goto finish;
/external/chromium_org/third_party/skia/dm/
H A DDMTestTask.cpp10 bool TestReporter::allowExtendedTest() const { return FLAGS_pathOpsExtended; } function in class:DM::TestReporter
H A DDMTestTask.h21 virtual bool allowExtendedTest() const SK_OVERRIDE;
/external/skia/dm/
H A DDMTestTask.cpp15 bool TestReporter::allowExtendedTest() const { return FLAGS_pathOpsExtended; } function in class:DM::TestReporter
H A DDMTestTask.h21 virtual bool allowExtendedTest() const SK_OVERRIDE;

Completed in 7465 milliseconds

12