Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Degl-headless.c97 height = qemu_dmabuf_get_height(dmabuf); in egl_scanout_dmabuf()
118 height = qemu_dmabuf_get_height(dmabuf); in egl_cursor_dmabuf()
H A Ddmabuf.c103 uint32_t qemu_dmabuf_get_height(QemuDmaBuf *dmabuf) in qemu_dmabuf_get_height() function
H A Dgtk-gl-area.c319 height = qemu_dmabuf_get_height(dmabuf); in gd_gl_area_scanout_dmabuf()
H A Ddbus-listener.c299 height = qemu_dmabuf_get_height(dmabuf); in dbus_scanout_dmabuf()
510 height = qemu_dmabuf_get_height(dmabuf); in dbus_cursor_dmabuf()
H A Degl-helpers.c152 h = qemu_dmabuf_get_height(src->dmabuf); in egl_fb_blit()
H A Dgtk-egl.c286 height = qemu_dmabuf_get_height(dmabuf); in gd_egl_scanout_dmabuf()
H A Ddbus-console.c118 height = qemu_dmabuf_get_height(dmabuf); in dbus_gl_scanout_dmabuf()
H A Dspice-display.c994 height = qemu_dmabuf_get_height(dmabuf); in qemu_spice_gl_cursor_dmabuf()
1051 height = qemu_dmabuf_get_height(dmabuf); in qemu_spice_gl_update()
H A Dconsole.c1447 return qemu_dmabuf_get_height(con->scanout.dmabuf); in qemu_console_get_height()
/openbmc/qemu/include/ui/
H A Ddmabuf.h29 uint32_t qemu_dmabuf_get_height(QemuDmaBuf *dmabuf);
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-udmabuf.c215 height = qemu_dmabuf_get_height(new_primary->buf); in virtio_gpu_update_dmabuf()
/openbmc/qemu/hw/vfio/
H A Ddisplay.c305 height = qemu_dmabuf_get_height(primary->buf); in vfio_display_dmabuf_update()