Searched defs:vga_update_display (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp1106 * DOS mode on Windows XP guest. That leads to GMODE_BLANK in vga_update_display.
2506 static int vga_update_display(PVGASTATE pThis, bool fUpdateAll, bool fFailOnResize, bool reset_dirty, function
4617 rc = vga_update_display(pThis, false, false, true,
4650 return vga_update_display(pThis, true, fFailOnResize, true,
4790 rc = vga_update_display(pThis, false, true, false,

Completed in 66 milliseconds