Searched refs:isInCache (Results 1 – 5 of 5) sorted by relevance
111 SkASSERT(!this->isInCache(resource)); in insertResource()150 SkASSERT(this->isInCache(resource)); in removeResource()330 SkASSERT(this->isInCache(resource)); in changeUniqueKey()371 SkASSERT(this->isInCache(resource)); in refAndMakeResourceMRU()390 SkASSERT(this->isInCache(resource)); in notifyCntReachedZero()462 SkASSERT(this->isInCache(resource)); in didChangeBudgetStatus()843 bool GrResourceCache::isInCache(const GrGpuResource* resource) const { in isInCache() function in GrResourceCache
278 bool isInCache(const GrGpuResource* r) const;
136 SkASSERT(!this->isInCache(resource)); in insertResource()170 SkASSERT(this->isInCache(resource)); in removeResource()336 SkASSERT(this->isInCache(resource)); in changeUniqueKey()378 SkASSERT(this->isInCache(resource)); in refAndMakeResourceMRU()401 SkASSERT(this->isInCache(resource)); in notifyARefCntReachedZero()481 SkASSERT(this->isInCache(resource)); in didChangeBudgetStatus()1011 bool GrResourceCache::isInCache(const GrGpuResource* resource) const { in isInCache() function in GrResourceCache
284 bool isInCache(const GrGpuResource* r) const;
323 bool isInCache = !key->shouldUnregisterFromPath(); // Gets set upon exiting the cache. in evictInvalidatedCacheKeys() local324 if (isInCache) { in evictInvalidatedCacheKeys()