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

  /frameworks/base/libs/hwui/
Properties.h 228 #define DEFAULT_PATH_TEXTURE_CAP 256
PathCache.cpp 265 static_assert(DEFAULT_PATH_TEXTURE_CAP > 25, "Path cache texture cap is too small");
267 while (mSize > mMaxSize || mCache.size() > DEFAULT_PATH_TEXTURE_CAP) {

Completed in 215 milliseconds