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()
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...]

Completed in 54 milliseconds