/external/skia/tools/ |
D | skpinfo.cpp | 17 static DEFINE_bool2(version, v, true, "version"); 18 static DEFINE_bool2(cullRect, c, true, "cullRect"); 19 static DEFINE_bool2(flags, f, true, "flags"); 20 static DEFINE_bool2(tags, t, true, "tags"); 21 static DEFINE_bool2(quiet, q, false, "quiet");
|
D | skottie2movie.cpp | 28 static DEFINE_bool2(verbose, v, false, "verbose mode"); 29 static DEFINE_bool2(loop, l, false, "loop mode for profiling"); 31 static DEFINE_bool2(gpu, g, false, "use GPU for rendering");
|
D | dump_record.cpp | 23 static DEFINE_bool2(optimize, O, false, "Run SkRecordOptimize before dumping.");
|
/external/skqp/tools/ |
D | skpinfo.cpp | 17 DEFINE_bool2(version, v, true, "version"); 18 DEFINE_bool2(cullRect, c, true, "cullRect"); 19 DEFINE_bool2(flags, f, true, "flags"); 20 DEFINE_bool2(tags, t, true, "tags"); 21 DEFINE_bool2(quiet, q, false, "quiet");
|
D | dump_record.cpp | 22 DEFINE_bool2(optimize, O, false, "Run SkRecordOptimize before dumping.");
|
/external/skqp/tools/bookmaker/ |
D | bookmaker.cpp | 18 DEFINE_bool2(catalog, c, false, "Write example catalog.htm. (Requires -b -f -r)"); 20 DEFINE_bool2(extract, E, false, "Extract examples into fiddle.json"); 22 DEFINE_bool2(hack, H, false, "Do a find/replace hack to update all *.bmh files. (Requires -b)"); 25 DEFINE_bool2(selfcheck, k, false, "Check bmh against itself. (Requires -b)"); 26 DEFINE_bool2(stdout, o, false, "Write file out to standard out."); 27 DEFINE_bool2(populate, p, false, "Populate include from bmh. (Requires -b -i)"); 31 DEFINE_bool2(tokens, t, false, "Write bmh from include. (Requires -i)"); 32 DEFINE_bool2(crosscheck, x, false, "Check bmh against includes. (Requires -b -i)"); 34 DEFINE_bool2(validate, V, false, "Validate that all anchor references have definitions. (Requires -… 35 DEFINE_bool2(skip, z, false, "Skip degenerate missed in legacy preprocessor.");
|
/external/skia/tests/ |
D | skia_test.cpp | 27 static DEFINE_bool2(dumpOp, d, false, "dump the pathOps to a file to recover mid-crash."); 28 static DEFINE_bool2(extendedTest, x, false, "run extended tests for pathOps."); 29 static DEFINE_bool2(runFail, f, false, "check for success on tests known to fail."); 30 static DEFINE_bool2(verifyOp, y, false, "compare the pathOps result against a region."); 32 static DEFINE_bool2(verbose, v, false, "enable verbose output from the test driver."); 33 static DEFINE_bool2(veryVerbose, V, false, "tell individual tests to be verbose."); 52 static DEFINE_bool2(coinTest, c, false, "detect unused coincidence algorithms.");
|
/external/skqp/tools/flags/ |
D | SkCommonFlags.cpp | 43 DEFINE_bool2(quiet, q, false, "if true, don't print status updates."); 78 DEFINE_bool2(verbose, v, false, "enable verbose output from the test driver."); 80 DEFINE_bool2(veryVerbose, V, false, "tell individual tests to be verbose."); 88 DEFINE_bool2(pre_log, p, false, "Log before running each test. May be incomprehensible when threadi…
|
D | SkCommandLineFlags.h | 222 #define DEFINE_bool2(name, shortName, defaultValue, helpString) \ macro
|
/external/skqp/tests/ |
D | skia_test.cpp | 28 DEFINE_bool2(dumpOp, d, false, "dump the pathOps to a file to recover mid-crash."); 29 DEFINE_bool2(extendedTest, x, false, "run extended tests for pathOps."); 30 DEFINE_bool2(runFail, f, false, "check for success on tests known to fail."); 31 DEFINE_bool2(verifyOp, y, false, "compare the pathOps result against a region."); 35 DEFINE_bool2(coinTest, c, false, "detect unused coincidence algorithms.");
|
/external/skqp/tools/lua/ |
D | lua_pictures.cpp | 39 static DEFINE_bool2(quiet, q, false, "Silence all non-error related output");
|
/external/skia/dm/ |
D | DM.cpp | 70 static DEFINE_bool2(pathOpsExtended, x, false, "Run extended pathOps tests."); 114 static DEFINE_bool2(veryVerbose, V, false, "tell individual tests to be verbose."); 140 static DEFINE_bool2(quiet, q, false, "if true, don't print status updates."); 141 static DEFINE_bool2(verbose, v, false, "enable verbose output from the test driver.");
|
/external/skia/fuzz/ |
D | FuzzGradients.cpp | 18 static DEFINE_bool2(verbose, v, false, "log verbose linear gradient description");
|
D | FuzzMain.cpp | 41 DEFINE_bool2(verbose, v, false, "Print more information while fuzzing.");
|
D | FuzzCanvas.cpp | 67 static DEFINE_bool2(gpuInfo, g, false, "Display GPU information on relevant targets.");
|
/external/skia/tools/flags/ |
D | CommandLineFlags.h | 202 #define DEFINE_bool2(name, shortName, defaultValue, helpString) \ macro
|
/external/skia/bench/ |
D | nanobench.cpp | 147 static DEFINE_bool2(pre_log, p, false, 170 static DEFINE_bool2(quiet, q, false, "if true, don't print status updates."); 171 static DEFINE_bool2(verbose, v, false, "enable verbose output from the test driver.");
|
/external/skqp/fuzz/ |
D | FuzzMain.cpp | 44 DEFINE_bool2(verbose, v, false, "Print more information while fuzzing.");
|
D | FuzzCanvas.cpp | 82 DEFINE_bool2(gpuInfo, g, false, "Display GPU information on relevant targets.");
|
/external/skqp/dm/ |
D | DM.cpp | 66 DEFINE_bool2(pathOpsExtended, x, false, "Run extended pathOps tests.");
|