Lines Matching refs:dcl

94         gd_egl_scanout_flush(&vc->gfx.dcl, 0, 0, vc->gfx.w, vc->gfx.h);  in gd_egl_draw()
108 graphic_hw_gl_block(vc->gfx.dcl.con, false); in gd_egl_draw()
130 void gd_egl_update(DisplayChangeListener *dcl, in gd_egl_update() argument
133 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_update()
147 void gd_egl_refresh(DisplayChangeListener *dcl) in gd_egl_refresh() argument
149 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_refresh()
173 gd_egl_scanout_dmabuf(dcl, vc->gfx.guest_fb.dmabuf); in gd_egl_refresh()
178 graphic_hw_update(dcl->con); in gd_egl_refresh()
187 void gd_egl_switch(DisplayChangeListener *dcl, in gd_egl_switch() argument
190 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_switch()
227 void gd_egl_scanout_disable(DisplayChangeListener *dcl) in gd_egl_scanout_disable() argument
229 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_scanout_disable()
236 void gd_egl_scanout_texture(DisplayChangeListener *dcl, in gd_egl_scanout_texture() argument
243 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_scanout_texture()
266 void gd_egl_scanout_dmabuf(DisplayChangeListener *dcl, in gd_egl_scanout_dmabuf() argument
270 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_scanout_dmabuf()
291 gd_egl_scanout_texture(dcl, texture, y0_top, backing_width, backing_height, in gd_egl_scanout_dmabuf()
300 void gd_egl_cursor_dmabuf(DisplayChangeListener *dcl, in gd_egl_cursor_dmabuf() argument
305 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_cursor_dmabuf()
325 void gd_egl_cursor_position(DisplayChangeListener *dcl, in gd_egl_cursor_position() argument
328 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_cursor_position()
334 void gd_egl_scanout_flush(DisplayChangeListener *dcl, in gd_egl_scanout_flush() argument
337 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_scanout_flush()
376 void gd_egl_flush(DisplayChangeListener *dcl, in gd_egl_flush() argument
379 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_flush()
384 graphic_hw_gl_block(vc->gfx.dcl.con, true); in gd_egl_flush()
391 gd_egl_scanout_flush(&vc->gfx.dcl, x, y, w, h); in gd_egl_flush()