Lines Matching refs:dmabuf

963                                          QemuDmaBuf *dmabuf)  in qemu_spice_gl_scanout_dmabuf()  argument
967 ssd->guest_dmabuf = dmabuf; in qemu_spice_gl_scanout_dmabuf()
975 QemuDmaBuf *dmabuf, bool have_hot, in qemu_spice_gl_cursor_dmabuf() argument
985 trace_qemu_spice_gl_cursor(ssd->qxl.id, dmabuf != NULL, have_hot); in qemu_spice_gl_cursor_dmabuf()
986 if (dmabuf) { in qemu_spice_gl_cursor_dmabuf()
987 egl_dmabuf_import_texture(dmabuf); in qemu_spice_gl_cursor_dmabuf()
988 texture = qemu_dmabuf_get_texture(dmabuf); in qemu_spice_gl_cursor_dmabuf()
992 width = qemu_dmabuf_get_width(dmabuf); in qemu_spice_gl_cursor_dmabuf()
993 height = qemu_dmabuf_get_height(dmabuf); in qemu_spice_gl_cursor_dmabuf()
1012 QemuDmaBuf *dmabuf) in qemu_spice_gl_release_dmabuf() argument
1016 if (ssd->guest_dmabuf == dmabuf) { in qemu_spice_gl_release_dmabuf()
1020 egl_dmabuf_release_texture(dmabuf); in qemu_spice_gl_release_dmabuf()
1048 QemuDmaBuf *dmabuf = ssd->guest_dmabuf; in qemu_spice_gl_update() local
1049 width = qemu_dmabuf_get_width(dmabuf); in qemu_spice_gl_update()
1050 height = qemu_dmabuf_get_height(dmabuf); in qemu_spice_gl_update()
1053 egl_dmabuf_import_texture(dmabuf); in qemu_spice_gl_update()
1054 texture = qemu_dmabuf_get_texture(dmabuf); in qemu_spice_gl_update()
1077 stride = qemu_dmabuf_get_stride(dmabuf); in qemu_spice_gl_update()
1078 fourcc = qemu_dmabuf_get_fourcc(dmabuf); in qemu_spice_gl_update()
1079 y_0_top = qemu_dmabuf_get_y0_top(dmabuf); in qemu_spice_gl_update()
1080 fd = qemu_dmabuf_dup_fd(dmabuf); in qemu_spice_gl_update()