Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrResourceCache.cpp130 fScratchMap.insert(resource->resourcePriv().getScratchKey(), resource); in insertResource()
159 fScratchMap.remove(resource->resourcePriv().getScratchKey(), resource); in removeResource()
182 SkASSERT(!fScratchMap.count()); in abandonAll()
209 SkASSERT(!fScratchMap.count()); in releaseAll()
243 resource = fScratchMap.find(scratchKey, AvailableForScratchUse(true)); in findAndRefScratchResource()
260 resource = fScratchMap.find(scratchKey, AvailableForScratchUse(false)); in findAndRefScratchResource()
271 fScratchMap.remove(resource->resourcePriv().getScratchKey(), resource); in willRemoveScratchKey()
285 fScratchMap.insert(resource->resourcePriv().getScratchKey(), resource); in removeUniqueKey()
306 fScratchMap.remove(resource->resourcePriv().getScratchKey(), resource); in changeUniqueKey()
730 const ScratchMap* fScratchMap; in validate() member
[all …]
DGrResourceCache.h144 return fScratchMap.countForKey(scratchKey); in countScratchEntriesForKey()
327 ScratchMap fScratchMap; variable