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

/frameworks/base/libs/hwui/
H A DFboCache.cpp20 #include "FboCache.h"
30 FboCache::FboCache() function in class:android::uirenderer::FboCache
33 FboCache::~FboCache() {
41 uint32_t FboCache::getSize() {
45 uint32_t FboCache::getMaxSize() {
53 void FboCache::clear() {
61 GLuint FboCache::get() {
72 bool FboCache
[all...]
H A DFboCache.h31 class FboCache { class in namespace:android::uirenderer
33 FboCache();
34 ~FboCache();
74 }; // class FboCache
H A DCaches.h23 #include "FboCache.h"
157 FboCache fboCache;
H A DAndroid.mk59 FboCache.cpp \

Completed in 140 milliseconds