Lines Matching refs:mShadowCache
296 , mShadowCache(LruCache<ShadowDescription, Task<vertexBuffer_pair_t*>*>::kUnlimitedCapacity) {
298 mShadowCache.setOnEntryRemovedListener(&mBufferPairRemovedListener);
334 mShadowCache.clear();
339 mShadowCache.clear();
361 if (mShadowCache.get(key)) return;
369 mShadowCache.put(key, task.get());
377 ShadowTask* task = static_cast<ShadowTask*>(mShadowCache.get(key));
381 task = static_cast<ShadowTask*>(mShadowCache.get(key));
393 ShadowTask* task = static_cast<ShadowTask*>(mShadowCache.get(key));
397 task = static_cast<ShadowTask*>(mShadowCache.get(key));