Searched refs:FboCache (Results 1 – 3 of 3) sorted by relevance
30 FboCache::FboCache() : mMaxSize(0) {} in FboCache() function in android::uirenderer::FboCache32 FboCache::~FboCache() { in ~FboCache()40 uint32_t FboCache::getSize() { in getSize()44 uint32_t FboCache::getMaxSize() { in getMaxSize()52 void FboCache::clear() { in clear()60 GLuint FboCache::get() { in get()71 bool FboCache::put(GLuint fbo) { in put()
31 class FboCache {33 FboCache();34 ~FboCache();
220 "FboCache.cpp",