Home
last modified time | relevance | path

Searched refs:have_hot (Results 1 – 9 of 9) sorted by relevance

/qemu/include/ui/
H A Dspice-display.h135 bool have_hot; member
H A Dconsole.h259 QemuDmaBuf *dmabuf, bool have_hot,
340 bool have_hot, uint32_t hot_x, uint32_t hot_y);
H A Dgtk.h183 QemuDmaBuf *dmabuf, bool have_hot,
/qemu/ui/
H A Dspice-display.c975 QemuDmaBuf *dmabuf, bool have_hot, in qemu_spice_gl_cursor_dmabuf() argument
981 ssd->have_hot = have_hot; in qemu_spice_gl_cursor_dmabuf()
985 trace_qemu_spice_gl_cursor(ssd->qxl.id, dmabuf != NULL, have_hot); in qemu_spice_gl_cursor_dmabuf()
H A Degl-headless.c104 QemuDmaBuf *dmabuf, bool have_hot, in egl_cursor_dmabuf() argument
H A Dgtk-egl.c301 QemuDmaBuf *dmabuf, bool have_hot, in gd_egl_cursor_dmabuf() argument
H A Dconsole.c1103 bool have_hot, uint32_t hot_x, uint32_t hot_y) in dpy_gl_cursor_dmabuf() argument
1114 have_hot, hot_x, hot_y); in dpy_gl_cursor_dmabuf()
H A Ddbus-listener.c484 QemuDmaBuf *dmabuf, bool have_hot, in dbus_cursor_dmabuf() argument
/qemu/hw/vfio/
H A Ddisplay.c317 bool have_hot = (cursor->hot_x != 0xffffffff && in vfio_display_dmabuf_update() local
319 dpy_gl_cursor_dmabuf(dpy->con, cursor->buf, have_hot, in vfio_display_dmabuf_update()