Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCPathCache.cpp228 if (entry->fCachedAtlas) { in find()
229 SkASSERT(SkToBool(entry->fCachedAtlas->peekOnFlushRefCnt()) in find()
230 == SkToBool(entry->fCachedAtlas->getOnFlushProxy())); in find()
231 if (!entry->fCachedAtlas->getOnFlushProxy()) { in find()
232 entry->fCachedAtlas->setOnFlushProxy( in find()
233 onFlushRP->findOrCreateProxyByUniqueKey(entry->fCachedAtlas->textureKey(), in find()
236 if (!entry->fCachedAtlas->getOnFlushProxy()) { in find()
244 SkASSERT(!entry->fCachedAtlas || entry->fCachedAtlas->getOnFlushProxy()); in find()
334 if (entry->fCachedAtlas) { in OnFlushRef()
335 entry->fCachedAtlas->incrOnFlushRefCnt(); in OnFlushRef()
[all …]
DGrCCAtlas.cpp165 if (!fCachedAtlas) { in refOrMakeCachedAtlas()
175 fCachedAtlas = sk_make_sp<GrCCCachedAtlas>(fCoverageType, atlasUniqueKey, fTextureProxy); in refOrMakeCachedAtlas()
178 SkASSERT(fCachedAtlas->coverageType() == fCoverageType); in refOrMakeCachedAtlas()
179 SkASSERT(fCachedAtlas->getOnFlushProxy() == fTextureProxy.get()); in refOrMakeCachedAtlas()
180 return fCachedAtlas; in refOrMakeCachedAtlas()
DGrCCPathCache.h201 SkASSERT(!fCachedAtlas); in ~GrCCPathCacheEntry()
218 const GrCCCachedAtlas* cachedAtlas() const { return fCachedAtlas.get(); } in cachedAtlas()
259 sk_sp<GrCCCachedAtlas> fCachedAtlas; variable
DGrCCAtlas.h99 sk_sp<GrCCCachedAtlas> fCachedAtlas; variable