| /xsrc/external/mit/MesaLib.old/dist/src/egl/wayland/wayland-drm/ |
| H A D | wayland-drm.h | 11 int (*authenticate)(void *user_data, uint32_t id); member in struct:wayland_drm_callbacks
|
| H A D | wayland-drm.c | 183 if (drm->callbacks.authenticate(drm->user_data, id) < 0)
|
| /xsrc/external/mit/MesaLib/dist/src/egl/wayland/wayland-drm/ |
| H A D | wayland-drm.h | 11 int (*authenticate)(void *user_data, uint32_t id); member in struct:wayland_drm_callbacks
|
| H A D | wayland-drm.c | 183 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 D | vl_winsys_dri.c | 379 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 D | vl_winsys_dri.c | 383 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 D | platform_x11.c | 595 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 D | egl_dri2.h | 98 int (*authenticate)(_EGLDisplay *disp, uint32_t id); member in struct:dri2_egl_display_vtbl
|
| H A D | platform_x11_dri3.c | 501 .authenticate = dri3_authenticate,
|
| H A D | platform_wayland.c | 1259 "authenticate for render-nodes"); 1419 .authenticate = dri2_wl_authenticate, 2042 .authenticate = NULL,
|
| H A D | platform_drm.c | 672 .authenticate = dri2_drm_authenticate,
|
| H A D | platform_android.c | 1339 .authenticate = NULL,
|
| H A D | egl_dri2.c | 3243 .authenticate = (int(*)(void *, uint32_t)) dri2_dpy->vtbl->authenticate,
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/ |
| H A D | platform_x11.c | 600 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 D | egl_dri2.h | 88 int (*authenticate)(_EGLDisplay *disp, uint32_t id); member in struct:dri2_egl_display_vtbl
|
| H A D | platform_x11_dri3.c | 493 .authenticate = dri3_authenticate,
|
| H A D | platform_wayland.c | 1138 "authenticate for render-nodes"); 1302 .authenticate = dri2_wl_authenticate, 2038 .authenticate = NULL,
|
| H A D | platform_drm.c | 662 .authenticate = dri2_drm_authenticate,
|
| H A D | egl_dri2.c | 2856 .authenticate = (int(*)(void *, uint32_t)) dri2_dpy->vtbl->authenticate,
|
| H A D | platform_android.c | 1224 .authenticate = NULL,
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 11.1.4.rst | 90 - egl/x11: authenticate before doing chipset id ioctls
|
| H A D | 11.2.2.rst | 103 - egl/x11: authenticate before doing chipset id ioctls
|
| H A D | 21.0.0.rst | 3119 - egl/wayland: add a NULL guard for the authenticate callback
|