Home
last modified time | relevance | path

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

/qemu/include/ui/
H A Dsurface.h32 PixelFormat qemu_default_pixelformat(int bpp);
/qemu/hw/display/
H A Dvmware_vga.c857 pf = qemu_default_pixelformat(s->new_depth); in vmsvga_value_read()
862 pf = qemu_default_pixelformat(s->new_depth); in vmsvga_value_read()
867 pf = qemu_default_pixelformat(s->new_depth); in vmsvga_value_read()
/qemu/ui/
H A Dconsole.c1533 PixelFormat qemu_default_pixelformat(int bpp) in qemu_default_pixelformat() function
H A Dvnc.c2332 vs->client_pf = qemu_default_pixelformat(32); in pixel_format_message()