Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DFboCache.cpp30 FboCache::FboCache() : mMaxSize(0) {} in FboCache() function in android::uirenderer::FboCache
32 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()
DFboCache.h31 class FboCache {
33 FboCache();
34 ~FboCache();
DAndroid.bp220 "FboCache.cpp",