Lines Matching refs:shareList
327 struct glx_context *shareList = (struct glx_context *) shareList_user;
340 gc = applegl_create_context(psc, config, shareList, renderType);
343 gc = psc->vtable->create_context(psc, config, shareList, renderType);
345 gc = indirect_create_context(psc, config, shareList, renderType);
362 req->shareList = shareList ? shareList->xid : None;
378 req->shareList = shareList ? shareList->xid : None;
399 req->shareList = shareList ? shareList->xid : None;
414 gc->share_xid = shareList ? shareList->xid : None;
437 GLXContext shareList, Bool allowDirect)
481 return CreateContext(dpy, vis->visualid, config, shareList, allowDirect,
1630 int renderType, GLXContext shareList, Bool allowDirect)
1656 return CreateContext(dpy, config->fbconfigID, config, shareList,
2016 GLXContext shareList, Bool allowDirect)
2030 gc = CreateContext(dpy, config->fbconfigID, config, shareList,