Lines Matching refs:ctxOptions
98 void SetCtxOptions(GrContextOptions* ctxOptions) { in SetCtxOptions() argument
103 ctxOptions->fExecutor = gGpuExecutor.get(); in SetCtxOptions()
104 ctxOptions->fAllowPathMaskCaching = FLAGS_cachePathMasks; in SetCtxOptions()
105 ctxOptions->fAllPathsVolatile = FLAGS_allPathsVolatile; in SetCtxOptions()
106 ctxOptions->fEnableExperimentalHardwareTessellation = FLAGS_hwtess; in SetCtxOptions()
107 ctxOptions->fMaxTessellationSegmentsOverride = FLAGS_maxTessellationSegments; in SetCtxOptions()
108 ctxOptions->fAlwaysPreferHardwareTessellation = FLAGS_alwaysHwTess; in SetCtxOptions()
109 ctxOptions->fGpuPathRenderers = collect_gpu_path_renderers_from_flags(); in SetCtxOptions()
110 ctxOptions->fDisableDriverCorrectnessWorkarounds = FLAGS_disableDriverCorrectnessWorkarounds; in SetCtxOptions()
111 ctxOptions->fResourceCacheLimitOverride = FLAGS_gpuResourceCacheLimit; in SetCtxOptions()
114 ctxOptions->fInternalMultisampleCount = FLAGS_internalSamples; in SetCtxOptions()
117 ctxOptions->fMaxTextureAtlasSize = FLAGS_maxAtlasSize; in SetCtxOptions()
121 ctxOptions->fReduceOpsTaskSplitting = GrContextOptions::Enable::kNo; in SetCtxOptions()
123 ctxOptions->fReduceOpsTaskSplitting = GrContextOptions::Enable::kYes; in SetCtxOptions()