Searched refs:mBlobCache (Results 1 - 2 of 2) sorted by path

/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp78 mBlobCache(NULL) {
131 mBlobCache = NULL;
195 if (mBlobCache == NULL) {
196 mBlobCache = new BlobCache(maxKeySize, maxValueSize, maxTotalSize);
199 return mBlobCache;
219 if (mFilename.length() > 0 && mBlobCache != NULL) {
220 size_t cacheSize = mBlobCache->getFlattenedSize();
257 status_t err = mBlobCache->flatten(buf + headerSize, cacheSize);
339 status_t err = mBlobCache->unflatten(buf + headerSize, cacheSize);
H A Degl_cache.h83 // saveBlobCache attempts to save the current contents of mBlobCache to
88 // mBlobCache.
99 // mBlobCache is the cache in which the key/value blob pairs are stored. It
102 sp<BlobCache> mBlobCache; member in class:android::egl_cache_t

Completed in 104 milliseconds