Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/pipe-loader/
Dpipe_loader_drm.c148 xcb_dri2_authenticate_cookie_t authenticate_cookie; in pipe_loader_drm_x_auth() local
175 authenticate_cookie = xcb_dri2_authenticate_unchecked(xcb_conn, in pipe_loader_drm_x_auth()
179 authenticate_cookie, in pipe_loader_drm_x_auth()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri.c305 xcb_dri2_authenticate_cookie_t authenticate_cookie; in vl_screen_create() local
354 authenticate_cookie = xcb_dri2_authenticate_unchecked(scrn->conn, s.data->root, magic); in vl_screen_create()
355 authenticate = xcb_dri2_authenticate_reply(scrn->conn, authenticate_cookie, NULL); in vl_screen_create()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c571 xcb_dri2_authenticate_cookie_t authenticate_cookie; in dri2_x11_authenticate() local
576 authenticate_cookie = in dri2_x11_authenticate()
579 xcb_dri2_authenticate_reply(dri2_dpy->conn, authenticate_cookie, NULL); in dri2_x11_authenticate()