Home
last modified time | relevance | path

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

/external/skia/tools/
Dskpinfo.cpp15 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");
Dimgslice.cpp26 DEFINE_bool2(quiet, q, false, "Quiet");
27 DEFINE_bool2(reverse, v, false, "Iterate from max to min");
Dgpuveto.cpp15 DEFINE_bool2(quiet, q, false, "quiet");
Ddump_record.cpp22 DEFINE_bool2(optimize, O, false, "Run SkRecordOptimize before dumping.");
/external/skia/tools/flags/
DSkCommonFlags.cpp40 DEFINE_bool2(quiet, q, false, "if true, don't print status updates.");
57 DEFINE_bool2(verbose, v, false, "enable verbose output from the test driver.");
59 DEFINE_bool2(veryVerbose, V, false, "tell individual tests to be verbose.");
67 DEFINE_bool2(pre_log, p, false, "Log before running each test. May be incomprehensible when threadi…
DSkCommandLineFlags.h205 #define DEFINE_bool2(name, shortName, defaultValue, helpString) \ macro
/external/skia/tests/
Dskia_test.cpp30 DEFINE_bool2(dumpOp, d, false, "dump the pathOps to a file to recover mid-crash.");
31 DEFINE_bool2(extendedTest, x, false, "run extended tests for pathOps.");
32 DEFINE_bool2(runFail, f, false, "check for success on tests known to fail.");
33 DEFINE_bool2(verifyOp, y, false, "compare the pathOps result against a region.");
36 DEFINE_bool2(coinTest, c, false, "detect unused coincidence algorithms.");
/external/skia/tools/lua/
Dlua_pictures.cpp40 static DEFINE_bool2(quiet, q, false, "Silence all non-error related output");
/external/skia/dm/
DDM.cpp65 DEFINE_bool2(pathOpsExtended, x, false, "Run extended pathOps tests.");
/external/skia/tools/viewer/
DViewer.cpp129 static DEFINE_bool2(fullscreen, f, true, "Run fullscreen.");