Searched refs:AllowCaching (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.h | 32 enum class AllowCaching : bool { enum 37 static sk_sp<GrCoverageCountingPathRenderer> CreateIfSupported(const GrCaps&, AllowCaching, 85 GrCoverageCountingPathRenderer(AllowCaching, uint32_t contextUniqueID);
|
D | GrCoverageCountingPathRenderer_none.cpp | 15 const GrCaps& caps, AllowCaching allowCaching, uint32_t contextUniqueID) { in CreateIfSupported()
|
D | GrCoverageCountingPathRenderer.cpp | 34 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/ |
D | GrPathRendererChain.cpp | 41 using AllowCaching = GrCoverageCountingPathRenderer::AllowCaching; in GrPathRendererChain() typedef 43 caps, AllowCaching(options.fAllowPathMaskCaching), in GrPathRendererChain()
|