Searched refs:xcb_request_check (Results 1 – 10 of 10) 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 | 145 err = xcb_request_check(c, cookie); in glXCreateContextAttribsARB()
|
D | drisw_glx.c | 900 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/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/vulkan/wsi/ |
D | wsi_common_x11.c | 321 if ((error = xcb_request_check(conn, cookie))) { in wsi_x11_connection_create() 1280 xcb_generic_error_t *error = xcb_request_check(chain->conn, cookie); in x11_present_to_x11_dri3()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | platform_x11.c | 343 error = xcb_request_check(dri2_dpy->conn, cookie); in dri2_x11_create_surface()
|
/third_party/mesa3d/src/loader/ |
D | loader_dri3_helper.c | 1711 xcb_generic_error_t *error = xcb_request_check(draw->conn, cookie); in dri3_detect_drawable_is_window()
|