Searched refs:egl_fb_setup_for_tex (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/ui/ |
H A D | egl-headless.c | 72 egl_fb_setup_for_tex(&edpy->guest_fb, in egl_scanout_texture() 119 egl_fb_setup_for_tex(&edpy->cursor_fb, width, height, texture, false); in egl_cursor_dmabuf()
|
H A D | egl-helpers.c | 106 void egl_fb_setup_for_tex(egl_fb *fb, int width, int height, in egl_fb_setup_for_tex() function 133 egl_fb_setup_for_tex(fb, width, height, texture, true); in egl_fb_setup_new_tex()
|
H A D | gtk-egl.c | 262 egl_fb_setup_for_tex(&vc->gfx.guest_fb, backing_width, backing_height, in gd_egl_scanout_texture() 317 egl_fb_setup_for_tex(&vc->gfx.cursor_fb, backing_width, backing_height, in gd_egl_cursor_dmabuf()
|
H A D | sdl2-gl.c | 223 egl_fb_setup_for_tex(&scon->guest_fb, backing_width, backing_height, in sdl2_gl_scanout_texture()
|
H A D | gtk-gl-area.c | 276 egl_fb_setup_for_tex(&vc->gfx.guest_fb, backing_width, backing_height, in gd_gl_area_scanout_texture()
|
H A D | dbus-listener.c | 480 egl_fb_setup_for_tex(&ddl->fb, backing_width, backing_height, tex_id, false); in dbus_scanout_texture() 512 egl_fb_setup_for_tex(&cursor_fb, width, height, texture, false); in dbus_cursor_dmabuf()
|
H A D | spice-display.c | 995 egl_fb_setup_for_tex(&ssd->cursor_fb, width, height, texture, false); in qemu_spice_gl_cursor_dmabuf() 1061 egl_fb_setup_for_tex(&ssd->guest_fb, width, height, in qemu_spice_gl_update()
|
/openbmc/qemu/include/ui/ |
H A D | egl-helpers.h | 30 void egl_fb_setup_for_tex(egl_fb *fb, int width, int height,
|