Searched refs:shareContext (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/native/libs/renderengine/skia/ |
H A D | SkiaGLRenderEngine.h | 84 EGLContext shareContext,
|
H A D | SkiaGLRenderEngine.cpp | 1300 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 D | GLESRenderEngine.h | 124 EGLContext shareContext,
|
H A D | GLESRenderEngine.cpp | 1636 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 D | GLESRenderEngine.h | 122 EGLContext shareContext, bool useContextPriority,
|
H A D | GLESRenderEngine.cpp | 1557 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()
|