Searched refs:conn_error (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_x11_dri3.c584 int conn_error = xcb_connection_has_error(dri2_dpy->conn); local in function:dri3_x11_connect
587 if (conn_error)
H A Dplatform_x11.c320 int conn_error; local in function:dri2_x11_create_surface
325 conn_error = xcb_connection_has_error(dri2_dpy->conn);
326 if (conn_error || error != NULL) {
327 if (type == EGL_PBUFFER_BIT || conn_error || error->error_code == BadAlloc)
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_x11_dri3.c611 int conn_error = xcb_connection_has_error(dri2_dpy->conn); local in function:dri3_x11_connect
614 if (conn_error)
H A Dplatform_x11.c318 int conn_error; local in function:dri2_x11_create_surface
323 conn_error = xcb_connection_has_error(dri2_dpy->conn);
324 if (conn_error || error != NULL) {
325 if (type == EGL_PBUFFER_BIT || conn_error || error->error_code == BadAlloc)
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Ddri3_glx.c854 int conn_error = xcb_connection_has_error(c); local in function:dri3_create_screen
860 if (conn_error)
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Ddri3_glx.c852 int conn_error = xcb_connection_has_error(c); local in function:dri3_create_screen
858 if (conn_error)

Completed in 136 milliseconds