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

/frameworks/native/opengl/libs/EGL/
H A DBlobCache.h38 // maxValueSize, respectively. The total combined size of ALL cache entries
40 BlobCache(size_t maxKeySize, size_t maxValueSize, size_t maxTotalSize);
47 // put in the cache (based on the maxKeySize, maxValueSize, and maxTotalSize
H A Degl_cache.cpp36 static const size_t maxValueSize = 64 * 1024; variable
181 mBlobCache.reset(new BlobCache(maxKeySize, maxValueSize, maxTotalSize));
H A DBlobCache.cpp38 BlobCache::BlobCache(size_t maxKeySize, size_t maxValueSize, size_t maxTotalSize): argument
40 mMaxValueSize(maxValueSize),

Completed in 561 milliseconds