Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DMultifileBlobCache.cpp654 size_t newEntrySize) { in addToHotCache() argument
658 if ((mHotCacheSize + newEntrySize) > mHotCacheLimit) { in addToHotCache()
662 mHotCacheSize, newEntrySize, mHotCacheLimit, newEntryHash); in addToHotCache()
681 if ((mHotCacheSize + newEntrySize) <= mHotCacheLimit / 2) { in addToHotCache()
689 mHotCache[newEntryHash] = {newFd, newEntryBuffer, newEntrySize}; in addToHotCache()
690 mHotCacheSize += newEntrySize; in addToHotCache()