Searched refs:getOnFlushProxy (Results 1 – 6 of 6) sorted by relevance
230 == SkToBool(entry->fCachedAtlas->getOnFlushProxy())); in find()231 if (!entry->fCachedAtlas->getOnFlushProxy()) { in find()236 if (!entry->fCachedAtlas->getOnFlushProxy()) { in find()244 SkASSERT(!entry->fCachedAtlas || entry->fCachedAtlas->getOnFlushProxy()); in find()
234 SkASSERT(cachedAtlas->getOnFlushProxy()); in accountForOwnPath()334 SkASSERT(fCacheEntry->cachedAtlas()->getOnFlushProxy()); in setupResources()341 SkASSERT(fCacheEntry->cachedAtlas()->getOnFlushProxy()); in setupResources()349 op->recordInstance(fCacheEntry->cachedAtlas()->getOnFlushProxy(), in setupResources()
201 SkASSERT(cachedAtlas->getOnFlushProxy()); in upgradeEntryToLiteralCoverageAtlas()219 sk_ref_sp(cachedAtlas->getOnFlushProxy())); in upgradeEntryToLiteralCoverageAtlas()222 sk_ref_sp(cachedAtlas->getOnFlushProxy()->peekTexture()); in upgradeEntryToLiteralCoverageAtlas()
179 SkASSERT(fCachedAtlas->getOnFlushProxy() == fTextureProxy.get()); in refOrMakeCachedAtlas()
306 GrTextureProxy* getOnFlushProxy() const { return fOnFlushProxy.get(); } in getOnFlushProxy() function
631 REPORTER_ASSERT(reporter, !cachedAtlas->getOnFlushProxy()); in onRun()