Home
last modified time | relevance | path

Searched refs:mMultifileBlobCache (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp124 if (mMultifileBlobCache) { in terminate()
125 mMultifileBlobCache->finish(); in terminate()
127 mMultifileBlobCache = nullptr; in terminate()
215 if (mMultifileBlobCache) { in getCacheSize()
216 return mMultifileBlobCache->getTotalSize(); in getCacheSize()
278 if (mMultifileBlobCache == nullptr) { in getMultifileBlobCacheLocked()
279 mMultifileBlobCache.reset(new MultifileBlobCache(kMaxMultifileKeySize, in getMultifileBlobCacheLocked()
283 return mMultifileBlobCache.get(); in getMultifileBlobCacheLocked()
Degl_cache.h117 std::unique_ptr<MultifileBlobCache> mMultifileBlobCache; variable