HomeSort by relevance Sort by last modified time
    Searched defs:FboCache (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
FboCache.h 31 class FboCache {
33 FboCache();
34 ~FboCache();
74 }; // class FboCache
FboCache.cpp 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)
    [all...]

Completed in 56 milliseconds