Searched refs:glInterface (Results 1 – 4 of 4) sorted by relevance
52 sk_sp<const GrGLInterface> glInterface, in MakeGL_Ganesh() argument55 GrDirectContexts::MakeGL(glInterface, ganeshOptions(skSLCacheMonitor))); in MakeGL_Ganesh()
51 sk_sp<const GrGLInterface> glInterface,
304 sk_sp<const GrGLInterface> glInterface = GrGLMakeNativeInterface(); in createContexts() local306 LOG_ALWAYS_FATAL_IF(!glInterface.get(), "GrGLMakeNativeInterface() failed"); in createContexts()309 contexts.first = SkiaGpuContext::MakeGL_Ganesh(glInterface, mSkSLCacheMonitor); in createContexts()312 contexts.second = SkiaGpuContext::MakeGL_Ganesh(glInterface, mSkSLCacheMonitor); in createContexts()
283 sk_sp<const GrGLInterface> glInterface = GrGLMakeNativeInterface(); in requireGlContext() local284 LOG_ALWAYS_FATAL_IF(!glInterface.get()); in requireGlContext()291 sk_sp<GrDirectContext> grContext(GrDirectContexts::MakeGL(std::move(glInterface), options)); in requireGlContext()