Lines Matching refs:error
282 * \param error Out parameter, set to True on error if not NULL,
283 * otherwise raise the error to the application.
288 __glXIsDirect(Display * dpy, GLXContextID contextID, Bool *error)
300 if (error)
301 *error = True;
411 /* What to do here? This case is the sign of an internal error. It
424 * with client-side state, not just an XID. To simplify error handling
429 Bool error = False;
430 int isDirect = __glXIsDirect(dpy, gc->xid, &error);
432 if (error != False || isDirect != gc->isDirect) {
1432 * error is generated; if <contextID> refers to direct rendering
1433 * context then no error is generated but glXImportContextEXT returns
1859 * Strictly, this should throw an error if drawable is not a Window or
2214 * error", but it also says "It [glXSwapBuffersMscOML] will return a value
2249 * error", but the return type in the spec is Bool.
2279 * error", but the return type in the spec is Bool.