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 | 318 egl_fb_setup_for_tex(&vc->gfx.cursor_fb, backing_width, backing_height, in gd_egl_cursor_dmabuf() 321 egl_fb_destroy(&vc->gfx.cursor_fb); in gd_egl_cursor_dmabuf() 383 if (vc->gfx.cursor_fb.texture) { in gd_egl_scanout_flush() 386 egl_texture_blend(vc->gfx.gls, &vc->gfx.win_fb, &vc->gfx.cursor_fb, in gd_egl_scanout_flush()
|
| H A D | dbus-listener.c | 639 egl_fb cursor_fb = EGL_FB_INIT; in dbus_cursor_dmabuf() 660 egl_fb_setup_for_tex(&cursor_fb, width, height, texture, false); in dbus_cursor_dmabuf() 662 egl_fb_read(ds, &cursor_fb); in dbus_cursor_dmabuf() 631 egl_fb cursor_fb = EGL_FB_INIT; dbus_cursor_dmabuf() local
|
| H A D | spice-display.c | 1159 egl_fb_setup_for_tex(&ssd->cursor_fb, width, height, texture, false); in qemu_spice_gl_cursor_dmabuf() 1161 egl_fb_destroy(&ssd->cursor_fb); in qemu_spice_gl_cursor_dmabuf() 1246 if (ssd->cursor_fb.texture) { in qemu_spice_gl_update() 1329 egl_texture_blend(ssd->gls, &ssd->blit_fb, &ssd->cursor_fb, in qemu_spice_gl_update()
|
| /openbmc/qemu/include/ui/ |
| H A D | spice-display.h | 134 egl_fb cursor_fb; member
|
| H A D | gtk.h | 55 egl_fb cursor_fb; member
|