Searched refs:blit_fb (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/ui/ |
| H A D | egl-headless.c | 16 egl_fb blit_fb; member 55 egl_fb_destroy(&edpy->blit_fb); in egl_scanout_disable() 76 if (edpy->blit_fb.width != backing_width || in egl_scanout_texture() 77 edpy->blit_fb.height != backing_height) { in egl_scanout_texture() 78 egl_fb_destroy(&edpy->blit_fb); in egl_scanout_texture() 79 egl_fb_setup_new_tex(&edpy->blit_fb, backing_width, backing_height); in egl_scanout_texture() 155 egl_texture_blit(edpy->gls, &edpy->blit_fb, &edpy->guest_fb, in egl_scanout_flush() 157 egl_texture_blend(edpy->gls, &edpy->blit_fb, &edpy->cursor_fb, in egl_scanout_flush() 162 egl_fb_blit(&edpy->blit_fb, &edpy->guest_fb, edpy->y_0_top); in egl_scanout_flush() 165 egl_fb_read(edpy->ds, &edpy->blit_fb); in egl_scanout_flush()
|
| H A D | spice-display.c | 1252 egl_fb_destroy(&ssd->blit_fb); in qemu_spice_gl_update() 1272 if (ssd->blit_fb.width != width || in qemu_spice_gl_update() 1273 ssd->blit_fb.height != height) { in qemu_spice_gl_update() 1280 egl_fb_destroy(&ssd->blit_fb); in qemu_spice_gl_update() 1281 egl_fb_setup_new_tex(&ssd->blit_fb, in qemu_spice_gl_update() 1283 if (!egl_dmabuf_export_texture(ssd->blit_fb.texture, fds, in qemu_spice_gl_update() 1327 egl_texture_blit(ssd->gls, &ssd->blit_fb, &ssd->guest_fb, 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 | 133 egl_fb blit_fb; member
|