Lines Matching defs:error
82 * Wrapper around xcb_dri3_open. Returns the opened fd or -1 on error.
317 xcb_generic_error_t *error;
321 if ((error = xcb_request_check(conn, cookie))) {
322 if (error->error_code != BadRequest)
324 free(error);
964 * We make sure to 'stick' more pessimistic statuses: an out-of-date error
976 /* If we have a new error, mark it as permanent on the chain and return. */
990 /* Suboptimal isn't an error, but is a status which sticks to the swapchain
1192 /* On error, the thread has shut down, so safe to update chain->status.
1280 xcb_generic_error_t *error = xcb_request_check(chain->conn, cookie);
1281 if (error) {
1282 free(error);
1366 /* If the swapchain is in an error state, don't go any further. */
1419 /* If the swapchain is in an error state, don't go any further. */
1813 xcb_generic_error_t *error = NULL;
1817 xcb_dri3_get_supported_modifiers_reply(conn, mod_cookie, &error);
1818 free(error);
1981 /* Check that we have a window up-front. It is an error to not have one. */
2084 /* FINISHME: Choose a better error. */
2150 * occasionally use UINT32_MAX to signal the other thread that an error
2240 /* FINISHME: Choose a better error. */