Searched refs:qemu_create_displaysurface (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/include/ui/ |
H A D | surface.h | 45 DisplaySurface *qemu_create_displaysurface(int width, int height);
|
/openbmc/qemu/hw/display/ |
H A D | qxl-render.c | 134 surface = qemu_create_displaysurface in qxl_render_update_area_unlocked()
|
H A D | vhost-user-gpu.c | 242 s->ds = qemu_create_displaysurface(m->width, m->height); in vhost_user_gpu_handle_display()
|
H A D | xenfb.c | 752 surface = qemu_create_displaysurface(xenfb->width, xenfb->height); in xenfb_update()
|
H A D | vga.c | 1767 surface = qemu_create_displaysurface(s->last_scr_width, in vga_draw_blank()
|
/openbmc/qemu/ui/ |
H A D | console.c | 466 DisplaySurface *qemu_create_displaysurface(int width, int height) in qemu_create_displaysurface() function 523 DisplaySurface *surface = qemu_create_displaysurface(w, h); in qemu_create_placeholder_surface() 1488 surface = qemu_create_displaysurface(width, height); in qemu_console_resize()
|
H A D | dbus-listener.c | 513 ds = qemu_create_displaysurface(width, height); in dbus_cursor_dmabuf()
|
H A D | console-vc.c | 998 dpy_gfx_replace_surface(QEMU_CONSOLE(s), qemu_create_displaysurface(width, height)); in vc_chr_open()
|