Home | History | Annotate | Download | only in hwui

Lines Matching defs:FboCache

20 #include "FboCache.h"
30 FboCache::FboCache() : mMaxSize(0) {}
32 FboCache::~FboCache() {
40 uint32_t FboCache::getSize() {
44 uint32_t FboCache::getMaxSize() {
52 void FboCache::clear() {
60 GLuint FboCache::get() {
71 bool FboCache::put(GLuint fbo) {