Searched refs:bForce (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispVrdpBmp.h80 int vrdpbmpCacheSurface (VRDPBC *pCache, const SURFOBJ *pso, VRDPBCHASH *phash, VRDPBCHASH *phashDeleted, BOOL bForce);
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...]
H A DVBoxFBOverlay.cpp1947 void VBoxVHWASurfaceBase::updateVisibility (VBoxVHWASurfaceBase *pPrimary, const QRect & aVisibleTargRect, bool bNotIntersected, bool bForce)
1949 if(bForce || aVisibleTargRect.intersected(mTargRect) != mVisibleTargRect)
1982 bool VBoxVHWASurfaceBase::performDisplay(VBoxVHWASurfaceBase *pPrimary, bool bForce)
1998 bForce |= synchTexMem(&mVisibleSrcRect);
2003 bForce |= pPrimary->synchTexMem(&mVisibleTargRect);
2006 if(!bForce)
2011 Assert(bForce);

Completed in 65 milliseconds