Searched refs:qemu_create_placeholder_surface (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/ui/ |
H A D | surface.h | 36 DisplaySurface *qemu_create_placeholder_surface(int w, int h,
|
/openbmc/qemu/ui/ |
H A D | console.c | 271 dummy = qemu_create_placeholder_surface(640, 480, nodev); in displaychangelistener_display_console() 518 DisplaySurface *qemu_create_placeholder_surface(int w, int h, in qemu_create_placeholder_surface() function 831 new_surface = qemu_create_placeholder_surface(width, height, placeholder_msg); in dpy_gfx_replace_surface() 1206 surface = qemu_create_placeholder_surface(width, height, noinit); in graphic_console_init() 1232 surface = qemu_create_placeholder_surface(width, height, unplugged); in graphic_console_close()
|