Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrResourceCache.cpp141 fScratchMap.insert(resource->resourcePriv().getScratchKey(), resource); in insertResource()
171 fScratchMap.remove(resource->resourcePriv().getScratchKey(), resource); in removeResource()
199 SkASSERT(!fScratchMap.count()); in abandonAll()
239 SkASSERT(!fScratchMap.count()); in releaseAll()
274 resource = fScratchMap.find(scratchKey, AvailableForScratchUse(true)); in findAndRefScratchResource()
291 resource = fScratchMap.find(scratchKey, AvailableForScratchUse(false)); in findAndRefScratchResource()
303 fScratchMap.remove(resource->resourcePriv().getScratchKey(), resource); in willRemoveScratchKey()
317 fScratchMap.insert(resource->resourcePriv().getScratchKey(), resource); in removeUniqueKey()
355 fScratchMap.remove(resource->resourcePriv().getScratchKey(), resource); in changeUniqueKey()
737 const ScratchMap* fScratchMap; in validate() member
[all …]
DGrResourceCache.h142 return fScratchMap.countForKey(scratchKey); in countScratchEntriesForKey()
327 ScratchMap fScratchMap; variable
/external/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()
356 ScratchMap fScratchMap; variable