Home | History | Annotate | Download | only in glx

Lines Matching full:sharelist

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