Home
last modified time | relevance | path

Searched refs:fScratchMap (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrResourceCache.cpp165 fScratchMap.insert(resource->resourcePriv().getScratchKey(), resource); in insertResource()
195 fScratchMap.remove(resource->resourcePriv().getScratchKey(), resource); in removeResource()
222 SkASSERT(!fScratchMap.count()); in abandonAll()
259 SkASSERT(!fScratchMap.count()); in releaseAll()
305 resource = fScratchMap.find(scratchKey, AvailableForScratchUse(true)); in findAndRefScratchResource()
322 resource = fScratchMap.find(scratchKey, AvailableForScratchUse(false)); in findAndRefScratchResource()
334 fScratchMap.remove(resource->resourcePriv().getScratchKey(), resource); in willRemoveScratchKey()
348 fScratchMap.insert(resource->resourcePriv().getScratchKey(), resource); in removeUniqueKey()
386 fScratchMap.remove(resource->resourcePriv().getScratchKey(), resource); in changeUniqueKey()
853 const ScratchMap* fScratchMap; in validate() member
[all …]
DGrResourceCache.h143 return fScratchMap.countForKey(scratchKey); in countScratchEntriesForKey()
351 ScratchMap fScratchMap; variable
/third_party/skia/src/gpu/
DGrResourceCache.cpp190 fScratchMap.remove(resource->resourcePriv().getScratchKey(), resource); in removeResource()
219 SkASSERT(!fScratchMap.count()); in abandonAll()
260 SkASSERT(!fScratchMap.count()); in releaseAll()
296 GrGpuResource* resource = fScratchMap.find(scratchKey, AvailableForScratchUse()); in findAndRefScratchResource()
298 fScratchMap.remove(scratchKey, resource); in findAndRefScratchResource()
309 fScratchMap.remove(resource->resourcePriv().getScratchKey(), resource); in willRemoveScratchKey()
323 fScratchMap.insert(resource->resourcePriv().getScratchKey(), resource); in removeUniqueKey()
362 fScratchMap.remove(resource->resourcePriv().getScratchKey(), resource); in changeUniqueKey()
408 fScratchMap.insert(resource->resourcePriv().getScratchKey(), resource); in notifyARefCntReachedZero()
501 fScratchMap.insert(resource->resourcePriv().getScratchKey(), resource); in didChangeBudgetStatus()
[all …]
DGrResourceCache.h131 return fScratchMap.countForKey(scratchKey); in countScratchEntriesForKey()
355 ScratchMap fScratchMap; variable