Home
last modified time | relevance | path

Searched refs:egl_fb_setup_default (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/ui/
H A Degl-helpers.h29 void egl_fb_setup_default(egl_fb *fb, int width, int height);
/openbmc/qemu/ui/
H A Dsdl2-gl.c244 egl_fb_setup_default(&scon->win_fb, ww, wh); in sdl2_gl_scanout_flush()
H A Degl-helpers.c99 void egl_fb_setup_default(egl_fb *fb, int width, int height) in egl_fb_setup_default() function
H A Dgtk-egl.c339 egl_fb_setup_default(&vc->gfx.win_fb, ww, wh); in gd_egl_scanout_flush()