Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Degl-headless.c174 .dpy_gl_update = egl_scanout_flush,
181 if (!dcl->ops->dpy_gl_update) { in egl_is_compatible_dcl()
H A Dconsole.c1209 void dpy_gl_update(QemuConsole *con, in dpy_gl_update() function
1222 if (dcl->ops->dpy_gl_update) { in dpy_gl_update()
1223 dcl->ops->dpy_gl_update(dcl, x, y, w, h); in dpy_gl_update()
H A Ddbus-console.c134 .dpy_gl_update = dbus_gl_scanout_update,
H A Dsdl2.c819 .dpy_gl_update = sdl2_gl_scanout_flush,
H A Ddbus-listener.c762 .dpy_gl_update = dbus_scanout_update,
H A Dgtk.c619 .dpy_gl_update = gd_gl_area_scanout_flush,
654 .dpy_gl_update = gd_egl_flush,
H A Dspice-display.c1119 .dpy_gl_update = qemu_spice_gl_update,
/openbmc/qemu/include/ui/
H A Dconsole.h286 void (*dpy_gl_update)(DisplayChangeListener *dcl, member
363 void dpy_gl_update(QemuConsole *con,
/openbmc/qemu/hw/display/
H A Dvhost-user-gpu.c307 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.c534 dpy_gl_update(scanout->con, 0, 0, scanout->width, in virtio_gpu_resource_flush()
/openbmc/qemu/hw/vfio/
H A Ddisplay.c331 dpy_gl_update(dpy->con, 0, 0, primary->buf.width, primary->buf.height); in vfio_display_dmabuf_update()