Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/skia/tests/
DTest.cpp74 virtual bool allowExtendedTest() const SK_OVERRIDE { in allowExtendedTest() function in LocalReporter
75 return fReporter->allowExtendedTest(); in allowExtendedTest()
DPathOpsOpLoopThreadedTest.cpp75 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
98 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
DPathOpsOpRectThreadedTest.cpp87 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
DPathOpsSimplifyQuadThreadedTest.cpp87 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
DPathOpsSimplifyDegenerateThreadedTest.cpp87 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
DPathOpsOpCubicThreadedTest.cpp80 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
DPathOpsSimplifyQuadralateralsThreadedTest.cpp88 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
DTest.h34 virtual bool allowExtendedTest() const { return false; } in allowExtendedTest() function
DPathOpsSimplifyTrianglesThreadedTest.cpp96 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
DPathOpsQuadLineIntersectionThreadedTest.cpp122 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
Dskia_test.cpp72 virtual bool allowExtendedTest() const SK_OVERRIDE { return FLAGS_extendedTest; } in allowExtendedTest() function in DebugfReporter
/external/skia/tests/
DTest.cpp74 virtual bool allowExtendedTest() const SK_OVERRIDE { in allowExtendedTest() function in LocalReporter
75 return fReporter->allowExtendedTest(); in allowExtendedTest()
DPathOpsOpLoopThreadedTest.cpp75 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
98 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
DPathOpsOpRectThreadedTest.cpp87 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
DPathOpsSimplifyQuadThreadedTest.cpp87 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
DPathOpsOpCubicThreadedTest.cpp80 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
DPathOpsSimplifyDegenerateThreadedTest.cpp87 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
DPathOpsSimplifyTrianglesThreadedTest.cpp96 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
DPathOpsSimplifyQuadralateralsThreadedTest.cpp88 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
DTest.h34 virtual bool allowExtendedTest() const { return false; } in allowExtendedTest() function
DPathOpsQuadLineIntersectionThreadedTest.cpp122 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
/external/skia/dm/
DDMTestTask.cpp15 bool TestReporter::allowExtendedTest() const { return FLAGS_pathOpsExtended; } in allowExtendedTest() function in DM::TestReporter
DDMTestTask.h21 virtual bool allowExtendedTest() const SK_OVERRIDE;
/external/chromium_org/third_party/skia/dm/
DDMTestTask.h21 virtual bool allowExtendedTest() const SK_OVERRIDE;
DDMTestTask.cpp15 bool TestReporter::allowExtendedTest() const { return FLAGS_pathOpsExtended; } in allowExtendedTest() function in DM::TestReporter

12