Lines Matching defs:shareList
331 struct glx_context *shareList = (struct glx_context *) shareList_user;
344 gc = applegl_create_context(psc, config, shareList, renderType);
347 gc = psc->vtable->create_context(psc, config, shareList, renderType);
349 gc = indirect_create_context(psc, config, shareList, renderType);
366 req->shareList = shareList ? shareList->xid : None;
382 req->shareList = shareList ? shareList->xid : None;
403 req->shareList = shareList ? shareList->xid : None;
418 gc->share_xid = shareList ? shareList->xid : None;
441 GLXContext shareList, Bool allowDirect)
472 return CreateContext(dpy, vis->visualid, config, shareList, allowDirect,
1617 int renderType, GLXContext shareList, Bool allowDirect)
1643 return CreateContext(dpy, config->fbconfigID, config, shareList,
2028 GLXContext shareList, Bool allowDirect)
2042 gc = CreateContext(dpy, config->fbconfigID, config, shareList,