Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/renderengine/skia/
H A DSkiaGLRenderEngine.h84 EGLContext shareContext,
H A DSkiaGLRenderEngine.cpp1300 EGLContext shareContext, in createEglContext() argument
1348 EGLContext context = eglCreateContext(display, config, shareContext, contextAttributes.data()); in createEglContext()
1359 context = eglCreateContext(display, config, shareContext, contextAttributes.data()); in createEglContext()
/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLESRenderEngine.h124 EGLContext shareContext,
H A DGLESRenderEngine.cpp1636 EGLContext shareContext, in createEglContext() argument
1684 EGLContext context = eglCreateContext(display, config, shareContext, contextAttributes.data()); in createEglContext()
1695 context = eglCreateContext(display, config, shareContext, contextAttributes.data()); in createEglContext()
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLESRenderEngine.h122 EGLContext shareContext, bool useContextPriority,
H A 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()