Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DCacheManager.cpp56 static inline uint32_t nextPowerOfTwo(uint32_t n) { in nextPowerOfTwo() function
66 mMaxGpuFontAtlasBytes = nextPowerOfTwo(mMaxSurfaceArea); in setupCacheLimits()