Searched refs:egl_fb_read_rect (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/ui/ |
H A D | egl-helpers.h | 35 void egl_fb_read_rect(DisplaySurface *dst, egl_fb *src, int x, int y, int w, int h);
|
/openbmc/qemu/ui/ |
H A D | egl-helpers.c | 175 void egl_fb_read_rect(DisplaySurface *dst, egl_fb *src, int x, int y, int w, int h) in egl_fb_read_rect() function
|
H A D | dbus-listener.c | 250 egl_fb_read_rect(ddl->ds, &ddl->fb, x, y, w, h); in dbus_call_update_gl()
|