Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DCacheManager.cpp53 , mMaxGpuFontAtlasBytes(GrNextSizePow2(mMaxSurfaceArea)) in CacheManager()
56 , mMaxCpuFontCacheBytes(std::max(mMaxGpuFontAtlasBytes*4, SkGraphics::GetFontCacheLimit())) in CacheManager()
96 contextOptions->fGlyphCacheTextureMaximumBytes = mMaxGpuFontAtlasBytes; in configureContext()
DCacheManager.h70 const size_t mMaxGpuFontAtlasBytes; variable