Searched refs:authenticate (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/egl/wayland/wayland-drm/
H A Dwayland-drm.h11 int (*authenticate)(void *user_data, uint32_t id); member in struct:wayland_drm_callbacks
H A Dwayland-drm.c183 if (drm->callbacks.authenticate(drm->user_data, id) < 0)
/xsrc/external/mit/MesaLib/dist/src/egl/wayland/wayland-drm/
H A Dwayland-drm.h11 int (*authenticate)(void *user_data, uint32_t id); member in struct:wayland_drm_callbacks
H A Dwayland-drm.c183 if (!drm->callbacks.authenticate ||
184 drm->callbacks.authenticate(drm->user_data, id) < 0)
187 "authenticate failed");
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri.c379 xcb_dri2_authenticate_reply_t *authenticate = NULL; local in function:vl_dri2_screen_create
452 authenticate = xcb_dri2_authenticate_reply(scrn->conn, authenticate_cookie, NULL);
454 if (authenticate == NULL || !authenticate->authenticated)
475 free(authenticate);
486 free(authenticate);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri.c383 xcb_dri2_authenticate_reply_t *authenticate = NULL; local in function:vl_dri2_screen_create
456 authenticate = xcb_dri2_authenticate_reply(scrn->conn, authenticate_cookie, NULL);
458 if (authenticate == NULL || !authenticate->authenticated)
479 free(authenticate);
490 free(authenticate);
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_x11.c595 xcb_dri2_authenticate_reply_t *authenticate; local in function:dri2_x11_do_authenticate
601 authenticate =
604 if (authenticate == NULL || !authenticate->authenticated)
607 free(authenticate);
624 _eglLog(_EGL_WARNING, "DRI2: failed to authenticate");
693 _eglLog(_EGL_WARNING, "DRI2: failed to authenticate");
1166 .authenticate = NULL,
1179 .authenticate = dri2_x11_authenticate,
H A Degl_dri2.h98 int (*authenticate)(_EGLDisplay *disp, uint32_t id); member in struct:dri2_egl_display_vtbl
H A Dplatform_x11_dri3.c501 .authenticate = dri3_authenticate,
H A Dplatform_wayland.c1259 "authenticate for render-nodes");
1419 .authenticate = dri2_wl_authenticate,
2042 .authenticate = NULL,
H A Dplatform_drm.c672 .authenticate = dri2_drm_authenticate,
H A Dplatform_android.c1339 .authenticate = NULL,
H A Degl_dri2.c3243 .authenticate = (int(*)(void *, uint32_t)) dri2_dpy->vtbl->authenticate,
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_x11.c600 xcb_dri2_authenticate_reply_t *authenticate; local in function:dri2_x11_do_authenticate
606 authenticate =
609 if (authenticate == NULL || !authenticate->authenticated)
612 free(authenticate);
629 _eglLog(_EGL_WARNING, "DRI2: failed to authenticate");
697 _eglLog(_EGL_WARNING, "DRI2: failed to authenticate");
1258 .authenticate = NULL,
1278 .authenticate = dri2_x11_authenticate,
H A Degl_dri2.h88 int (*authenticate)(_EGLDisplay *disp, uint32_t id); member in struct:dri2_egl_display_vtbl
H A Dplatform_x11_dri3.c493 .authenticate = dri3_authenticate,
H A Dplatform_wayland.c1138 "authenticate for render-nodes");
1302 .authenticate = dri2_wl_authenticate,
2038 .authenticate = NULL,
H A Dplatform_drm.c662 .authenticate = dri2_drm_authenticate,
H A Degl_dri2.c2856 .authenticate = (int(*)(void *, uint32_t)) dri2_dpy->vtbl->authenticate,
H A Dplatform_android.c1224 .authenticate = NULL,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D11.1.4.rst90 - egl/x11: authenticate before doing chipset id ioctls
H A D11.2.2.rst103 - egl/x11: authenticate before doing chipset id ioctls
H A D21.0.0.rst3119 - egl/wayland: add a NULL guard for the authenticate callback

Completed in 41 milliseconds