Home
last modified time | relevance | path

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

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