Searched refs:close_screen_notify (Results 1 – 3 of 3) sorted by relevance
160 void (*close_screen_notify)(_EGLDisplay *disp); member
514 .close_screen_notify = dri3_close_screen_notify,
1238 if (dri2_dpy->vtbl && dri2_dpy->vtbl->close_screen_notify) in dri2_display_destroy()1239 dri2_dpy->vtbl->close_screen_notify(disp); in dri2_display_destroy()