Home | History | Annotate | Download | only in gm

Lines Matching refs:DEFINE_bool

1422 DEFINE_bool(deferred, false, "Exercise the deferred rendering test pass.");
1423 DEFINE_bool(dryRun, false, "Don't actually run the tests, just print what would have been done.");
1425 DEFINE_bool(forceBWtext, false, "Disable text anti-aliasing.");
1431 DEFINE_bool(hierarchy, false, "Whether to use multilevel directory structure "
1454 DEFINE_bool(pipe, false, "Exercise the SkGPipe replay test pass.");
1455 DEFINE_bool(quadtree, false, "Exercise the QuadTree variant of SkPicture test pass.");
1458 DEFINE_bool(replay, false, "Exercise the SkPicture replay test pass.");
1460 DEFINE_bool(resetGpuContext, false, "Reset the GrContext prior to running each GM.");
1462 DEFINE_bool(rtree, false, "Exercise the R-Tree variant of SkPicture test pass.");
1463 DEFINE_bool(serialize, false, "Exercise the SkPicture serialization & deserialization test pass.");
1464 DEFINE_bool(simulatePipePlaybackFailure, false, "Simulate a rendering failure in pipe mode only.");
1465 DEFINE_bool(tiledPipe, false, "Exercise tiled SkGPipe replay.");
1466 DEFINE_bool(tileGrid, false, "Exercise the tile grid variant of SkPicture.");
1471 DEFINE_bool(writeChecksumBasedFilenames, false, "When writing out actual images, use checksum-"
1485 DEFINE_bool(forcePerspectiveMatrix, false, "Force a perspective matrix.");
1486 DEFINE_bool