OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFAULT_FBO_CACHE_SIZE
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
Properties.h
221
#define
DEFAULT_FBO_CACHE_SIZE
0
Properties.cpp
41
int Properties::fboCacheSize =
DEFAULT_FBO_CACHE_SIZE
;
152
fboCacheSize = property_get_int(PROPERTY_FBO_CACHE_SIZE,
DEFAULT_FBO_CACHE_SIZE
);
Completed in 183 milliseconds