Lines Matching refs:error

1341  * Set the error code after a call to
1362 * these attributes are supported), then an EGL_BAD_MATCH error is
1368 * is not defined, than an EGL_BAD_MATCH error is generated.
1376 * the requested profile, then an EGL_BAD_MATCH error is generated.
1388 * then an EGL_BAD_ATTRIBUTE error is generated."
1422 * It may explode. Instead, generate the required EGL error here.
1437 * explode. Instead, generate the required EGL error here.
1500 unsigned error;
1518 * newly created context are different then an EGL_BAD_MATCH error is
1602 & error,
1604 dri2_create_context_attribs_error(error);
1614 & error,
1616 dri2_create_context_attribs_error(error);
1635 & error,
1637 dri2_create_context_attribs_error(error);
1800 /* make new bindings, set the EGL error otherwise */
1837 * setting the error to EGL_BAD_MATCH is surely better than leaving it
1991 * context, an EGL_BAD_SURFACE error is generated."
2259 * Translate a DRI Image extension error code into an EGL error code.
2303 unsigned error = ~0;
2306 dri2_ctx->dri_context, renderbuffer, NULL, &error);
2308 assert(!!dri_image == (error == __DRI_IMAGE_ERROR_SUCCESS));
2311 _eglError(egl_error_from_dri_image_error(error), "dri2_create_image_khr");
2398 * Set the error code after a call to
2423 unsigned error;
2484 &error,
2486 dri2_create_image_khr_texture_error(error);
2719 /* Returns the total number of file descriptors. Zero indicates an error. */
2866 unsigned error;
2872 * error EGL_BAD_PARAMETER is generated."
2922 &error,
2939 &error,
2951 &error,
2954 dri2_create_image_khr_texture_error(error);
3058 * basically any reason, but doesn't specify any particular error cases. For
3409 /* Why did it fail? DRI doesn't return an error code, so we emit
3410 * a generic EGL error that doesn't communicate user error.
3530 /* if native fence fd still not created, return an error: */