Lines Matching refs:shareList
326 struct glx_context *shareList = (struct glx_context *) shareList_user; in CreateContext() local
339 gc = applegl_create_context(psc, config, shareList, renderType); in CreateContext()
342 gc = psc->vtable->create_context(psc, config, shareList, renderType); in CreateContext()
344 gc = indirect_create_context(psc, config, shareList, renderType); in CreateContext()
361 req->shareList = shareList ? shareList->xid : None; in CreateContext()
377 req->shareList = shareList ? shareList->xid : None; in CreateContext()
398 req->shareList = shareList ? shareList->xid : None; in CreateContext()
413 gc->share_xid = shareList ? shareList->xid : None; in CreateContext()
436 GLXContext shareList, Bool allowDirect) in glXCreateContext() argument
467 return CreateContext(dpy, vis->visualid, config, shareList, allowDirect, in glXCreateContext()
1615 int renderType, GLXContext shareList, Bool allowDirect) in glXCreateNewContext() argument
1641 return CreateContext(dpy, config->fbconfigID, config, shareList, in glXCreateNewContext()
2025 GLXContext shareList, Bool allowDirect) in glXCreateContextWithConfigSGIX() argument
2039 gc = CreateContext(dpy, config->fbconfigID, config, shareList, in glXCreateContextWithConfigSGIX()