Searched refs:qemu_create_displaysurface_from (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/include/ui/ |
H A D | surface.h | 32 DisplaySurface *qemu_create_displaysurface_from(int width, int height,
|
/openbmc/qemu/hw/display/ |
H A D | ramfb.c | 72 surface = qemu_create_displaysurface_from(width, height, in ramfb_create_display_surface()
|
H A D | xlnx_dp.c | 599 = qemu_create_displaysurface_from(width, height, in xlnx_dp_recreate_surface() 602 = qemu_create_displaysurface_from(width, height, in xlnx_dp_recreate_surface() 606 qemu_create_displaysurface_from(width, in xlnx_dp_recreate_surface()
|
H A D | bochs-display.c | 222 ds = qemu_create_displaysurface_from(mode.width, in bochs_display_update()
|
H A D | qxl-render.c | 127 surface = qemu_create_displaysurface_from in qxl_render_update_area_unlocked()
|
H A D | xenfb.c | 746 surface = qemu_create_displaysurface_from in xenfb_update()
|
H A D | vmware_vga.c | 1130 surface = qemu_create_displaysurface_from(s->new_width, s->new_height, in vmsvga_check_size()
|
H A D | vga.c | 1646 surface = qemu_create_displaysurface_from(disp_width, in vga_draw_graphic()
|
/openbmc/qemu/hw/vfio/ |
H A D | display.c | 469 dpy->region.surface = qemu_create_displaysurface_from in vfio_display_region_update()
|
/openbmc/qemu/ui/ |
H A D | console.c | 471 return qemu_create_displaysurface_from( in qemu_create_displaysurface() 478 DisplaySurface *qemu_create_displaysurface_from(int width, int height, in qemu_create_displaysurface_from() function
|