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 233 fboCache.clear();
297 log.appendFormat(" FboCache %8d / %8d\n",
298 fboCache.getSize(), fboCache.getMaxSize());
364 fboCache.clear();
LayerRenderer.cpp 192 GLuint fbo = caches.fboCache.get();
369 GLuint fbo = caches.fboCache.get();
486 caches.fboCache.put(fbo);
Caches.h 50 #include "FboCache.h"
342 FboCache fboCache;
Layer.cpp 165 caches.fboCache.put(fbo);
OpenGLRenderer.cpp 848 layer->setFbo(mCaches.fboCache.get());
    [all...]

Completed in 518 milliseconds