Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DCacheManager.cpp66 mMaxGpuFontAtlasBytes = nextPowerOfTwo(mMaxSurfaceArea); in setupCacheLimits()
69 mMaxCpuFontCacheBytes = std::max(mMaxGpuFontAtlasBytes * 4, SkGraphics::GetFontCacheLimit()); in setupCacheLimits()
105 contextOptions->fGlyphCacheTextureMaximumBytes = mMaxGpuFontAtlasBytes; in configureContext()
H A DCacheManager.h93 size_t mMaxGpuFontAtlasBytes = 0; variable