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

/frameworks/native/opengl/libs/EGL/
H A DBlobCache.h37 // with key and value sizes less than or equal to maxKeySize and
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.cpp35 static const size_t maxKeySize = 12 * 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
39 mMaxKeySize(maxKeySize),

Completed in 712 milliseconds