Searched defs:FboCache (Results 1 - 2 of 2) sorted by path

/frameworks/base/libs/hwui/
H A DFboCache.cpp22 #include "FboCache.h"
32 FboCache::FboCache(): mMaxSize(DEFAULT_FBO_CACHE_SIZE) { function in class:android::uirenderer::FboCache
42 FboCache::~FboCache() {
50 uint32_t FboCache::getSize() {
54 uint32_t FboCache::getMaxSize() {
62 void FboCache::clear() {
70 GLuint FboCache::get() {
81 bool FboCache
[all...]
H A DFboCache.h31 class FboCache { class in namespace:android::uirenderer
33 FboCache();
34 ~FboCache();
74 }; // class FboCache

Completed in 55 milliseconds