Searched refs:fPurgeableQueue (Results 1 – 7 of 7) sorted by relevance
174 fPurgeableQueue.remove(resource); in removeResource()211 while (fPurgeableQueue.count()) { in abandonAll()212 GrGpuResource* top = fPurgeableQueue.peek(); in abandonAll()254 while (fPurgeableQueue.count()) { in releaseAll()255 GrGpuResource* top = fPurgeableQueue.peek(); in releaseAll()383 fPurgeableQueue.remove(resource); in refAndMakeResourceMRU()439 fPurgeableQueue.insert(resource); in notifyARefCntReachedZero()546 while (stillOverbudget && fPurgeableQueue.count()) { in purgeAsNeeded()547 GrGpuResource* resource = fPurgeableQueue.peek(); in purgeAsNeeded()556 while (stillOverbudget && fPurgeableQueue.count()) { in purgeAsNeeded()[all …]
83 return fPurgeableQueue.count() + fNonpurgeableResources.count(); in getResourceCount()352 PurgeableQueue fPurgeableQueue; variable
154 fPurgeableQueue.remove(resource); in removeResource()193 while (fPurgeableQueue.count()) { in abandonAll()194 GrGpuResource* top = fPurgeableQueue.peek(); in abandonAll()233 while (fPurgeableQueue.count()) { in releaseAll()234 GrGpuResource* top = fPurgeableQueue.peek(); in releaseAll()376 fPurgeableQueue.remove(resource); in refAndMakeResourceMRU()419 fPurgeableQueue.insert(resource); in notifyCntReachedZero()506 while (stillOverbudget && fPurgeableQueue.count()) { in purgeAsNeeded()507 GrGpuResource* resource = fPurgeableQueue.peek(); in purgeAsNeeded()520 while (fPurgeableQueue.count()) { in purgeUnlockedResources()[all …]
80 return fPurgeableQueue.count() + fNonpurgeableResources.count(); in getResourceCount()195 bool requestsFlush() const { return this->overBudget() && !fPurgeableQueue.count(); } in requestsFlush()323 PurgeableQueue fPurgeableQueue; variable
144 stats->fNumPurgeable = fPurgeableQueue.count(); in getStats()149 for (int i = 0; i < fPurgeableQueue.count(); ++i) { in getStats()150 stats->update(fPurgeableQueue.at(i)); in getStats()
580 # type of its field 'GrResourceCache::fPurgeableQueue'... bogus.
715 # type of its field 'GrResourceCache::fPurgeableQueue'... bogus.