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