• Home
  • Raw
  • Download

Lines Matching defs:resource

269         auto resource = fPurgeableQueue.at(i);  in cacheInfoPurgeableQueue()  local
328 auto resource = fNonpurgeableResources[i]; in cacheInfoNoPurgeableQueue() local
371 void GrResourceCache::updatePurgeableWidMap(GrGpuResource* resource, in updatePurgeableWidMap()
390 void GrResourceCache::updatePurgeablePidMap(GrGpuResource* resource, in updatePurgeablePidMap()
407 void GrResourceCache::updatePurgeableFidMap(GrGpuResource* resource, in updatePurgeableFidMap()
483 void GrResourceCache::insertResource(GrGpuResource* resource) in insertResource()
551 void GrResourceCache::removeResource(GrGpuResource* resource) { in removeResource()
673 GrGpuResource* resource = fNonpurgeableResources[i]; in releaseByTag() local
684 GrGpuResource* resource = fPurgeableQueue.at(i); in releaseByTag() local
694 for (auto resource : recycleVector) { in releaseByTag() local
781 void GrResourceCache::refResource(GrGpuResource* resource) { in refResource()
806 GrGpuResource* resource = fScratchMap.find(scratchKey, AvailableForScratchUse()); in findAndRefScratchResource() local
815 void GrResourceCache::willRemoveScratchKey(const GrGpuResource* resource) { in willRemoveScratchKey()
823 void GrResourceCache::removeUniqueKey(GrGpuResource* resource) { in removeUniqueKey()
843 void GrResourceCache::changeUniqueKey(GrGpuResource* resource, const GrUniqueKey& newKey) { in changeUniqueKey()
885 void GrResourceCache::refAndMakeResourceMRU(GrGpuResource* resource) { in refAndMakeResourceMRU()
905 void GrResourceCache::notifyARefCntReachedZero(GrGpuResource* resource, in notifyARefCntReachedZero()
987 void GrResourceCache::didChangeBudgetStatus(GrGpuResource* resource) { in didChangeBudgetStatus()
1092 GrGpuResource* resource = fPurgeableQueue.peek(); in purgeAsNeeded() local
1103 GrGpuResource* resource = fPurgeableQueue.peek(); in purgeAsNeeded() local
1129 GrGpuResource* resource = fPurgeableQueue.peek(); in purgeUnlockedResources() local
1161 GrGpuResource* resource = fPurgeableQueue.at(i); in purgeUnlockedResources() local
1199 GrGpuResource* resource = fPurgeableQueue.at(i); in purgeUnlockAndSafeCacheGpuResources() local
1234 GrGpuResource* resource = fPurgeableQueue.at(i); in purgeCacheBetweenFrames() local
1254 GrGpuResource* resource = fPurgeableQueue.at(i); in purgeCacheBetweenFrames() local
1279 GrGpuResource* resource = fPurgeableQueue.at(i); in purgeUnlockedResourcesByPid() local
1317 GrGpuResource* resource = fPurgeableQueue.at(i); in purgeUnlockedResourcesByTag() local
1347 GrGpuResource* resource = fPurgeableQueue.at(i); in purgeToMakeHeadroom() local
1386 GrGpuResource* resource = fPurgeableQueue.at(i); in purgeUnlockedResources() local
1451 void GrResourceCache::addToNonpurgeableArray(GrGpuResource* resource) { in addToNonpurgeableArray()
1457 void GrResourceCache::removeFromNonpurgeableArray(GrGpuResource* resource) { in removeFromNonpurgeableArray()
1538 GrGpuResource* resource = fPurgeableQueue.at(i); in dumpAllResource() local
1550 GrGpuResource* resource = fNonpurgeableResources[i]; in dumpAllResource() local
1576 auto resource = resources.getAt(i); in dumpMemoryStatistics() local
1710 fScratchMap.foreach([&](const GrGpuResource& resource) { in validate()
1788 fUniqueHash.foreach([&](const GrGpuResource& resource){ in countUniqueKeysWithTag()