Home
last modified time | relevance | path

Searched refs:xcb_request_check (Results 1 – 10 of 10) sorted by relevance

/external/libxkbcommon/tools/
Dinteractive-x11.c113 xcb_generic_error_t *error = xcb_request_check(conn, cookie); in select_xkb_events_for_device()
316 if ((error = xcb_request_check(conn, cookie)) != NULL) { in create_capture_window()
322 if ((error = xcb_request_check(conn, cookie)) != NULL) { in create_capture_window()
/external/mesa3d/src/glx/
Dcreate_context.c114 err = xcb_request_check(c, cookie); in glXCreateContextAttribsARB()
Ddrisw_glx.c846 if ((error = xcb_request_check(c, cookie))) { in check_xshm()
/external/swiftshader/include/xcb/
Dxcb.h379 xcb_generic_error_t *xcb_request_check(xcb_connection_t *c, xcb_void_cookie_t cookie);
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11Xcb.cpp164 DE_ASSERT(DE_NULL == xcb_request_check(display,result)); in setDimensions()
/external/mesa3d/src/glx/tests/
Dcreate_context_unittest.cpp105 xcb_request_check(xcb_connection_t *c, xcb_void_cookie_t cookie) in xcb_request_check() function
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri.c155 free(xcb_request_check(scrn->conn, destroy_cookie)); in vl_dri2_destroy_drawable()
Dvl_winsys_dri3.c432 error = xcb_request_check(scrn->conn, cookie); in dri3_set_drawable()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c322 error = xcb_request_check(dri2_dpy->conn, cookie); in dri2_x11_create_surface()
/external/mesa3d/src/loader/
Dloader_dri3_helper.c1629 error = xcb_request_check(draw->conn, cookie); in dri3_update_drawable()