Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/skia/compat/
DGaneshGpuContext.cpp52 sk_sp<const GrGLInterface> glInterface, in MakeGL_Ganesh() argument
55 GrDirectContexts::MakeGL(glInterface, ganeshOptions(skSLCacheMonitor))); in MakeGL_Ganesh()
DSkiaGpuContext.h51 sk_sp<const GrGLInterface> glInterface,
/frameworks/native/libs/renderengine/skia/
DSkiaGLRenderEngine.cpp304 sk_sp<const GrGLInterface> glInterface = GrGLMakeNativeInterface(); in createContexts() local
306 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()
/frameworks/base/libs/hwui/renderthread/
DRenderThread.cpp283 sk_sp<const GrGLInterface> glInterface = GrGLMakeNativeInterface(); in requireGlContext() local
284 LOG_ALWAYS_FATAL_IF(!glInterface.get()); in requireGlContext()
291 sk_sp<GrDirectContext> grContext(GrDirectContexts::MakeGL(std::move(glInterface), options)); in requireGlContext()