Searched refs:tessellationCacheSize (Results 1 – 3 of 3) sorted by relevance
47 int Properties::tessellationCacheSize = MB(DEFAULT_VERTEX_CACHE_SIZE); member in android::uirenderer::Properties155 …tessellationCacheSize = MB(property_get_float(PROPERTY_VERTEX_CACHE_SIZE, DEFAULT_VERTEX_CACHE_SIZ… in load()
275 static int tessellationCacheSize; variable
294 : mMaxSize(Properties::tessellationCacheSize) in TessellationCache()