Home
last modified time | relevance | path

Searched refs:authenticate_cookie (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri.c382 xcb_dri2_authenticate_cookie_t authenticate_cookie; in vl_dri2_screen_create() local
454 authenticate_cookie = xcb_dri2_authenticate_unchecked( in vl_dri2_screen_create()
456 authenticate = xcb_dri2_authenticate_reply(scrn->conn, authenticate_cookie, NULL); in vl_dri2_screen_create()
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c617 xcb_dri2_authenticate_cookie_t authenticate_cookie; in dri2_x11_do_authenticate() local
620 authenticate_cookie = in dri2_x11_do_authenticate()
623 xcb_dri2_authenticate_reply(dri2_dpy->conn, authenticate_cookie, NULL); in dri2_x11_do_authenticate()