Searched refs:fPurgeableQueue (Results 1 – 4 of 4) sorted by relevance
142 fPurgeableQueue.remove(resource); in removeResource()176 while (fPurgeableQueue.count()) { in abandonAll()177 GrGpuResource* top = fPurgeableQueue.peek(); in abandonAll()203 while (fPurgeableQueue.count()) { in releaseAll()204 GrGpuResource* top = fPurgeableQueue.peek(); in releaseAll()338 fPurgeableQueue.remove(resource); in refAndMakeResourceMRU()376 fPurgeableQueue.insert(resource); in notifyCntReachedZero()474 while (fPurgeableQueue.count()) { in purgeAsNeeded()476 fPurgeableQueue.peek()->cacheAccess().flushCntWhenResourceBecamePurgeable(); in purgeAsNeeded()485 GrGpuResource* resource = fPurgeableQueue.peek(); in purgeAsNeeded()[all …]
82 return fPurgeableQueue.count() + fNonpurgeableResources.count(); in getResourceCount()323 PurgeableQueue fPurgeableQueue; variable
183 stats->fNumPurgeable = fPurgeableQueue.count(); in getStats()188 for (int i = 0; i < fPurgeableQueue.count(); ++i) { in getStats()189 stats->update(fPurgeableQueue.at(i)); in getStats()
623 # type of its field 'GrResourceCache::fPurgeableQueue'... bogus.