Home
last modified time | relevance | path

Searched refs:xcb_request_check (Results 1 – 10 of 10) 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.c145 err = xcb_request_check(c, cookie); in glXCreateContextAttribsARB()
Ddrisw_glx.c900 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/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/vulkan/wsi/
Dwsi_common_x11.c321 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/
Dplatform_x11.c343 error = xcb_request_check(dri2_dpy->conn, cookie); in dri2_x11_create_surface()
/third_party/mesa3d/src/loader/
Dloader_dri3_helper.c1711 xcb_generic_error_t *error = xcb_request_check(draw->conn, cookie); in dri3_detect_drawable_is_window()