Home
last modified time | relevance | path

Searched refs:first_error (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/glx/
Dglx_error.c54 error.errorCode = glx_dpy->codes.first_error + errorCode; in __glXSendError()
Ddri2.c214 *errorBase = info->codes->first_error; in DRI2QueryExtension()
Ddri_common.c436 int code = codes->first_error + GLXBadDrawable; in discardGLXBadDrawableHandler()
/third_party/mbedtls/library/
Dx509_crt.c1281 int success = 0, first_error = 0, total_failed = 0; in mbedtls_x509_crt_parse() local
1342 if (first_error == 0) { in mbedtls_x509_crt_parse()
1343 first_error = ret; in mbedtls_x509_crt_parse()
1364 if (first_error == 0) { in mbedtls_x509_crt_parse()
1365 first_error = ret; in mbedtls_x509_crt_parse()
1378 } else if (first_error) { in mbedtls_x509_crt_parse()
1379 return first_error; in mbedtls_x509_crt_parse()
/third_party/mesa3d/src/glx/windows/
Dxwindowsdri.c94 *error_basep = info->codes->first_error;
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_api.c676 int first_error; in generate_error() local
685 if (!XQueryExtension(dpy, GLX_EXTENSION_NAME, &major_opcode, &first_event, &first_error)) { in generate_error()
688 first_error = 0; in generate_error()
692 error_code += first_error; in generate_error()
/third_party/mesa3d/src/glx/apple/
Dappledri.c138 *error_basep = info->codes->first_error;
/third_party/libdrm/tests/ttmtest/src/
Dxf86dri.c104 *error_basep = info->codes->first_error;
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
DNVCtrl.c114 if (error_basep) *error_basep = info->codes->first_error; in XNVCTRLQueryExtension()