HomeSort by relevance Sort by last modified time
    Searched refs:mShadowCache (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
TessellationCache.cpp 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))
    [all...]
TessellationCache.h 216 LruCache<ShadowDescription, Task<vertexBuffer_pair_t>*> mShadowCache;

Completed in 33 milliseconds