HomeSort by relevance Sort by last modified time
    Searched refs:conn_error (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/egl/drivers/dri2/
platform_x11_dri3.c 500 int conn_error = xcb_connection_has_error(dri2_dpy->conn); local
503 if (conn_error)
platform_x11.c 295 int conn_error; local
300 conn_error = xcb_connection_has_error(dri2_dpy->conn);
301 if (conn_error || error != NULL) {
302 if (type == EGL_PBUFFER_BIT || conn_error || error->error_code == BadAlloc)
    [all...]
  /external/mesa3d/src/glx/
dri3_glx.c 831 int conn_error = xcb_connection_has_error(c); local
837 if (conn_error)
    [all...]

Completed in 1033 milliseconds