Searched refs:FboCache (Results 1 – 4 of 4) sorted by relevance
32 FboCache::FboCache(): mMaxSize(DEFAULT_FBO_CACHE_SIZE) { in FboCache() function in android::uirenderer::FboCache42 FboCache::~FboCache() { in ~FboCache()50 uint32_t FboCache::getSize() { in getSize()54 uint32_t FboCache::getMaxSize() { in getMaxSize()62 void FboCache::clear() { in clear()70 GLuint FboCache::get() { in get()81 bool FboCache::put(GLuint fbo) { in put()
31 class FboCache {33 FboCache();34 ~FboCache();
22 FboCache.cpp \
283 FboCache fboCache;