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

  /frameworks/base/libs/hwui/
FboCache.cpp 20 #include "FboCache.h"
30 FboCache::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::put(GLuint fbo)
    [all...]
FboCache.h 31 class FboCache {
33 FboCache();
34 ~FboCache();
74 }; // class FboCache
Caches.h 23 #include "FboCache.h"
157 FboCache fboCache;
Android.mk 60 FboCache.cpp \

Completed in 734 milliseconds