Lines Matching refs:shareList
325 struct glx_context *shareList = (struct glx_context *) shareList_user; in CreateContext() local
346 gc = applegl_create_context(psc, config, shareList, renderType); in CreateContext()
349 gc = psc->vtable->create_context(psc, config, shareList, renderType); in CreateContext()
351 gc = indirect_create_context(psc, config, shareList, renderType); in CreateContext()
368 req->shareList = shareList ? shareList->xid : None; in CreateContext()
384 req->shareList = shareList ? shareList->xid : None; in CreateContext()
405 req->shareList = shareList ? shareList->xid : None; in CreateContext()
420 gc->share_xid = shareList ? shareList->xid : None; in CreateContext()
443 GLXContext shareList, Bool allowDirect) in glXCreateContext() argument
474 return CreateContext(dpy, vis->visualid, config, shareList, allowDirect, in glXCreateContext()
1621 int renderType, GLXContext shareList, Bool allowDirect) in glXCreateNewContext() argument
1647 return CreateContext(dpy, config->fbconfigID, config, shareList, in glXCreateNewContext()
2031 GLXContext shareList, Bool allowDirect) in glXCreateContextWithConfigSGIX() argument
2045 gc = CreateContext(dpy, config->fbconfigID, config, shareList, in glXCreateContextWithConfigSGIX()