Searched refs:have_hot (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/include/ui/ |
H A D | spice-display.h | 135 bool have_hot; member
|
H A D | console.h | 256 QemuDmaBuf *dmabuf, bool have_hot, 336 bool have_hot, uint32_t hot_x, uint32_t hot_y);
|
H A D | gtk.h | 183 QemuDmaBuf *dmabuf, bool have_hot,
|
/openbmc/qemu/ui/ |
H A D | spice-display.c | 976 QemuDmaBuf *dmabuf, bool have_hot, in qemu_spice_gl_cursor_dmabuf() argument 982 ssd->have_hot = have_hot; in qemu_spice_gl_cursor_dmabuf() 986 trace_qemu_spice_gl_cursor(ssd->qxl.id, dmabuf != NULL, have_hot); in qemu_spice_gl_cursor_dmabuf()
|
H A D | egl-headless.c | 104 QemuDmaBuf *dmabuf, bool have_hot, in egl_cursor_dmabuf() argument
|
H A D | gtk-egl.c | 301 QemuDmaBuf *dmabuf, bool have_hot, in gd_egl_cursor_dmabuf() argument
|
H A D | console.c | 1069 bool have_hot, uint32_t hot_x, uint32_t hot_y) in dpy_gl_cursor_dmabuf() argument 1080 have_hot, hot_x, hot_y); in dpy_gl_cursor_dmabuf()
|
H A D | dbus-listener.c | 545 QemuDmaBuf *dmabuf, bool have_hot, in dbus_cursor_dmabuf() argument
|
/openbmc/qemu/hw/vfio/ |
H A D | display.c | 322 bool have_hot = (cursor->hot_x != 0xffffffff && in vfio_display_dmabuf_update() local 324 dpy_gl_cursor_dmabuf(dpy->con, cursor->buf, have_hot, in vfio_display_dmabuf_update()
|