Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
H A DGrResourceCache.cpp731 fScratchMap.remove(resource->resourcePriv().getScratchKey(), resource); in removeResource()
760 SkASSERT(!fScratchMap.count()); in abandonAll()
801 SkASSERT(!fScratchMap.count()); in releaseAll()
942 GrGpuResource* resource = fScratchMap.find(scratchKey, AvailableForScratchUse()); in findAndRefScratchResource()
944 fScratchMap.remove(scratchKey, resource); in findAndRefScratchResource()
959 fScratchMap.remove(resource->resourcePriv().getScratchKey(), resource); in willRemoveScratchKey()
973 fScratchMap.insert(resource->resourcePriv().getScratchKey(), resource); in removeUniqueKey()
1012 fScratchMap.remove(resource->resourcePriv().getScratchKey(), resource); in changeUniqueKey()
1068 fScratchMap.insert(resource->resourcePriv().getScratchKey(), resource); in notifyARefCntReachedZero()
1161 fScratchMap in didChangeBudgetStatus()
[all...]
H A DGrResourceCache.h169 return fScratchMap.countForKey(scratchKey); in countScratchEntriesForKey()
514 ScratchMap fScratchMap; member in GrResourceCache

Completed in 5 milliseconds