Searched refs:DEFINE_bool2 (Results 1 - 13 of 13) sorted by relevance
/external/skia/tools/flags/ |
H A D | SkCommonFlags.cpp | 31 DEFINE_bool2(quiet, q, false, "if true, don't print status updates."); 42 DEFINE_bool2(verbose, v, false, "enable verbose output from the test driver."); 44 DEFINE_bool2(veryVerbose, V, false, "tell individual tests to be verbose."); 52 DEFINE_bool2(pre_log, p, false, "Log before running each test. May be incomprehensible when threading");
|
H A D | SkCommandLineFlags.h | 205 #define DEFINE_bool2(name, shortName, defaultValue, helpString) \ macro
|
/external/skia/tools/ |
H A D | skpinfo.cpp | 15 DEFINE_bool2(version, v, true, "version"); 16 DEFINE_bool2(cullRect, c, true, "cullRect"); 17 DEFINE_bool2(flags, f, true, "flags"); 18 DEFINE_bool2(tags, t, true, "tags"); 19 DEFINE_bool2(quiet, q, false, "quiet");
|
H A D | gpuveto.cpp | 14 DEFINE_bool2(quiet, q, false, "quiet");
|
H A D | imgslice.cpp | 24 DEFINE_bool2(quiet, q, false, "Quiet"); 25 DEFINE_bool2(reverse, v, false, "Iterate from max to min");
|
H A D | dump_record.cpp | 20 DEFINE_bool2(optimize, O, false, "Run SkRecordOptimize before dumping.");
|
/external/skia/tools/VisualBench/ |
H A D | VisualBench.cpp | 28 DEFINE_bool2(fullscreen, f, true, "Run fullscreen."); 30 DEFINE_bool2(dif, d, false, "Use device-independent fonts.");
|
H A D | VisualLightweightBenchModule.cpp | 27 DEFINE_bool2(verbose, v, false, "enable verbose output from the test driver.");
|
/external/skia/tests/ |
H A D | skia_test.cpp | 28 DEFINE_bool2(extendedTest, x, false, "run extended tests for pathOps.");
|
H A D | PathOpsExtendedTest.cpp | 27 DEFINE_bool2(runFail, f, false, "run tests known to fail."); 28 DEFINE_bool2(runBinary, f, false, "run tests known to fail binary sect.");
|
H A D | PathOpsSkpClipTest.cpp | 532 DEFINE_bool2(single, z, false, "run tests on a single thread internally."); 534 DEFINE_bool2(verbose, v, false, "enable verbose output.");
|
/external/skia/tools/lua/ |
H A D | lua_pictures.cpp | 40 DEFINE_bool2(quiet, q, false, "Silence all non-error related output");
|
/external/skia/dm/ |
H A D | DM.cpp | 50 DEFINE_bool2(pathOpsExtended, x, false, "Run extended pathOps tests.");
|
Completed in 505 milliseconds