Home
last modified time | relevance | path

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

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