Home
last modified time | relevance | path

Searched refs:connect_cookie (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri.c380 xcb_dri2_connect_cookie_t connect_cookie; in vl_dri2_screen_create() local
433 connect_cookie = xcb_dri2_connect_unchecked( in vl_dri2_screen_create()
435 connect = xcb_dri2_connect_reply(scrn->conn, connect_cookie, NULL); in vl_dri2_screen_create()
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c660 xcb_dri2_connect_cookie_t connect_cookie; in dri2_x11_connect() local
684 connect_cookie = xcb_dri2_connect_unchecked(dri2_dpy->conn, dri2_dpy->screen->root, in dri2_x11_connect()
711 connect = xcb_dri2_connect_reply (dri2_dpy->conn, connect_cookie, NULL); in dri2_x11_connect()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h12264 unsigned int connect_cookie; member