Home
last modified time | relevance | path

Searched refs:isInCache (Results 1 – 6 of 6) 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.cpp149 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
DGrResourceCache.h282 bool isInCache(const GrGpuResource* r) const;
/external/skia/src/gpu/ccpr/
DGrCCPathCache.cpp323 bool isInCache = !key->shouldUnregisterFromPath(); // Gets set upon exiting the cache. in evictInvalidatedCacheKeys() local
324 if (isInCache) { in evictInvalidatedCacheKeys()
/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()