Home
last modified time | relevance | path

Searched refs:surface_is_placeholder (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/ui/
H A Dsurface.h53 static inline int surface_is_placeholder(DisplaySurface *surface) in surface_is_placeholder() function
/openbmc/qemu/ui/
H A Dsdl2-2d.c75 if (surface_is_placeholder(new_surface) && qemu_console_get_index(dcl->con)) { in sdl2_2d_switch()
H A Dsdl2-gl.c92 if (surface_is_placeholder(new_surface) && qemu_console_get_index(dcl->con)) { in sdl2_gl_switch()
H A Dconsole.c1482 !surface_is_placeholder(surface))) && in qemu_console_resize()