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

/frameworks/base/libs/hwui/
H A DFboCache.cpp20 #include "FboCache.h"
30 FboCache::FboCache() : mMaxSize(0) {} function in class:android::uirenderer::FboCache
32 FboCache::~FboCache() {
40 uint32_t FboCache::getSize() {
44 uint32_t FboCache::getMaxSize() {
52 void FboCache::clear() {
60 GLuint FboCache::get() {
71 bool FboCache
[all...]
H A DFboCache.h31 class FboCache { class in namespace:android::uirenderer
33 FboCache();
34 ~FboCache();
74 }; // class FboCache
H A DCaches.h21 #include "FboCache.h"
153 FboCache fboCache;

Completed in 111 milliseconds