/third_party/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.");
|
/third_party/flutter/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 | 22 static DEFINE_bool2(verbose, v, false, "verbose mode"); 23 static DEFINE_bool2(loop, l, false, "loop mode for profiling");
|
D | dump_record.cpp | 22 static DEFINE_bool2(optimize, O, false, "Run SkRecordOptimize before dumping.");
|
/third_party/flutter/skia/tests/ |
D | skia_test.cpp | 28 static DEFINE_bool2(dumpOp, d, false, "dump the pathOps to a file to recover mid-crash."); 29 static DEFINE_bool2(extendedTest, x, false, "run extended tests for pathOps."); 30 static DEFINE_bool2(runFail, f, false, "check for success on tests known to fail."); 31 static DEFINE_bool2(verifyOp, y, false, "compare the pathOps result against a region."); 33 static DEFINE_bool2(verbose, v, false, "enable verbose output from the test driver."); 34 static DEFINE_bool2(veryVerbose, V, false, "tell individual tests to be verbose."); 53 static DEFINE_bool2(coinTest, c, false, "detect unused coincidence algorithms.");
|
/third_party/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."); 53 static DEFINE_bool2(coinTest, c, false, "detect unused coincidence algorithms.");
|
/third_party/flutter/skia/tools/lua/ |
D | lua_pictures.cpp | 39 static DEFINE_bool2(quiet, q, false, "Silence all non-error related output");
|
/third_party/flutter/skia/dm/ |
D | DM.cpp | 60 static DEFINE_bool2(pathOpsExtended, x, false, "Run extended pathOps tests."); 105 static DEFINE_bool2(veryVerbose, V, false, "tell individual tests to be verbose."); 131 static DEFINE_bool2(quiet, q, false, "if true, don't print status updates."); 132 static DEFINE_bool2(verbose, v, false, "enable verbose output from the test driver.");
|
/third_party/skia/dm/ |
D | DM.cpp | 68 static DEFINE_bool2(pathOpsExtended, x, false, "Run extended pathOps tests."); 112 static DEFINE_bool2(veryVerbose, V, false, "tell individual tests to be verbose."); 139 static DEFINE_bool2(quiet, q, false, "if true, don't print status updates."); 140 static DEFINE_bool2(verbose, v, false, "enable verbose output from the test driver.");
|
/third_party/flutter/skia/bench/ |
D | nanobench.cpp | 131 static DEFINE_bool2(pre_log, p, false, 154 static DEFINE_bool2(quiet, q, false, "if true, don't print status updates."); 155 static DEFINE_bool2(verbose, v, false, "enable verbose output from the test driver.");
|
/third_party/flutter/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 | 65 static DEFINE_bool2(gpuInfo, g, false, "Display GPU information on relevant targets.");
|
/third_party/skia/tools/flags/ |
D | CommandLineFlags.h | 202 #define DEFINE_bool2(name, shortName, defaultValue, helpString) \ macro
|
/third_party/flutter/skia/tools/flags/ |
D | CommandLineFlags.h | 202 #define DEFINE_bool2(name, shortName, defaultValue, helpString) \ macro
|
/third_party/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.");
|
/third_party/skia/bench/ |
D | nanobench.cpp | 148 static DEFINE_bool2(pre_log, p, false, 171 static DEFINE_bool2(quiet, q, false, "if true, don't print status updates."); 172 static DEFINE_bool2(verbose, v, false, "enable verbose output from the test driver.");
|