Searched refs:onFlushProxy (Results 1 – 2 of 2) sorted by relevance
233 if (sk_sp<GrTextureProxy> onFlushProxy = onFlushRP->findOrCreateProxyByUniqueKey( in find() local235 onFlushProxy->priv().setIgnoredByResourceAllocator(); in find()236 entry->fCachedAtlas->setOnFlushProxy(std::move(onFlushProxy)); in find()
292 sk_sp<GrTextureProxy> onFlushProxy) in GrCCCachedAtlas() argument295 , fOnFlushProxy(std::move(onFlushProxy)) {} in GrCCCachedAtlas()