Searched refs:dpy_gl_cursor_dmabuf (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/include/ui/ |
H A D | console.h | 255 void (*dpy_gl_cursor_dmabuf)(DisplayChangeListener *dcl, member 335 void dpy_gl_cursor_dmabuf(QemuConsole *con, QemuDmaBuf *dmabuf,
|
/openbmc/qemu/hw/vfio/ |
H A D | display.c | 324 dpy_gl_cursor_dmabuf(dpy->con, cursor->buf, have_hot, in vfio_display_dmabuf_update() 328 dpy_gl_cursor_dmabuf(dpy->con, NULL, false, 0, 0); in vfio_display_dmabuf_update()
|
/openbmc/qemu/ui/ |
H A D | egl-headless.c | 179 .dpy_gl_cursor_dmabuf = egl_cursor_dmabuf,
|
H A D | console.c | 1068 void dpy_gl_cursor_dmabuf(QemuConsole *con, QemuDmaBuf *dmabuf, in dpy_gl_cursor_dmabuf() function 1078 if (dcl->ops->dpy_gl_cursor_dmabuf) { in dpy_gl_cursor_dmabuf() 1079 dcl->ops->dpy_gl_cursor_dmabuf(dcl, dmabuf, in dpy_gl_cursor_dmabuf()
|
H A D | dbus-listener.c | 850 .dpy_gl_cursor_dmabuf = dbus_cursor_dmabuf,
|
H A D | spice-display.c | 1125 .dpy_gl_cursor_dmabuf = qemu_spice_gl_cursor_dmabuf,
|
H A D | gtk.c | 656 .dpy_gl_cursor_dmabuf = gd_egl_cursor_dmabuf,
|