Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DCacheManager.cpp87 void CacheManager::configureContext(GrContextOptions* contextOptions, const void* identity, in configureContext() argument
89 contextOptions->fAllowPathMaskCaching = true; in configureContext()
90 contextOptions->fGlyphCacheTextureMaximumBytes = mMaxGpuFontAtlasBytes; in configureContext()
91 contextOptions->fExecutor = &sDefaultExecutor; in configureContext()
95 contextOptions->fPersistentCache = &cache; in configureContext()
96 contextOptions->fGpuPathRenderers &= ~GpuPathRenderers::kCoverageCounting; in configureContext()