Searched refs:dpy_gfx_switch (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/ui/ |
H A D | egl-headless.c | 173 .dpy_gfx_switch = egl_gfx_switch,
|
H A D | sdl2.c | 780 .dpy_gfx_switch = sdl2_2d_switch, 791 .dpy_gfx_switch = sdl2_gl_switch,
|
H A D | dbus-listener.c | 840 .dpy_gfx_switch = dbus_gl_gfx_switch, 861 .dpy_gfx_switch = dbus_gfx_switch,
|
H A D | dbus-console.c | 132 .dpy_gfx_switch = dbus_gfx_switch,
|
H A D | spice-display.c | 786 .dpy_gfx_switch = display_switch, 1116 .dpy_gfx_switch = spice_gl_switch,
|
H A D | console.c | 228 if (dcl->ops->dpy_gfx_switch) { in displaychangelistener_gfx_switch() 229 dcl->ops->dpy_gfx_switch(dcl, new_surface); in displaychangelistener_gfx_switch()
|
H A D | gtk.c | 559 .dpy_gfx_switch = gd_switch, 615 .dpy_gfx_switch = gd_gl_area_switch, 647 .dpy_gfx_switch = gd_egl_switch,
|
H A D | cocoa.m | 89 .dpy_gfx_switch = cocoa_switch,
|
H A D | vnc.c | 3383 .dpy_gfx_switch = vnc_dpy_switch,
|
/openbmc/qemu/include/ui/ |
H A D | console.h | 215 void (*dpy_gfx_switch)(DisplayChangeListener *dcl, member
|
/openbmc/qemu/hw/display/ |
H A D | qxl.c | 2034 .dpy_gfx_switch = display_switch,
|