|
bool | CollectImages (const CommandLineFlags::StringArray &dir, skia_private::TArray< SkString > *output) |
|
void | SetCtxOptions (struct GrContextOptions *) |
|
static | DEFINE_bool (cachePathMasks, true, "Allows path mask textures to be cached in GPU configs.") |
|
static | DEFINE_bool (failFlushTimeCallbacks, false, "Causes all flush-time callbacks to fail.") |
|
static | DEFINE_bool (allPathsVolatile, false, "Causes all GPU paths to be processed as if 'setIsVolatile' had been called.") |
|
static | DEFINE_string (pr, "", "Set of enabled gpu path renderers. Defined as a list of: " "[~]none [~]dashline [~]aahairline [~]aaconvex [~]aalinearizing [~]small [~]tri " "[~]atlas [~]tess [~]all") |
|
static | DEFINE_int (internalSamples, -1, "Number of samples for internal draws that use MSAA, or default value if negative.") |
|
static | DEFINE_int (maxAtlasSize, -1, "Maximum width and height of internal texture atlases, or default value if negative.") |
|
static | DEFINE_bool (disableDriverCorrectnessWorkarounds, false, "Disables all GPU driver correctness workarounds") |
|
static | DEFINE_bool (dontReduceOpsTaskSplitting, false, "Don't reorder tasks to reduce render passes") |
|
static | DEFINE_int (gpuResourceCacheLimit, -1, "Maximum number of bytes to use for budgeted GPU resources. " "Default is -1, which means GrResourceCache::kDefaultMaxSize.") |
|
static | DEFINE_bool (allowMSAAOnNewIntel, false, "Allows MSAA to be enabled on newer intel GPUs.") |
|
static GpuPathRenderers | get_named_pathrenderers_flags (const char *name) |
|
static GpuPathRenderers | collect_gpu_path_renderers_from_flags () |
|