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

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h809 bool performDisplay (VBoxVHWASurfaceBase *pPrimary, bool bForce);
1156 bool performDisplay(bool bForce) function in class:VBoxVHWADisplay
1166 bForce |= pPrimary->performDisplay(NULL, bForce);
1175 bForce |= pOverlay->performDisplay(pPrimary, bForce);
1461 bool performDisplay(bool bForce) function in class:VBoxVHWARefCounter::VBoxVHWAImage
1463 bForce = mDisplay.performDisplay(bForce | mRepaintNeeded);
1569 mpImage->performDisplay(true);
1786 if (mOverlayImage.performDisplay(false))

Completed in 53 milliseconds