Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp36 static const size_t maxValueSize = 64 * 1024; variable
DBlobCache.cpp38 BlobCache::BlobCache(size_t maxKeySize, size_t maxValueSize, size_t maxTotalSize): in BlobCache()