Lines Matching defs:contextID
281 * \param contextID ID of the context to be tested.
288 __glXIsDirect(Display * dpy, GLXContextID contextID, Bool *error)
302 reply = xcb_glx_is_direct_reply(c, xcb_glx_is_direct(c, contextID), &err);
1407 glXImportContextEXT(Display *dpy, GLXContextID contextID)
1427 * "If <contextID> does not refer to a valid context, then a BadContext
1428 * error is generated; if <contextID> refers to direct rendering
1435 if (__glXIsDirect(dpy, contextID, NULL))
1452 req->context = contextID;
1465 req->context = contextID;
1518 ctx->xid = contextID;