Lines Matching refs:dcl
63 void sdl2_gl_update(DisplayChangeListener *dcl, in sdl2_gl_update() argument
66 struct sdl2_console *scon = container_of(dcl, struct sdl2_console, dcl); in sdl2_gl_update()
79 void sdl2_gl_switch(DisplayChangeListener *dcl, in sdl2_gl_switch() argument
82 struct sdl2_console *scon = container_of(dcl, struct sdl2_console, dcl); in sdl2_gl_switch()
92 if (surface_is_placeholder(new_surface) && qemu_console_get_index(dcl->con)) { in sdl2_gl_switch()
111 void sdl2_gl_refresh(DisplayChangeListener *dcl) in sdl2_gl_refresh() argument
113 struct sdl2_console *scon = container_of(dcl, struct sdl2_console, dcl); in sdl2_gl_refresh()
117 graphic_hw_update(dcl->con); in sdl2_gl_refresh()
132 return sdl2_gl_scanout_flush(&scon->dcl, 0, 0, 0, 0); in sdl2_gl_redraw()
192 void sdl2_gl_scanout_disable(DisplayChangeListener *dcl) in sdl2_gl_scanout_disable() argument
194 struct sdl2_console *scon = container_of(dcl, struct sdl2_console, dcl); in sdl2_gl_scanout_disable()
202 void sdl2_gl_scanout_texture(DisplayChangeListener *dcl, in sdl2_gl_scanout_texture() argument
211 struct sdl2_console *scon = container_of(dcl, struct sdl2_console, dcl); in sdl2_gl_scanout_texture()
227 void sdl2_gl_scanout_flush(DisplayChangeListener *dcl, in sdl2_gl_scanout_flush() argument
230 struct sdl2_console *scon = container_of(dcl, struct sdl2_console, dcl); in sdl2_gl_scanout_flush()