Home
last modified time | relevance | path

Searched refs:PROPERTY_FBO_CACHE_SIZE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DProperties.h195 #define PROPERTY_FBO_CACHE_SIZE "ro.hwui.fbo_cache_size" macro
DProperties.cpp152 fboCacheSize = property_get_int(PROPERTY_FBO_CACHE_SIZE, DEFAULT_FBO_CACHE_SIZE); in load()