Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DProperties.cpp41 int Properties::fboCacheSize = DEFAULT_FBO_CACHE_SIZE;
149 fboCacheSize = property_get_int(PROPERTY_FBO_CACHE_SIZE, DEFAULT_FBO_CACHE_SIZE); in load()
DProperties.h216 #define DEFAULT_FBO_CACHE_SIZE 0 macro