Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp43 static const size_t maxValueSize = MAX_EGL_CACHE_ENTRY_SIZE; variable
195 mBlobCache = new BlobCache(maxKeySize, maxValueSize, maxTotalSize); in getBlobCacheLocked()