Home
last modified time | relevance | path

Searched refs:DEFINE_bool2 (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/tools/
Dskpinfo.cpp17 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");
Dskottie2movie.cpp28 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");
Ddump_record.cpp23 static DEFINE_bool2(optimize, O, false, "Run SkRecordOptimize before dumping.");
/third_party/flutter/skia/tools/
Dskpinfo.cpp17 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");
Dskottie2movie.cpp22 static DEFINE_bool2(verbose, v, false, "verbose mode");
23 static DEFINE_bool2(loop, l, false, "loop mode for profiling");
Ddump_record.cpp22 static DEFINE_bool2(optimize, O, false, "Run SkRecordOptimize before dumping.");
/third_party/flutter/skia/tests/
Dskia_test.cpp28 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/
Dskia_test.cpp27 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/
Dlua_pictures.cpp39 static DEFINE_bool2(quiet, q, false, "Silence all non-error related output");
/third_party/flutter/skia/dm/
DDM.cpp60 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/
DDM.cpp68 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/
Dnanobench.cpp131 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/
DFuzzGradients.cpp18 static DEFINE_bool2(verbose, v, false, "log verbose linear gradient description");
DFuzzMain.cpp41 DEFINE_bool2(verbose, v, false, "Print more information while fuzzing.");
DFuzzCanvas.cpp65 static DEFINE_bool2(gpuInfo, g, false, "Display GPU information on relevant targets.");
/third_party/skia/tools/flags/
DCommandLineFlags.h202 #define DEFINE_bool2(name, shortName, defaultValue, helpString) \ macro
/third_party/flutter/skia/tools/flags/
DCommandLineFlags.h202 #define DEFINE_bool2(name, shortName, defaultValue, helpString) \ macro
/third_party/skia/fuzz/
DFuzzGradients.cpp18 static DEFINE_bool2(verbose, v, false, "log verbose linear gradient description");
DFuzzMain.cpp41 DEFINE_bool2(verbose, v, false, "Print more information while fuzzing.");
DFuzzCanvas.cpp67 static DEFINE_bool2(gpuInfo, g, false, "Display GPU information on relevant targets.");
/third_party/skia/bench/
Dnanobench.cpp148 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.");