Home
last modified time | relevance | path

Searched refs:AllowCaching (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.h32 enum class AllowCaching : bool { enum
37 static sk_sp<GrCoverageCountingPathRenderer> CreateIfSupported(const GrCaps&, AllowCaching,
85 GrCoverageCountingPathRenderer(AllowCaching, uint32_t contextUniqueID);
DGrCoverageCountingPathRenderer_none.cpp15 const GrCaps& caps, AllowCaching allowCaching, uint32_t contextUniqueID) { in CreateIfSupported()
DGrCoverageCountingPathRenderer.cpp34 const GrCaps& caps, AllowCaching allowCaching, uint32_t contextUniqueID) { in CreateIfSupported()
40 GrCoverageCountingPathRenderer::GrCoverageCountingPathRenderer(AllowCaching allowCaching, in GrCoverageCountingPathRenderer()
42 if (AllowCaching::kYes == allowCaching) { in GrCoverageCountingPathRenderer()
/external/skqp/src/gpu/
DGrPathRendererChain.cpp41 using AllowCaching = GrCoverageCountingPathRenderer::AllowCaching; in GrPathRendererChain() typedef
43 caps, AllowCaching(options.fAllowPathMaskCaching), in GrPathRendererChain()