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

/frameworks/base/libs/hwui/
H A DFboCache.h31 class FboCache { class in namespace:android::uirenderer
33 FboCache();
34 ~FboCache();
74 }; // class FboCache
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 DAndroid.mk17 FboCache.cpp \
H A DCaches.h39 #include "FboCache.h"
262 FboCache fboCache;

Completed in 941 milliseconds