Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DCacheManager.cpp67 mMaxGpuFontAtlasBytes = nextPowerOfTwo(mMaxSurfaceArea); in setupCacheLimits()
70 mMaxCpuFontCacheBytes = std::max(mMaxGpuFontAtlasBytes * 4, SkGraphics::GetFontCacheLimit()); in setupCacheLimits()
106 contextOptions->fGlyphCacheTextureMaximumBytes = mMaxGpuFontAtlasBytes; in configureContext()
DCacheManager.h94 size_t mMaxGpuFontAtlasBytes = 0; variable