Searched refs:share_context (Results 1 – 3 of 3) sorted by relevance
174 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLin… in eglCreateContext() argument176 return getDispatch()->eglCreateContext(dpy, config, share_context, attrib_list); in eglCreateContext()
298 EGLContext share_context,
609 EGLContext share_context, in eglCreateContext() argument641 if(share_context != EGL_NO_CONTEXT) { in eglCreateContext()642 sharedCtxPtr = dpy->getContext(share_context); in eglCreateContext()