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

/frameworks/native/opengl/libs/EGL/
H A DBlobCache.h112 // isCleanable returns true if the cache is full enough for the clean method
114 bool isCleanable() const;
H A DBlobCache.cpp91 if (isCleanable()) {
113 if (isCleanable()) {
302 bool BlobCache::isCleanable() const { function in class:android::BlobCache

Completed in 485 milliseconds