• Home
  • Raw
  • Download

Lines Matching refs:isPurgeable

138     SkASSERT(!resource->resourcePriv().isPurgeable());  in insertResource()
173 if (resource->resourcePriv().isPurgeable()) { in removeResource()
329 SkASSERT(!resource->resourcePriv().isPurgeable()); in removeUniqueKey()
343 old->resourcePriv().isPurgeable()) { in changeUniqueKey()
380 if (resource->resourcePriv().isPurgeable()) { in refAndMakeResourceMRU()
421 if (resource->resourcePriv().isPurgeable()) { in notifyARefCntReachedZero()
428 if (!resource->resourcePriv().isPurgeable() && in notifyARefCntReachedZero()
433 if (!resource->resourcePriv().isPurgeable()) { in notifyARefCntReachedZero()
488 SkDEBUGCODE(bool wasPurgeable = resource->resourcePriv().isPurgeable()); in didChangeBudgetStatus()
496 if (!resource->resourcePriv().isPurgeable() && in didChangeBudgetStatus()
508 if (!resource->resourcePriv().isPurgeable() && in didChangeBudgetStatus()
517 SkASSERT(wasPurgeable == resource->resourcePriv().isPurgeable()); in didChangeBudgetStatus()
548 SkASSERT(resource->resourcePriv().isPurgeable()); in purgeAsNeeded()
558 SkASSERT(resource->resourcePriv().isPurgeable()); in purgeAsNeeded()
593 SkASSERT(resource->resourcePriv().isPurgeable()); in purgeUnlockedResources()
618 SkASSERT(resource->resourcePriv().isPurgeable()); in purgeUnlockedResources()
687 SkASSERT(resource->resourcePriv().isPurgeable()); in purgeUnlockedResources()
918 if (!resource->resourcePriv().isPurgeable()) { in validate()
966 SkASSERT(!fNonpurgeableResources[i]->resourcePriv().isPurgeable() || in validate()
978 SkASSERT(fPurgeableQueue.at(i)->resourcePriv().isPurgeable()); in validate()