Lines Matching refs:shareList
260 struct glx_context *shareList = (struct glx_context *) shareList_user; in CreateContext() local
273 gc = applegl_create_context(psc, config, shareList, renderType); in CreateContext()
276 gc = psc->vtable->create_context(psc, config, shareList, renderType); in CreateContext()
278 gc = indirect_create_context(psc, config, shareList, renderType); in CreateContext()
295 req->shareList = shareList ? shareList->xid : None; in CreateContext()
311 req->shareList = shareList ? shareList->xid : None; in CreateContext()
332 req->shareList = shareList ? shareList->xid : None; in CreateContext()
347 gc->share_xid = shareList ? shareList->xid : None; in CreateContext()
356 GLXContext shareList, Bool allowDirect) in glXCreateContext() argument
381 return CreateContext(dpy, vis->visualid, config, shareList, allowDirect, in glXCreateContext()
1643 int renderType, GLXContext shareList, Bool allowDirect) in glXCreateNewContext() argument
1647 return CreateContext(dpy, config->fbconfigID, config, shareList, in glXCreateNewContext()
1994 GLXContext shareList, Bool allowDirect) in glXCreateContextWithConfigSGIX() argument
2008 gc = CreateContext(dpy, config->fbconfigID, config, shareList, in glXCreateContextWithConfigSGIX()