Home
last modified time | relevance | path

Searched refs:inPurgeableQueue (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/graphite/
DResourceCache.cpp130 if (this->inPurgeableQueue(resource)) { in refAndMakeResourceMRU()
257 if (!resource->isPurgeable() || this->inPurgeableQueue(resource)) { in returnResourceToCache()
295 bool ResourceCache::inPurgeableQueue(Resource* resource) const { in inPurgeableQueue() function in skgpu::graphite::ResourceCache
461 SkASSERT(!this->inPurgeableQueue(fNonpurgeableResources[i])); in validate()
DResourceCache.h82 bool inPurgeableQueue(Resource*) const;