Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
H A DGrResourceCache.cpp270 auto resourceTag = resource->getResourceTag(); in cacheInfoPurgeableQueue() local
271 if (resourceTag.fWid != 0) { in cacheInfoPurgeableQueue()
273 } else if (resourceTag.fPid != 0) { in cacheInfoPurgeableQueue()
275 } else if (resourceTag.fFid != 0) { in cacheInfoPurgeableQueue()
323 auto resourceTag = resource->getResourceTag(); in cacheInfoNoPurgeableQueue() local
324 if (resourceTag.fWid != 0) { in cacheInfoNoPurgeableQueue()
326 } else if (resourceTag.fPid != 0) { in cacheInfoNoPurgeableQueue()
328 } else if (resourceTag.fFid != 0) { in cacheInfoNoPurgeableQueue()
396 auto resourceTag = resource->getResourceTag(); in cacheInfoRealAllocQueue() local
397 if (resourceTag in cacheInfoRealAllocQueue()
414 auto resourceTag = resource->getResourceTag(); cacheInfoRealAllocQueue() local
463 auto resourceTag = resource->getResourceTag(); updatePurgeableWidMap() local
481 auto resourceTag = resource->getResourceTag(); updatePurgeablePidMap() local
498 auto resourceTag = resource->getResourceTag(); updatePurgeableFidMap() local
517 auto resourceTag = resource->getResourceTag(); updateRealAllocWidMap() local
536 auto resourceTag = resource->getResourceTag(); updateRealAllocPidMap() local
554 auto resourceTag = resource->getResourceTag(); updateRealAllocFidMap() local
[all...]

Completed in 3 milliseconds