HomeSort by relevance Sort by last modified time
    Searched refs:tessellationCacheSize (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/
Properties.h 275 static int tessellationCacheSize;
Properties.cpp 47 int Properties::tessellationCacheSize = MB(DEFAULT_VERTEX_CACHE_SIZE);
155 tessellationCacheSize = MB(property_get_float(PROPERTY_VERTEX_CACHE_SIZE, DEFAULT_VERTEX_CACHE_SIZE));
TessellationCache.cpp 294 : mMaxSize(Properties::tessellationCacheSize)

Completed in 43 milliseconds