Lines Matching defs:error
361 /* XXX log an error or smth */
450 unsigned *error,
468 *error = __DRI_CTX_ERROR_BAD_API;
487 *error = __DRI_CTX_ERROR_BAD_API;
541 *error = __DRI_CTX_ERROR_UNKNOWN_ATTRIBUTE;
588 *error = __DRI_CTX_ERROR_BAD_FLAG;
612 *error = __DRI_CTX_ERROR_UNKNOWN_FLAG;
619 error))
624 *error = __DRI_CTX_ERROR_NO_MEMORY;
634 if (!dri_create_context(mesa_api, modes, context, &ctx_config, error,
640 *error = __DRI_CTX_ERROR_SUCCESS;
649 unsigned error;
652 &error, data);
709 ** Assume error checking is done properly in glXMakeCurrent before
752 ** Assume error checking is done properly in glXMakeCurrent before