Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DProperties.h192 #define PROPERTY_VERTEX_CACHE_SIZE "ro.hwui.vertex_cache_size" macro
DProperties.cpp158 …tessellationCacheSize = MB(property_get_float(PROPERTY_VERTEX_CACHE_SIZE, DEFAULT_VERTEX_CACHE_SIZ… in load()