Lines Matching refs:ctxOptions
90 void SetCtxOptionsFromCommonFlags(GrContextOptions* ctxOptions) { in SetCtxOptionsFromCommonFlags() argument
95 ctxOptions->fExecutor = gGpuExecutor.get(); in SetCtxOptionsFromCommonFlags()
96 ctxOptions->fAllowPathMaskCaching = FLAGS_cachePathMasks; in SetCtxOptionsFromCommonFlags()
97 ctxOptions->fAllPathsVolatile = FLAGS_allPathsVolatile; in SetCtxOptionsFromCommonFlags()
98 ctxOptions->fSuppressGeometryShaders = !FLAGS_gs; in SetCtxOptionsFromCommonFlags()
99 ctxOptions->fEnableExperimentalHardwareTessellation = FLAGS_hwtess; in SetCtxOptionsFromCommonFlags()
100 ctxOptions->fMaxTessellationSegmentsOverride = FLAGS_maxTessellationSegments; in SetCtxOptionsFromCommonFlags()
101 ctxOptions->fGpuPathRenderers = collect_gpu_path_renderers_from_flags(); in SetCtxOptionsFromCommonFlags()
102 ctxOptions->fInternalMultisampleCount = FLAGS_internalSamples; in SetCtxOptionsFromCommonFlags()
103 ctxOptions->fDisableDriverCorrectnessWorkarounds = FLAGS_disableDriverCorrectnessWorkarounds; in SetCtxOptionsFromCommonFlags()
104 ctxOptions->fResourceCacheLimitOverride = FLAGS_gpuResourceCacheLimit; in SetCtxOptionsFromCommonFlags()
107 ctxOptions->fReduceOpsTaskSplitting = GrContextOptions::Enable::kNo; in SetCtxOptionsFromCommonFlags()
109 ctxOptions->fReduceOpsTaskSplitting = GrContextOptions::Enable::kYes; in SetCtxOptionsFromCommonFlags()