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

/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp77 mBlobCache(NULL) {
129 if (mBlobCache != NULL) {
131 mBlobCache = NULL;
197 if (mBlobCache == NULL) {
198 mBlobCache = new BlobCache(maxKeySize, maxValueSize, maxTotalSize);
201 return mBlobCache;
222 size_t cacheSize = mBlobCache->getFlattenedSize();
259 status_t err = mBlobCache->flatten(buf + headerSize, cacheSize, NULL,
341 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