Home
last modified time | relevance | path

Searched refs:FboCache (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DFboCache.cpp32 FboCache::FboCache(): mMaxSize(DEFAULT_FBO_CACHE_SIZE) { in FboCache() function in android::uirenderer::FboCache
42 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()
DFboCache.h31 class FboCache {
33 FboCache();
34 ~FboCache();
DAndroid.mk22 FboCache.cpp \
DCaches.h283 FboCache fboCache;