Lines Matching refs:DEFINE_bool
52 static DEFINE_bool(listGMs , false, "Print GM names and exit.");
53 static DEFINE_bool(listTests, false, "Print unit test names and exit.");
62 static DEFINE_bool (legacy, false, "Use a null SkColorSpace instead of --gamut and --tf?");
64 static DEFINE_bool (skvm , false, "Use SkVMBlitter when supported?");
65 static DEFINE_bool (jit , true, "JIT SkVM?");
66 static DEFINE_bool (dylib, false, "JIT SkVM via dylib?");
68 static DEFINE_bool (reducedshaders, false, "Use reduced shader set for any GPU backend.");
70 static DEFINE_bool (stencils , true, "If false, avoid stencil buffers in GPU backends.");
71 static DEFINE_bool (dit , false, "Use device-independent text in GPU backends.");
74 static DEFINE_bool( preAbandonGpuContext, false, "Abandon the GrContext before drawing.");
75 static DEFINE_bool( abandonGpuContext, false, "Abandon the GrContext after drawing.");
76 static DEFINE_bool(releaseAndAbandonGpuContext, false,
79 static DEFINE_bool(decodeToDst, false,
84 static DEFINE_bool(PDFA, false, "Create PDF/A with --backend pdf?");
89 static DEFINE_bool (cpuDetect, true, "Detect CPU features for runtime optimizations?");
91 static DEFINE_bool (quick, false, "Skip image hashing and encoding?");