Lines Matching refs:isPurgeable
113 SkASSERT(!resource->resourcePriv().isPurgeable()); in insertResource()
153 if (resource->resourcePriv().isPurgeable()) { in removeResource()
323 SkASSERT(!resource->resourcePriv().isPurgeable()); in removeUniqueKey()
337 old->resourcePriv().isPurgeable()) { in changeUniqueKey()
373 if (resource->resourcePriv().isPurgeable()) { in refAndMakeResourceMRU()
400 if (resource->resourcePriv().isPurgeable()) { in notifyCntReachedZero()
409 SkASSERT(!resource->resourcePriv().isPurgeable()); in notifyCntReachedZero()
413 if (!resource->resourcePriv().isPurgeable()) { in notifyCntReachedZero()
469 SkDEBUGCODE(bool wasPurgeable = resource->resourcePriv().isPurgeable()); in didChangeBudgetStatus()
483 SkASSERT(wasPurgeable == resource->resourcePriv().isPurgeable()); in didChangeBudgetStatus()
508 SkASSERT(resource->resourcePriv().isPurgeable()); in purgeAsNeeded()
522 SkASSERT(resource->resourcePriv().isPurgeable()); in purgeUnlockedResources()
533 SkASSERT(resource->resourcePriv().isPurgeable()); in purgeUnlockedResources()
562 SkASSERT(resource->resourcePriv().isPurgeable()); in purgeResourcesNotUsedSince()
581 SkASSERT(resource->resourcePriv().isPurgeable()); in purgeUnlockedResources()
749 if (!resource->resourcePriv().isPurgeable()) { in validate()
805 SkASSERT(!fNonpurgeableResources[i]->resourcePriv().isPurgeable() || in validate()
812 SkASSERT(fPurgeableQueue.at(i)->resourcePriv().isPurgeable()); in validate()