Searched refs:isInCache (Results 1 – 6 of 6) 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;
149 SkASSERT(!this->isInCache(resource)); in insertResource()188 SkASSERT(this->isInCache(resource)); in removeResource()364 SkASSERT(this->isInCache(resource)); in changeUniqueKey()405 SkASSERT(this->isInCache(resource)); in refAndMakeResourceMRU()424 SkASSERT(this->isInCache(resource)); in notifyCntReachedZero()496 SkASSERT(this->isInCache(resource)); in didChangeBudgetStatus()934 bool GrResourceCache::isInCache(const GrGpuResource* resource) const { in isInCache() function in GrResourceCache
282 bool isInCache(const GrGpuResource* r) const;
323 bool isInCache = !key->shouldUnregisterFromPath(); // Gets set upon exiting the cache. in evictInvalidatedCacheKeys() local324 if (isInCache) { in evictInvalidatedCacheKeys()