Home
last modified time | relevance | path

Searched refs:isInCache (Results 1 – 5 of 5) sorted by relevance

/external/skqp/src/gpu/
DGrResourceCache.cpp111 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
DGrResourceCache.h278 bool isInCache(const GrGpuResource* r) const;
/external/skia/src/gpu/
DGrResourceCache.cpp136 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
DGrResourceCache.h284 bool isInCache(const GrGpuResource* r) const;
/external/skqp/src/gpu/ccpr/
DGrCCPathCache.cpp323 bool isInCache = !key->shouldUnregisterFromPath(); // Gets set upon exiting the cache. in evictInvalidatedCacheKeys() local
324 if (isInCache) { in evictInvalidatedCacheKeys()