Home
last modified time | relevance | path

Searched refs:dpy_gl_update (Results 1 – 12 of 12) sorted by relevance

/qemu/ui/
H A Degl-headless.c183 .dpy_gl_update = egl_scanout_flush, in egl_is_compatible_dcl()
190 if (!dcl->ops->dpy_gl_update) { in egl_is_compatible_dcl()
H A Dconsole.c1151 void dpy_gl_update(QemuConsole *con, in dpy_gl_update() function
1164 if (dcl->ops->dpy_gl_update) { in dpy_gl_update()
1165 dcl->ops->dpy_gl_update(dcl, x, y, w, h); in dpy_gl_update()
H A Ddbus-console.c137 .dpy_gl_update = dbus_gl_scanout_update,
H A Dsdl2.c819 .dpy_gl_update = sdl2_gl_scanout_flush,
H A Ddbus-listener.c783 .dpy_gl_update = dbus_scanout_update,
H A Dgtk.c623 .dpy_gl_update = gd_gl_area_scanout_flush,
658 .dpy_gl_update = gd_egl_flush,
H A Dspice-display.c1127 .dpy_gl_update = qemu_spice_gl_update, in qemu_spice_is_compatible_dcl()
/qemu/include/ui/
H A Dconsole.h268 void (*dpy_gl_update)(DisplayChangeListener *dcl,
345 void dpy_gl_update(QemuConsole *con,
286 void (*dpy_gl_update)(DisplayChangeListener *dcl, global() member
/qemu/hw/display/
H A Dvhost-user-gpu.c311 dpy_gl_update(con, m->x, m->y, m->width, m->height); in vhost_user_gpu_handle_display()
H A Dvirtio-gpu-virgl.c131 dpy_gl_update(g->parent_obj.scanout[idx].con, x, y, width, height); in virtio_gpu_rect_update()
H A Dvirtio-gpu.c539 dpy_gl_update(scanout->con, 0, 0, scanout->width, in virtio_gpu_resource_flush()
/qemu/hw/vfio/
H A Ddisplay.c333 dpy_gl_update(dpy->con, 0, 0, width, height); in vfio_display_dmabuf_update()