Searched defs:FboCache (Results 1 - 2 of 2) 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.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...]

Completed in 50 milliseconds