Searched refs:close_screen_notify (Results 1 – 3 of 3) sorted by relevance
147 void (*close_screen_notify)(_EGLDisplay *dpy); member
445 .close_screen_notify = dri3_close_screen_notify,
972 if (dri2_dpy->vtbl && dri2_dpy->vtbl->close_screen_notify) in dri2_display_destroy()973 dri2_dpy->vtbl->close_screen_notify(disp); in dri2_display_destroy()