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