Lines Matching refs:mCache
36 mCache(GenerationCache<SkBitmap*, Texture*>::kUnlimitedCapacity), in TextureCache()
60 mCache(GenerationCache<SkBitmap*, Texture*>::kUnlimitedCapacity), in TextureCache()
66 mCache.clear(); in ~TextureCache()
70 mCache.setOnEntryRemovedListener(this); in init()
93 mCache.removeOldest(); in setMaxSize()
124 Texture* texture = mCache.get(bitmap); in get()
137 mCache.removeOldest(); in get()
152 mCache.put(bitmap, texture); in get()
174 mCache.remove(bitmap); in remove()
186 mCache.remove(mGarbage.itemAt(i)); in clearGarbage()
192 mCache.clear(); in clear()
197 if (mFlushRate >= 1.0f || mCache.size() == 0) return; in flush()
207 mCache.removeOldest(); in flush()