Home
last modified time | relevance | path

Searched refs:qemu_create_displaysurface_from (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/include/ui/
H A Dsurface.h34 DisplaySurface *qemu_create_displaysurface_from(int width, int height,
/openbmc/qemu/hw/display/
H A Dramfb.c72 surface = qemu_create_displaysurface_from(width, height, in ramfb_create_display_surface()
H A Dxlnx_dp.c599 = 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 Dbochs-display.c222 ds = qemu_create_displaysurface_from(mode.width, in bochs_display_update()
H A Dqxl-render.c127 surface = qemu_create_displaysurface_from in qxl_render_update_area_unlocked()
H A Dxenfb.c745 surface = qemu_create_displaysurface_from in xenfb_update()
H A Dvmware_vga.c1132 surface = qemu_create_displaysurface_from(s->new_width, s->new_height, in vmsvga_check_size()
H A Dvga.c1588 surface = qemu_create_displaysurface_from(disp_width, in vga_draw_graphic()
/openbmc/qemu/hw/vfio/
H A Ddisplay.c460 dpy->region.surface = qemu_create_displaysurface_from in vfio_display_region_update()
/openbmc/qemu/ui/
H A Dconsole.c541 surface = qemu_create_displaysurface_from( in qemu_create_displaysurface()
554 DisplaySurface *qemu_create_displaysurface_from(int width, int height, in qemu_create_displaysurface_from() function