Home
last modified time | relevance | path

Searched refs:totalCacheSize (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/opengl/libs/EGL/
DMultifileBlobCache.cpp751 size_t totalCacheSize = getTotalSize(); in applyLRU() local
753 if (totalCacheSize <= cacheSizeLimit && totalCacheEntries <= cacheEntryLimit) { in applyLRU()
755 ALOGV("LRU: Reduced cache to size %zu entries %zu", totalCacheSize, totalCacheEntries); in applyLRU()