Home
last modified time | relevance | path

Searched refs:tessellationCacheSize (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DProperties.cpp47 int Properties::tessellationCacheSize = MB(DEFAULT_VERTEX_CACHE_SIZE); member in android::uirenderer::Properties
155tessellationCacheSize = MB(property_get_float(PROPERTY_VERTEX_CACHE_SIZE, DEFAULT_VERTEX_CACHE_SIZ… in load()
DProperties.h275 static int tessellationCacheSize; variable
DTessellationCache.cpp294 : mMaxSize(Properties::tessellationCacheSize) in TessellationCache()