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

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_vreg.h204 VBOXVREGDECL(int) VBoxVrListRectsSubst(PVBOXVR_LIST pList, uint32_t cRects, PCRTRECT paRects, bool *pfChanged);
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dvreg.cpp939 VBOXVREGDECL(int) VBoxVrListRectsSubst(PVBOXVR_LIST pList, uint32_t cRects, PCRTRECT aRects, bool *pfChanged) function
1308 int rc = VBoxVrListRectsSubst(&pEntry->Vr, cRects, paRects, &fChanged);
1320 WARN(("VBoxVrListRectsSubst failed, rc %d", rc));
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVdma.cpp525 rc = VBoxVrListRectsSubst(&pCurSwapchain->VisibleRegions, pRects->cRects, (const RTRECT*)pRects->aRects, &fChanged);
1230 rc = VBoxVrListRectsSubst(&pSource->VrList, pDstRects->UpdateRects.cRects, (const RTRECT*)pDstRects->UpdateRects.aRects, NULL);
1234 WARN(("VBoxVrListRectsSubst failed rc %d, ignoring..", rc));
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.cpp236 rc = VBoxVrListRectsSubst(&List, cRegions, pRegions, NULL);
239 WARN(("VBoxVrListRectsSubst failed rc %d", rc));
483 rc = VBoxVrListRectsSubst(&List, cRegions, pRegions, NULL);
486 WARN(("VBoxVrListRectsSubst failed rc %d", rc));

Completed in 50 milliseconds