Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/skia/compat/
DGaneshGpuContext.cpp41 static GrContextOptions ganeshOptions(GrContextOptions::PersistentCache& skSLCacheMonitor) { in ganeshOptions() argument
46 options.fPersistentCache = &skSLCacheMonitor; in ganeshOptions()
53 GrContextOptions::PersistentCache& skSLCacheMonitor) { in MakeGL_Ganesh() argument
55 GrDirectContexts::MakeGL(glInterface, ganeshOptions(skSLCacheMonitor))); in MakeGL_Ganesh()
60 GrContextOptions::PersistentCache& skSLCacheMonitor) { in MakeVulkan_Ganesh() argument
62 GrDirectContexts::MakeVulkan(grVkBackendContext, ganeshOptions(skSLCacheMonitor))); in MakeVulkan_Ganesh()
DSkiaGpuContext.h52 GrContextOptions::PersistentCache& skSLCacheMonitor);
59 GrContextOptions::PersistentCache& skSLCacheMonitor);