Searched refs:isPurgeable (Results 1 – 6 of 6) sorted by relevance
124 SkASSERT(!resource->isPurgeable()); in insertResource()161 if (resource->isPurgeable()) { in removeResource()312 if (!old->resourcePriv().getScratchKey().isValid() && old->isPurgeable()) { in changeUniqueKey()336 if (resource->isPurgeable()) { in refAndMakeResourceMRU()361 if (resource->isPurgeable()) { in notifyCntReachedZero()370 SkASSERT(!resource->isPurgeable()); in notifyCntReachedZero()374 SkASSERT(resource->isPurgeable()); in notifyCntReachedZero()473 SkASSERT(resource->isPurgeable()); in purgeAsNeeded()481 SkASSERT(resource->isPurgeable()); in purgeAsNeeded()501 SkASSERT(resource->isPurgeable()); in purgeAllUnlocked()[all …]
55 if (fResource->isPurgeable()) { in release()65 if (fResource->isPurgeable()) { in abandon()
66 if (this->isPurgeable()) { in dumpMemoryStatistics()
30 if (this->isPurgeable()) { in dumpMemoryStatistics()
168 if (this->isPurgeable()) { in dumpMemoryStatistics()
88 bool isPurgeable() const { return !this->internalHasRef() && !this->internalHasPendingIO(); } in isPurgeable() function