Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DCacheManager.cpp102 void CacheManager::configureContext(GrContextOptions* contextOptions, const void* identity, in configureContext() argument
104 contextOptions->fAllowPathMaskCaching = true; in configureContext()
105 contextOptions->fGlyphCacheTextureMaximumBytes = mMaxGpuFontAtlasBytes; in configureContext()
106 contextOptions->fExecutor = &sDefaultExecutor; in configureContext()
110 contextOptions->fPersistentCache = &cache; in configureContext()