Searched refs:share_context (Results 1 – 2 of 2) sorted by relevance
461 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLin… in eglCreateContext() argument464 EGLContext share = share_context; in eglCreateContext()465 if (share) share = ((EGLWrapperContext *)share_context)->aglContext; in eglCreateContext()500 … (uint32_t)(share_context == EGL_NO_CONTEXT ? 0 : share_context), wctx->version); in eglCreateContext()
906 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLin… in eglCreateContext() argument924 if (share_context) { in eglCreateContext()925 shareCtx = static_cast<EGLContext_t*>(share_context); in eglCreateContext()