Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/skia/compat/
DSkiaGpuContext.h50 static std::unique_ptr<SkiaGpuContext> MakeGL_Ganesh(
DGaneshGpuContext.cpp51 std::unique_ptr<SkiaGpuContext> SkiaGpuContext::MakeGL_Ganesh( in MakeGL_Ganesh() function in android::renderengine::skia::SkiaGpuContext
/frameworks/native/libs/renderengine/skia/
DSkiaGLRenderEngine.cpp309 contexts.first = SkiaGpuContext::MakeGL_Ganesh(glInterface, mSkSLCacheMonitor); in createContexts()
312 contexts.second = SkiaGpuContext::MakeGL_Ganesh(glInterface, mSkSLCacheMonitor); in createContexts()