Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp35 static const size_t kMaxMonolithicTotalSize = 2 * 1024 * 1024; variable
72 : mInitialized(false), mMultifileMode(false), mCacheByteLimit(kMaxMonolithicTotalSize) {} in egl_cache_t()
205 if (cacheByteLimit > kMaxMonolithicTotalSize) { in setCacheLimit()