Home
last modified time | relevance | path

Searched refs:blit_fb (Results 1 – 3 of 3) sorted by relevance

/qemu/ui/
H A Degl-headless.c16 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 Dspice-display.c1076 egl_fb_destroy(&ssd->blit_fb); in qemu_spice_gl_update()
1096 if (ssd->blit_fb.width != width || in qemu_spice_gl_update()
1097 ssd->blit_fb.height != height) { in qemu_spice_gl_update()
1104 egl_fb_destroy(&ssd->blit_fb); in qemu_spice_gl_update()
1105 egl_fb_setup_new_tex(&ssd->blit_fb, in qemu_spice_gl_update()
1107 if (!egl_dmabuf_export_texture(ssd->blit_fb.texture, fds, in qemu_spice_gl_update()
1151 egl_texture_blit(ssd->gls, &ssd->blit_fb, &ssd->guest_fb, in qemu_spice_gl_update()
1153 egl_texture_blend(ssd->gls, &ssd->blit_fb, &ssd->cursor_fb, in qemu_spice_gl_update()
/qemu/include/ui/
H A Dspice-display.h133 egl_fb blit_fb; member