Searched refs:share_context (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | egl.cpp | 425 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLin… in eglCreateContext() argument 428 EGLContext share = share_context; in eglCreateContext() 429 if (share) share = ((EGLWrapperContext *)share_context)->aglContext; in eglCreateContext() 464 … (uint32_t)(share_context == EGL_NO_CONTEXT ? 0 : share_context), wctx->version); in eglCreateContext()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | egl.entries | 10 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLin…
|
/device/generic/goldfish-opengl/system/include/EGL/ |
D | egl.h | 298 EGLContext share_context,
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | RenderControl.cpp | 395 EGLContext share_context = EGL_NO_CONTEXT; in rcCreateContext() local 403 share_context = share->context; in rcCreateContext() 408 s_egl.eglCreateContext(rc->dpy, config->config, share_context, attrib_list); in rcCreateContext()
|
/device/generic/goldfish-opengl/system/egl/ |
D | egl.cpp | 1588 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLin… in eglCreateContext() argument 1714 if (share_context) { in eglCreateContext() 1715 shareCtx = static_cast<EGLContext_t*>(share_context); in eglCreateContext()
|