OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fboCache
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/
Caches.h
37
#include "
FboCache
.h"
189
FboCache
fboCache
;
LayerRenderer.cpp
179
GLuint fbo = Caches::getInstance().
fboCache
.get();
216
Caches::getInstance().
fboCache
.put(fbo);
302
Caches::getInstance().
fboCache
.put(layer->getFbo());
332
GLuint fbo = caches.
fboCache
.get();
430
caches.
fboCache
.put(fbo);
Caches.cpp
115
log.appendFormat("
FboCache
%8d / %8d\n",
116
fboCache
.getSize(),
fboCache
.getMaxSize());
OpenGLRenderer.cpp
494
layer->setFbo(mCaches.
fboCache
.get());
544
mCaches.
fboCache
.put(layer->getFbo());
620
mCaches.
fboCache
.put(current->fbo);
[
all
...]
Completed in 175 milliseconds