Home
last modified time | relevance | path

Searched refs:dpy_gfx_check_format (Results 1 – 8 of 8) sorted by relevance

/qemu/include/ui/
H A Dconsole.h221 bool (*dpy_gfx_check_format)(DisplayChangeListener *dcl,
328 bool dpy_gfx_check_format(QemuConsole *con,
239 bool (*dpy_gfx_check_format)(DisplayChangeListener *dcl, global() member
/qemu/ui/
H A Dsdl2.c801 .dpy_gfx_check_format = sdl2_2d_check_format,
812 .dpy_gfx_check_format = console_gl_check_format,
H A Dconsole.c870 bool dpy_gfx_check_format(QemuConsole *con, in dpy_gfx_check_format() function
881 if (dcl->ops->dpy_gfx_check_format) { in dpy_gfx_check_format()
882 if (!dcl->ops->dpy_gfx_check_format(dcl, format)) { in dpy_gfx_check_format()
H A Dspice-display.c786 .dpy_gfx_check_format = qemu_pixman_check_format,
1116 .dpy_gfx_check_format = console_gl_check_format,
H A Dgtk.c560 .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 Ddbus-listener.c770 .dpy_gfx_check_format = console_gl_check_format,
H A Dvnc.c3384 .dpy_gfx_check_format = qemu_pixman_check_format,
/qemu/hw/display/
H A Dvga.c1612 share_surface = dpy_gfx_check_format(s->con, format) in vga_draw_graphic()