Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/skia/
DSkiaGLRenderEngine.h77 EGLContext shareContext,
DSkiaGLRenderEngine.cpp428 EGLContext shareContext, in createEglContext() argument
476 EGLContext context = eglCreateContext(display, config, shareContext, contextAttributes.data()); in createEglContext()
487 context = eglCreateContext(display, config, shareContext, contextAttributes.data()); in createEglContext()
/frameworks/av/media/libstagefright/renderfright/gl/
DGLESRenderEngine.h122 EGLContext shareContext, bool useContextPriority,
DGLESRenderEngine.cpp1557 EGLContext shareContext, bool useContextPriority, in createEglContext() argument
1590 EGLContext context = eglCreateContext(display, config, shareContext, contextAttributes.data()); in createEglContext()
1601 context = eglCreateContext(display, config, shareContext, contextAttributes.data()); in createEglContext()