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 235 fboCache.clear();
310 log.appendFormat(" FboCache %8d / %8d\n",
311 fboCache.getSize(), fboCache.getMaxSize());
354 fboCache.clear();
LayerRenderer.cpp 193 GLuint fbo = caches.fboCache.get();
362 GLuint fbo = caches.fboCache.get();
479 caches.fboCache.put(fbo);
Caches.h 50 #include "FboCache.h"
342 FboCache fboCache;
Layer.cpp 177 caches.fboCache.put(fbo);
OpenGLRenderer.cpp 808 layer->setFbo(mCaches.fboCache.get());
    [all...]

Completed in 92 milliseconds