HomeSort by relevance Sort by last modified time
    Searched defs:textureCacheSize (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
Properties.cpp 49 int Properties::textureCacheSize = MB(DEFAULT_TEXTURE_CACHE_SIZE);
157 textureCacheSize = MB(property_get_float(PROPERTY_TEXTURE_CACHE_SIZE, DEFAULT_TEXTURE_CACHE_SIZE));
Properties.h 277 static int textureCacheSize;

Completed in 441 milliseconds