Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11_dri3.c627 int conn_error = xcb_connection_has_error(dri2_dpy->conn); in dri3_x11_connect() local
630 if (conn_error) in dri3_x11_connect()
H A Dplatform_x11.c339 int conn_error; in dri2_x11_create_surface() local
344 conn_error = xcb_connection_has_error(dri2_dpy->conn); in dri2_x11_create_surface()
345 if (conn_error || error != NULL) { in dri2_x11_create_surface()
346 if (type == EGL_PBUFFER_BIT || conn_error || error->error_code == BadAlloc) in dri2_x11_create_surface()
/third_party/mesa3d/src/glx/
H A Ddri3_glx.c864 int conn_error = xcb_connection_has_error(c); in dri3_create_screen() local
870 if (conn_error) in dri3_create_screen()

Completed in 6 milliseconds