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