Home
last modified time | relevance | path

Searched refs:cursor_fb (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/ui/
H A Degl-headless.c15 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 Dgtk-egl.c317 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 Dspice-display.c995 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 Ddbus-listener.c551 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 Dspice-display.h134 egl_fb cursor_fb; member
H A Dgtk.h54 egl_fb cursor_fb; member