/external/chromium_org/third_party/skia/tests/ |
D | Test.cpp | 74 virtual bool allowExtendedTest() const SK_OVERRIDE { in allowExtendedTest() function in LocalReporter 75 return fReporter->allowExtendedTest(); in allowExtendedTest()
|
D | PathOpsOpLoopThreadedTest.cpp | 75 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST() 98 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
|
D | PathOpsOpRectThreadedTest.cpp | 87 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
|
D | PathOpsSimplifyQuadThreadedTest.cpp | 87 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
|
D | PathOpsSimplifyDegenerateThreadedTest.cpp | 87 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
|
D | PathOpsOpCubicThreadedTest.cpp | 80 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
|
D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 88 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
|
D | Test.h | 34 virtual bool allowExtendedTest() const { return false; } in allowExtendedTest() function
|
D | PathOpsSimplifyTrianglesThreadedTest.cpp | 96 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
|
D | PathOpsQuadLineIntersectionThreadedTest.cpp | 122 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
|
D | skia_test.cpp | 72 virtual bool allowExtendedTest() const SK_OVERRIDE { return FLAGS_extendedTest; } in allowExtendedTest() function in DebugfReporter
|
/external/skia/tests/ |
D | Test.cpp | 74 virtual bool allowExtendedTest() const SK_OVERRIDE { in allowExtendedTest() function in LocalReporter 75 return fReporter->allowExtendedTest(); in allowExtendedTest()
|
D | PathOpsOpLoopThreadedTest.cpp | 75 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST() 98 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
|
D | PathOpsOpRectThreadedTest.cpp | 87 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
|
D | PathOpsSimplifyQuadThreadedTest.cpp | 87 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
|
D | PathOpsOpCubicThreadedTest.cpp | 80 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
|
D | PathOpsSimplifyDegenerateThreadedTest.cpp | 87 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
|
D | PathOpsSimplifyTrianglesThreadedTest.cpp | 96 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
|
D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 88 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
|
D | Test.h | 34 virtual bool allowExtendedTest() const { return false; } in allowExtendedTest() function
|
D | PathOpsQuadLineIntersectionThreadedTest.cpp | 122 if (!reporter->allowExtendedTest()) goto finish; in DEF_TEST()
|
/external/skia/dm/ |
D | DMTestTask.cpp | 15 bool TestReporter::allowExtendedTest() const { return FLAGS_pathOpsExtended; } in allowExtendedTest() function in DM::TestReporter
|
D | DMTestTask.h | 21 virtual bool allowExtendedTest() const SK_OVERRIDE;
|
/external/chromium_org/third_party/skia/dm/ |
D | DMTestTask.h | 21 virtual bool allowExtendedTest() const SK_OVERRIDE;
|
D | DMTestTask.cpp | 15 bool TestReporter::allowExtendedTest() const { return FLAGS_pathOpsExtended; } in allowExtendedTest() function in DM::TestReporter
|