Home
last modified time | relevance | path

Searched refs:surface_is_allocated (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/ui/
H A Dsurface.h48 static inline int surface_is_allocated(DisplaySurface *surface) in surface_is_allocated() function
/openbmc/qemu/hw/display/
H A Dvga.c1623 allocate_surface != surface_is_allocated(surface)) { in vga_draw_graphic()
1638 && !surface_is_allocated(surface)) { in vga_draw_graphic()
1658 if (surface_is_allocated(surface) && s->cursor_invalidate) { in vga_draw_graphic()
1710 if (surface_is_allocated(surface)) { in vga_draw_graphic()
1765 if (!surface_is_allocated(surface)) { in vga_draw_blank()
H A Dqxl-render.c34 if (!surface_is_allocated(surface)) { in qxl_blit()
H A Dxenfb.c641 if (surface_is_allocated(surface)) { in xenfb_guest_copy()
759 surface_is_allocated(surface) in xenfb_update()
/openbmc/qemu/ui/
H A Dconsole.c1481 (surface && surface_is_allocated(surface) && in qemu_console_resize()