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

  /external/mesa3d/src/egl/drivers/dri2/
platform_x11_dri3.c 521 int conn_error = xcb_connection_has_error(dri2_dpy->conn); local
524 if (conn_error)
platform_x11.c 288 int conn_error; local
293 conn_error = xcb_connection_has_error(dri2_dpy->conn);
294 if (conn_error || error != NULL) {
295 if (type == EGL_PBUFFER_BIT || conn_error || error->error_code == BadAlloc)
    [all...]
  /external/mesa3d/src/glx/
dri3_glx.c 784 int conn_error = xcb_connection_has_error(c); local
790 if (conn_error)
  /external/vulkan-validation-layers/demos/
vulkaninfo.c 1041 int conn_error = xcb_connection_has_error(inst->xcb_connection); local
    [all...]

Completed in 124 milliseconds