Searched refs:maxTotalSize (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp45 static const size_t maxTotalSize = MAX_EGL_CACHE_SIZE; variable
196 mBlobCache = new BlobCache(maxKeySize, maxValueSize, maxTotalSize);
309 if (fileSize > maxTotalSize * 2) {

Completed in 53 milliseconds