Home
last modified time | relevance | path

Searched refs:fAllowPathMaskCaching (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/gpu/
DGrRecordingContext.cpp70 prcOptions.fAllowPathMaskCaching = this->options().fAllowPathMaskCaching; in init()
DGrDrawingManager.cpp970 fContext->priv().proxyProvider(), fOptionsForPathRendererChain.fAllowPathMaskCaching)); in getSoftwarePathRenderer()
/third_party/skia/src/gpu/v1/
DPathRendererChain.h31 bool fAllowPathMaskCaching = false; member
/third_party/skia/gm/
Dpreservefillrule.cpp49 ctxOptions->fAllowPathMaskCaching = true; in modifyGrContextOptions()
Dpathmaskcache.cpp113 options->fAllowPathMaskCaching = true; in modifyGrContextOptions()
/third_party/skia/tools/flags/
DCommonFlagsGpu.cpp104 ctxOptions->fAllowPathMaskCaching = FLAGS_cachePathMasks; in SetCtxOptions()
/third_party/skia/include/gpu/
DGrContextOptions.h144 bool fAllowPathMaskCaching = true; member
/third_party/skia/tools/skqp/src/
Dskqp.cpp164 grContextOptions.fAllowPathMaskCaching = true; in context_options()