Home
last modified time | relevance | path

Searched refs:fGpuPathRenderers (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/src/gpu/v1/
H A DPathRendererChain.cpp33 if (options.fGpuPathRenderers & GpuPathRenderers::kDashLine) { in PathRendererChain()
36 if (options.fGpuPathRenderers & GpuPathRenderers::kAAConvex) { in PathRendererChain()
39 if (options.fGpuPathRenderers & GpuPathRenderers::kAAHairline) { in PathRendererChain()
42 if (options.fGpuPathRenderers & GpuPathRenderers::kAALinearizing) { in PathRendererChain()
45 if (options.fGpuPathRenderers & GpuPathRenderers::kAtlas) { in PathRendererChain()
52 if (options.fGpuPathRenderers & GpuPathRenderers::kSmall) { in PathRendererChain()
55 if (options.fGpuPathRenderers & GpuPathRenderers::kTriangulating) { in PathRendererChain()
58 if (options.fGpuPathRenderers & GpuPathRenderers::kTessellation) { in PathRendererChain()
H A DPathRendererChain.h32 GpuPathRenderers fGpuPathRenderers = GpuPathRenderers::kDefault; member
/third_party/skia/gm/
H A Dwidebuttcaps.cpp116 options->fGpuPathRenderers = (GpuPathRenderers)((int)options->fGpuPathRenderers &
133 if (!(opts.fGpuPathRenderers & GpuPathRenderers::kTessellation)) {
H A Dtrickycubicstrokes.cpp209 options->fGpuPathRenderers = (GpuPathRenderers)((int)options->fGpuPathRenderers &
226 if (!(opts.fGpuPathRenderers & GpuPathRenderers::kTessellation)) {
H A Dbatchedconvexpaths.cpp24 ctxOptions->fGpuPathRenderers &= ~GpuPathRenderers::kAtlas;
H A Dpathmaskcache.cpp112 options->fGpuPathRenderers = GpuPathRenderers::kNone;
/third_party/skia/src/gpu/
H A DGrRecordingContext.cpp72 prcOptions.fGpuPathRenderers = this->options().fGpuPathRenderers; in init()
76 prcOptions.fGpuPathRenderers &= ~GpuPathRenderers::kSmall; in init()
/third_party/skia/tools/flags/
H A DCommonFlagsGpu.cpp109 ctxOptions->fGpuPathRenderers = collect_gpu_path_renderers_from_flags(); in SetCtxOptions()
/third_party/skia/include/gpu/
H A DGrContextOptions.h337 GpuPathRenderers fGpuPathRenderers = GpuPathRenderers::kDefault; member
/third_party/skia/tests/
H A DDefaultPathRendererTest.cpp38 options->fGpuPathRenderers = GpuPathRenderers::kNone; in only_allow_default()
H A DGrClipStackTest.cpp2053 options->fGpuPathRenderers = GpuPathRenderers::kNone; in disable_tessellation_atlas()
/third_party/skia/tools/viewer/
H A DViewer.cpp1092 GpuPathRenderers pr = fWindow->getRequestedDisplayParams().fGrContextOptions.fGpuPathRenderers; in updateTitle()
2005 GpuPathRenderers prevPr = params.fGrContextOptions.fGpuPathRenderers; in drawImGui()
2008 if (x != params.fGrContextOptions.fGpuPathRenderers) { in drawImGui()
2009 params.fGrContextOptions.fGpuPathRenderers = x; in drawImGui()
2933 GpuPathRenderers pr = fWindow->getRequestedDisplayParams().fGrContextOptions.fGpuPathRenderers; in updateUIState()
3024 if (params.fGrContextOptions.fGpuPathRenderers != pair.first) { in onUIStateChanged()
3025 params.fGrContextOptions.fGpuPathRenderers = pair.first; in onUIStateChanged()
/third_party/skia/bench/
H A DTessellateBench.cpp40 ctxOptions.fGpuPathRenderers = GpuPathRenderers::kTessellation; in make_mock_context()
/third_party/skia/dm/
H A DDMSrcSink.cpp1615 contextOptions.fGpuPathRenderers = GpuPathRenderers::kNone; in draw()

Completed in 17 milliseconds