Home | History | Annotate | Download | only in glx

Lines Matching full:contextid

572  * \param contextID  ID of the context to be tested.
577 __glXIsDirect(Display * dpy, GLXContextID contextID)
595 (c, contextID),
614 req->context = contextID;
1418 glXImportContextEXT(Display *dpy, GLXContextID contextID)
1441 * "If <contextID> does not refer to a valid context, then a BadContext
1442 * error is generated; if <contextID> refers to direct rendering
1446 * If contextID is None, generate BadContext on the client-side. Other
1450 if (contextID == None) {
1451 __glXSendError(dpy, GLXBadContext, contextID, X_GLXIsDirect, false);
1455 if (__glXIsDirect(dpy, contextID))
1472 req->context = contextID;
1485 req->context = contextID;
1544 ctx->xid = contextID;