Home
last modified time | relevance | path

Searched refs:new_surface (Results 1 – 9 of 9) sorted by relevance

/qemu/ui/
H A Dsdl2-2d.c60 DisplaySurface *new_surface) in sdl2_2d_switch() argument
68 scon->surface = new_surface; in sdl2_2d_switch()
75 if (is_placeholder(new_surface) && qemu_console_get_index(dcl->con)) { in sdl2_2d_switch()
83 ((surface_width(old_surface) != surface_width(new_surface)) || in sdl2_2d_switch()
84 (surface_height(old_surface) != surface_height(new_surface)))) { in sdl2_2d_switch()
89 surface_width(new_surface), in sdl2_2d_switch()
90 surface_height(new_surface)); in sdl2_2d_switch()
122 surface_width(new_surface), in sdl2_2d_switch()
123 surface_height(new_surface)); in sdl2_2d_switch()
H A Dsdl2-gl.c80 DisplaySurface *new_surface) in sdl2_gl_switch() argument
90 scon->surface = new_surface; in sdl2_gl_switch()
92 if (is_placeholder(new_surface) && qemu_console_get_index(dcl->con)) { in sdl2_gl_switch()
103 ((surface_width(old_surface) != surface_width(new_surface)) || in sdl2_gl_switch()
104 (surface_height(old_surface) != surface_height(new_surface)))) { in sdl2_gl_switch()
H A Dconsole.c223 struct DisplaySurface *new_surface, in displaychangelistener_gfx_switch() argument
227 dcl->ops->dpy_gfx_switch(dcl, new_surface); in displaychangelistener_gfx_switch()
232 surface_width(new_surface), in displaychangelistener_gfx_switch()
233 surface_height(new_surface)); in displaychangelistener_gfx_switch()
838 DisplaySurface *new_surface = surface; in dpy_gfx_replace_surface() local
852 new_surface = qemu_create_placeholder_surface(width, height, placeholder_msg); in dpy_gfx_replace_surface()
855 assert(old_surface != new_surface); in dpy_gfx_replace_surface()
858 con->surface = new_surface; in dpy_gfx_replace_surface()
859 dpy_gfx_create_texture(con, new_surface); in dpy_gfx_replace_surface()
864 displaychangelistener_gfx_switch(dcl, new_surface, surface ? FALSE : TRUE); in dpy_gfx_replace_surface()
H A Ddbus-listener.c46 struct DisplaySurface *new_surface);
700 struct DisplaySurface *new_surface) in dbus_gl_gfx_switch() argument
704 trace_dbus_gl_gfx_switch(new_surface); in dbus_gl_gfx_switch()
706 ddl->ds = new_surface; in dbus_gl_gfx_switch()
720 struct DisplaySurface *new_surface) in dbus_gfx_switch() argument
724 ddl->ds = new_surface; in dbus_gfx_switch()
H A Degl-headless.c35 struct DisplaySurface *new_surface) in egl_gfx_switch() argument
39 edpy->ds = new_surface; in egl_gfx_switch()
H A Ddbus-console.c74 struct DisplaySurface *new_surface) in dbus_gfx_switch() argument
79 surface_width(new_surface), in dbus_gfx_switch()
80 surface_height(new_surface)); in dbus_gfx_switch()
H A Dspice-display.c875 struct DisplaySurface *new_surface) in spice_gl_switch() argument
884 ssd->ds = new_surface; in spice_gl_switch()
/qemu/include/ui/
H A Dsdl2.h67 DisplaySurface *new_surface);
76 DisplaySurface *new_surface);
H A Dconsole.h219 struct DisplaySurface *new_surface);