Searched refs:dpy_refresh (Results 1 – 6 of 6) sorted by relevance
65 dcl->dpy_refresh = coredisplay_refresh; in coredisplay_init()
99 dcl->dpy_refresh = android_display_refresh; in android_display_init()
175 void (*dpy_refresh)(struct DisplayState *s); member332 static inline void dpy_refresh(DisplayState *s) in dpy_refresh() function336 if (dcl->dpy_refresh) dcl->dpy_refresh(s); in dpy_refresh()
29 dpy_refresh: called periodically by the GUI timer.141 the listener's 'dpy_refresh' callback periodically. The point of this190 - the GUI timer kicks in, and calls the 'dpy_refresh()' callback of259 | 1/ listener.dpy_refresh()
364 dcl->dpy_refresh = curses_refresh; in curses_display_init()
1237 dpy_refresh(ds); in gui_update()3938 if (dcl->dpy_refresh != NULL) { in main()