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.h193 #define PROPERTY_VERTEX_CACHE_SIZE "ro.hwui.vertex_cache_size" macro
DTessellationCache.cpp314 if (property_get(PROPERTY_VERTEX_CACHE_SIZE, property, nullptr) > 0) { in TessellationCache()