Lines Matching defs:contextID
279 * \param contextID ID of the context to be tested.
285 __glXIsDirect(Display * dpy, GLXContextID contextID, Bool *error)
299 reply = xcb_glx_is_direct_reply(c, xcb_glx_is_direct(c, contextID), &err);
1414 glXImportContextEXT(Display *dpy, GLXContextID contextID)
1434 * "If <contextID> does not refer to a valid context, then a BadContext
1435 * error is generated; if <contextID> refers to direct rendering
1439 * If contextID is None, generate BadContext on the client-side. Other
1443 if (contextID == None) {
1444 __glXSendError(dpy, GLXBadContext, contextID, X_GLXIsDirect, false);
1448 if (__glXIsDirect(dpy, contextID, NULL))
1465 req->context = contextID;
1478 req->context = contextID;
1531 ctx->xid = contextID;