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

/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp2533 int Display::i_InvalidateAndUpdateEMT(Display *pDisplay, unsigned uId, bool fUpdateAll) argument
2535 LogRelFlowFunc(("uId=%d, fUpdateAll %d\n", uId, fUpdateAll));
2538 for (uScreenId = (fUpdateAll ? 0 : uId); uScreenId < pDisplay->mcMonitors; uScreenId++)
2614 if (!fUpdateAll)
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp2506 static int vga_update_display(PVGASTATE pThis, bool fUpdateAll, bool fFailOnResize, bool reset_dirty, argument
2531 if (fUpdateAll) {

Completed in 68 milliseconds