Home
last modified time | relevance | path

Searched refs:isPurgeable (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/gpu/
H A DGrResourceCache.cpp631 SkASSERT(!resource->resourcePriv().isPurgeable()); in insertResource()
632 if (!resource || this->isInCache(resource) || resource->wasDestroyed() || resource->resourcePriv().isPurgeable()) { in insertResource()
702 if (resource->resourcePriv().isPurgeable() && this->isInPurgeableCache(resource)) { in removeResource()
979 SkASSERT(!resource->resourcePriv().isPurgeable()); in removeUniqueKey()
993 old->resourcePriv().isPurgeable()) { in changeUniqueKey()
1030 if (resource->resourcePriv().isPurgeable()) { in refAndMakeResourceMRU()
1081 if (resource->resourcePriv().isPurgeable()) { in notifyARefCntReachedZero()
1088 if (!resource->resourcePriv().isPurgeable() && in notifyARefCntReachedZero()
1093 if (!resource->resourcePriv().isPurgeable()) { in notifyARefCntReachedZero()
1148 SkDEBUGCODE(bool wasPurgeable = resource->resourcePriv().isPurgeable()); in didChangeBudgetStatus()
[all...]
H A DGrGpuResourcePriv.h71 bool isPurgeable() const { return fResource->isPurgeable(); } in isPurgeable() function in GrGpuResource::ResourcePriv
H A DGrGpuResourceCacheAccess.h76 SkASSERT(fResource->isPurgeable()); in setTimeWhenResourceBecomePurgeable()
84 SkASSERT(fResource->isPurgeable()); in timeWhenResourceBecamePurgeable()
H A DGrGpuResource.cpp98 if (this->isPurgeable()) { in dumpMemoryStatisticsPriv()
108 bool GrGpuResource::isPurgeable() const { in isPurgeable() function in GrGpuResource
H A DGrGpuResource.h361 bool isPurgeable() const;

Completed in 5 milliseconds