Searched refs:xcb_request_check (Results 1 – 11 of 11) sorted by relevance
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_platform_xcb.txt | 291 if (xcb_request_check(dpy.x11, 311 e = xcb_request_check( 347 if (xcb_request_check(
|
/third_party/mesa3d/src/glx/ |
D | create_context.c | 136 err = xcb_request_check(c, cookie); in glXCreateContextAttribsARB()
|
D | drisw_glx.c | 800 if ((error = xcb_request_check(c, cookie))) { in check_xshm()
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11Xcb.cpp | 164 DE_ASSERT(DE_NULL == xcb_request_check(display,result)); in setDimensions()
|
/third_party/weston/libweston/backend-x11/ |
D | x11.c | 295 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/ |
D | create_context_unittest.cpp | 114 xcb_request_check(xcb_connection_t *c, xcb_void_cookie_t cookie) in xcb_request_check() function
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_winsys_dri.c | 158 free(xcb_request_check(scrn->conn, destroy_cookie)); in vl_dri2_destroy_drawable()
|
D | vl_winsys_dri3.c | 437 error = xcb_request_check(scrn->conn, cookie); in dri3_set_drawable()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | platform_x11.c | 322 error = xcb_request_check(dri2_dpy->conn, cookie); in dri2_x11_create_surface()
|
/third_party/mesa3d/src/loader/ |
D | loader_dri3_helper.c | 1698 error = xcb_request_check(draw->conn, cookie); in dri3_update_drawable()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_x11.c | 287 if ((error = xcb_request_check(conn, cookie))) { in wsi_x11_connection_create()
|