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

/external/skia/src/gpu/
H A DGrResourceCache.cpp151 fScratchMap.insert(resource->resourcePriv().getScratchKey(), resource);
178 fScratchMap.remove(resource->resourcePriv().getScratchKey(), resource);
201 SkASSERT(!fScratchMap.count());
225 SkASSERT(!fScratchMap.count());
256 resource = fScratchMap.find(scratchKey, AvailableForScratchUse(true));
273 resource = fScratchMap.find(scratchKey, AvailableForScratchUse(false));
283 fScratchMap.remove(resource->resourcePriv().getScratchKey(), resource);
645 const ScratchMap* fScratchMap; member in struct:Stats
650 fScratchMap = &cache->fScratchMap;
[all...]
H A DGrResourceCache.h138 return fScratchMap.countForKey(scratchKey);
316 ScratchMap fScratchMap; member in class:GrResourceCache

Completed in 54 milliseconds