Searched refs:dpy_gfx_check_format (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/include/ui/ |
H A D | console.h | 218 bool (*dpy_gfx_check_format)(DisplayChangeListener *dcl, member 324 bool dpy_gfx_check_format(QemuConsole *con,
|
/openbmc/qemu/ui/ |
H A D | sdl2.c | 781 .dpy_gfx_check_format = sdl2_2d_check_format, 792 .dpy_gfx_check_format = console_gl_check_format,
|
H A D | console.c | 849 bool dpy_gfx_check_format(QemuConsole *con, in dpy_gfx_check_format() function 860 if (dcl->ops->dpy_gfx_check_format) { in dpy_gfx_check_format() 861 if (!dcl->ops->dpy_gfx_check_format(dcl, format)) { in dpy_gfx_check_format()
|
H A D | spice-display.c | 787 .dpy_gfx_check_format = qemu_pixman_check_format, 1117 .dpy_gfx_check_format = console_gl_check_format,
|
H A D | gtk.c | 560 .dpy_gfx_check_format = qemu_pixman_check_format, 616 .dpy_gfx_check_format = console_gl_check_format, 648 .dpy_gfx_check_format = console_gl_check_format,
|
H A D | dbus-listener.c | 841 .dpy_gfx_check_format = console_gl_check_format,
|
H A D | vnc.c | 3384 .dpy_gfx_check_format = qemu_pixman_check_format,
|
/openbmc/qemu/hw/display/ |
H A D | vga.c | 1612 allocate_surface = !dpy_gfx_check_format(s->con, format) in vga_draw_graphic()
|