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

  /frameworks/base/libs/hwui/
Caches.cpp 225 fboCache.clear();
284 log.appendFormat(" FboCache %8d / %8d\n",
285 fboCache.getSize(), fboCache.getMaxSize());
363 fboCache.clear();
LayerRenderer.cpp 191 GLuint fbo = caches.fboCache.get();
365 GLuint fbo = caches.fboCache.get();
481 caches.fboCache.put(fbo);
Caches.h 46 #include "FboCache.h"
334 FboCache fboCache;
Layer.cpp 129 caches.fboCache.put(fbo);
OpenGLRenderer.cpp 979 layer->setFbo(mCaches.fboCache.get());
    [all...]

Completed in 128 milliseconds