Home | History | Annotate | Download | only in hwui

Lines Matching defs:FboCache

22 #include "FboCache.h"
32 FboCache::FboCache(): mMaxSize(DEFAULT_FBO_CACHE_SIZE) {
42 FboCache::~FboCache() {
50 uint32_t FboCache::getSize() {
54 uint32_t FboCache::getMaxSize() {
62 void FboCache::clear() {
70 GLuint FboCache::get() {
81 bool FboCache::put(GLuint fbo) {