OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
22
#include "
FboCache
.h"
32
FboCache
::
FboCache
(): mMaxSize(DEFAULT_FBO_CACHE_SIZE) {
42
FboCache
::~
FboCache
() {
50
uint32_t
FboCache
::getSize() {
54
uint32_t
FboCache
::getMaxSize() {
62
void
FboCache
::clear() {
70
GLuint
FboCache
::get() {
81
bool
FboCache
::put(GLuint fbo)
[
all
...]
Completed in 94 milliseconds