Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DMultifileBlobCache.cpp752 size_t totalCacheEntries = getTotalEntries(); 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()