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

/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp76 mBlobCache(NULL) {
128 if (mBlobCache != NULL) {
130 mBlobCache = NULL;
196 if (mBlobCache == NULL) {
197 mBlobCache = new BlobCache(maxKeySize, maxValueSize, maxTotalSize);
200 return mBlobCache;
221 size_t cacheSize = mBlobCache->getFlattenedSize();
258 status_t err = mBlobCache->flatten(buf + headerSize, cacheSize, NULL,
340 status_t err = mBlobCache->unflatten(buf + headerSize, cacheSize, NULL,
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 63 milliseconds