Searched refs:egl_fb_blit (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/ui/ |
H A D | egl-helpers.h | 33 void egl_fb_blit(egl_fb *dst, egl_fb *src, bool flip);
|
/openbmc/qemu/ui/ |
H A D | egl-headless.c | 162 egl_fb_blit(&edpy->blit_fb, &edpy->guest_fb, edpy->y_0_top); in egl_scanout_flush()
|
H A D | sdl2-gl.c | 245 egl_fb_blit(&scon->win_fb, &scon->guest_fb, !scon->y0_top); in sdl2_gl_scanout_flush()
|
H A D | egl-helpers.c | 136 void egl_fb_blit(egl_fb *dst, egl_fb *src, bool flip) in egl_fb_blit() function
|
H A D | gtk-egl.c | 364 egl_fb_blit(&vc->gfx.win_fb, &vc->gfx.guest_fb, !vc->gfx.y0_top); in gd_egl_scanout_flush()
|