Home
last modified time | relevance | path

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

/third_party/EGL/extensions/EXT/
DEGL_EXT_platform_xcb.txt291 if (xcb_request_check(dpy.x11,
311 e = xcb_request_check(
347 if (xcb_request_check(
/third_party/mesa3d/src/glx/
Dcreate_context.c136 err = xcb_request_check(c, cookie); in glXCreateContextAttribsARB()
Ddrisw_glx.c800 if ((error = xcb_request_check(c, cookie))) { in check_xshm()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11Xcb.cpp164 DE_ASSERT(DE_NULL == xcb_request_check(display,result)); in setDimensions()
/third_party/weston/libweston/backend-x11/
Dx11.c295 error = xcb_request_check(b->conn, select); in x11_backend_setup_xkb()
478 err = xcb_request_check(b->conn, cookie); in set_clip_for_output()
512 err = xcb_request_check(b->conn, cookie); in x11_output_repaint_shm()
544 err = xcb_request_check(b->conn, cookie); in x11_output_deinit_shm()
782 err = xcb_request_check(b->conn, cookie); in x11_output_init_shm()
/third_party/mesa3d/src/glx/tests/
Dcreate_context_unittest.cpp114 xcb_request_check(xcb_connection_t *c, xcb_void_cookie_t cookie) in xcb_request_check() function
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri.c158 free(xcb_request_check(scrn->conn, destroy_cookie)); in vl_dri2_destroy_drawable()
Dvl_winsys_dri3.c437 error = xcb_request_check(scrn->conn, cookie); in dri3_set_drawable()
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c322 error = xcb_request_check(dri2_dpy->conn, cookie); in dri2_x11_create_surface()
/third_party/mesa3d/src/loader/
Dloader_dri3_helper.c1698 error = xcb_request_check(draw->conn, cookie); in dri3_update_drawable()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_x11.c287 if ((error = xcb_request_check(conn, cookie))) { in wsi_x11_connection_create()