Searched refs:allowCaching (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/gpu/ops/ |
D | SoftwarePathRenderer.h | 26 SoftwarePathRenderer(GrProxyProvider* proxyProvider, bool allowCaching) in SoftwarePathRenderer() argument 28 , fAllowCaching(allowCaching) { in SoftwarePathRenderer()
|
/third_party/flutter/skia/src/gpu/ |
D | GrSoftwarePathRenderer.h | 22 GrSoftwarePathRenderer(GrProxyProvider* proxyProvider, bool allowCaching) in GrSoftwarePathRenderer() argument 24 , fAllowCaching(allowCaching) { in GrSoftwarePathRenderer()
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.cpp | 57 const GrCaps& caps, AllowCaching allowCaching, uint32_t contextUniqueID) { in CreateIfSupported() argument 61 coverageType, allowCaching, contextUniqueID)); in CreateIfSupported() 67 CoverageType coverageType, AllowCaching allowCaching, uint32_t contextUniqueID) in GrCoverageCountingPathRenderer() argument 69 if (AllowCaching::kYes == allowCaching) { in GrCoverageCountingPathRenderer()
|
D | GrCoverageCountingPathRenderer_none.cpp | 15 const GrCaps& caps, AllowCaching allowCaching, uint32_t contextUniqueID) { in CreateIfSupported() argument
|