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()
880 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLin… in eglCreateContext() argument893 if (share_context) { in eglCreateContext()894 shareCtx = static_cast<EGLContext_t*>(share_context); in eglCreateContext()