Home
last modified time | relevance | path

Searched refs:scanout_mode (Results 1 – 5 of 5) sorted by relevance

/qemu/ui/
H A Dsdl2-gl.c35 if (scon->scanout_mode == scanout) { in sdl2_set_scanout_mode()
39 scon->scanout_mode = scanout; in sdl2_set_scanout_mode()
40 if (!scon->scanout_mode) { in sdl2_set_scanout_mode()
129 if (scon->scanout_mode) { in sdl2_gl_redraw()
234 if (!scon->scanout_mode) { in sdl2_gl_scanout_flush()
H A Dgtk-gl-area.c23 if (vc->gfx.scanout_mode == scanout) { in gtk_gl_area_set_scanout_mode()
27 vc->gfx.scanout_mode = scanout; in gtk_gl_area_set_scanout_mode()
28 if (!vc->gfx.scanout_mode) { in gtk_gl_area_set_scanout_mode()
56 if (vc->gfx.scanout_mode) { in gd_gl_area_draw()
H A Dgtk-egl.c29 if (vc->gfx.scanout_mode == scanout) { in gtk_egl_set_scanout_mode()
33 vc->gfx.scanout_mode = scanout; in gtk_egl_set_scanout_mode()
34 if (!vc->gfx.scanout_mode) { in gtk_egl_set_scanout_mode()
84 if (vc->gfx.scanout_mode) { in gd_egl_draw()
341 if (!vc->gfx.scanout_mode) { in gd_egl_scanout_flush()
/qemu/include/ui/
H A Dsdl2.h52 bool scanout_mode; member
H A Dgtk.h58 bool scanout_mode; member