Searched refs:cursor_fb (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/ui/ |
H A D | egl-headless.c | 15 egl_fb cursor_fb; member 119 egl_fb_setup_for_tex(&edpy->cursor_fb, width, height, texture, false); in egl_cursor_dmabuf() 121 egl_fb_destroy(&edpy->cursor_fb); in egl_cursor_dmabuf() 153 if (edpy->cursor_fb.texture) { in egl_scanout_flush() 157 egl_texture_blend(edpy->gls, &edpy->blit_fb, &edpy->cursor_fb, in egl_scanout_flush()
|
H A D | gtk-egl.c | 317 egl_fb_setup_for_tex(&vc->gfx.cursor_fb, backing_width, backing_height, in gd_egl_cursor_dmabuf() 320 egl_fb_destroy(&vc->gfx.cursor_fb); in gd_egl_cursor_dmabuf() 356 if (vc->gfx.cursor_fb.texture) { in gd_egl_scanout_flush() 359 egl_texture_blend(vc->gfx.gls, &vc->gfx.win_fb, &vc->gfx.cursor_fb, in gd_egl_scanout_flush()
|
H A D | spice-display.c | 995 egl_fb_setup_for_tex(&ssd->cursor_fb, width, height, texture, false); in qemu_spice_gl_cursor_dmabuf() 997 egl_fb_destroy(&ssd->cursor_fb); in qemu_spice_gl_cursor_dmabuf() 1039 if (ssd->cursor_fb.texture) { in qemu_spice_gl_update() 1101 egl_texture_blend(ssd->gls, &ssd->blit_fb, &ssd->cursor_fb, in qemu_spice_gl_update()
|
H A D | dbus-listener.c | 551 egl_fb cursor_fb = EGL_FB_INIT; in dbus_cursor_dmabuf() local 572 egl_fb_setup_for_tex(&cursor_fb, width, height, texture, false); in dbus_cursor_dmabuf() 574 egl_fb_read(ds, &cursor_fb); in dbus_cursor_dmabuf()
|
/openbmc/qemu/include/ui/ |
H A D | spice-display.h | 134 egl_fb cursor_fb; member
|
H A D | gtk.h | 54 egl_fb cursor_fb; member
|