Lines Matching refs:cachedAtlas
233 if (const GrCCCachedAtlas* cachedAtlas = fCacheEntry->cachedAtlas()) { in accountForOwnPath() local
234 SkASSERT(cachedAtlas->getOnFlushProxy()); in accountForOwnPath()
235 if (CoverageType::kA8_LiteralCoverage == cachedAtlas->coverageType()) { in accountForOwnPath()
269 SkASSERT(!fCacheEntry->cachedAtlas()); in shouldCachePathMask()
333 if (fCacheEntry->cachedAtlas()) { in setupResources()
334 SkASSERT(fCacheEntry->cachedAtlas()->getOnFlushProxy()); in setupResources()
338 SkASSERT(fCacheEntry->cachedAtlas()); in setupResources()
340 == fCacheEntry->cachedAtlas()->coverageType()); in setupResources()
341 SkASSERT(fCacheEntry->cachedAtlas()->getOnFlushProxy()); in setupResources()
346 == fCacheEntry->cachedAtlas()->coverageType()) in setupResources()
349 op->recordInstance(fCacheEntry->cachedAtlas()->getOnFlushProxy(), in setupResources()
373 SkASSERT(!fCacheEntry->cachedAtlas()); in setupResources()