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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispVrdpBmp.cpp244 static int bcInsertHash (VRDPBC *pCache, const VRDPBCHASH *phash, VRDPBCHASH *phashDeleted, BOOL bForce) argument
292 if (bForce)
321 int vrdpbmpCacheSurface(VRDPBC *pCache, const SURFOBJ *pso, VRDPBCHASH *phash, VRDPBCHASH *phashDeleted, BOOL bForce) argument
361 int rc = bcInsertHash (pCache, &hash, phashDeleted, bForce);
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h809 bool performDisplay (VBoxVHWASurfaceBase *pPrimary, bool bForce);
814 void updateVisibility (VBoxVHWASurfaceBase *pPrimary, const QRect & aVisibleTargRect, bool bNotIntersected, bool bForce);
1156 bool performDisplay(bool bForce) argument
1166 bForce |= pPrimary->performDisplay(NULL, bForce);
1175 bForce |= pOverlay->performDisplay(pPrimary, bForce);
1178 return bForce;
1461 bool performDisplay(bool bForce) argument
1463 bForce
[all...]

Completed in 81 milliseconds