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

/frameworks/base/libs/hwui/renderthread/
H A DCacheManager.cpp108 void CacheManager::configureContext(GrContextOptions* contextOptions) { argument
109 contextOptions->fAllowPathMaskCaching = true;
129 contextOptions->fGlyphCacheTextureMaximumBytes = fontCacheMB * 1024 * 1024;
135 contextOptions->fExecutor = mTaskProcessor.get();
138 contextOptions->fPersistentCache = &skiapipeline::ShaderCache::get();

Completed in 44 milliseconds