Searched refs:tmpRc (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVhwa.cpp757 int tmpRc = vboxVhwaDisable(pDevExt, VidPnSourceId);
758 AssertRC(tmpRc);
1080 int tmpRc = vboxVhwaHlpCheckTerm(pOverlay->pDevExt, pOverlay->VidPnSourceId);
1081 AssertRC(tmpRc);
1107 int tmpRc;
1111 tmpRc = vboxVhwaHlpDestroySurface(pDevExt, pDestroyAlloc, VidPnSourceId);
1112 AssertRC(tmpRc);
1132 int tmpRc = vboxVhwaHlpOverlayDestroy(pOverlay);
1133 AssertRC(tmpRc);
1139 int tmpRc
[all...]
H A DVBoxMPVModes.cpp281 int tmpRc = vboxWddmVModesRemove(pExt, pModes, u32Target, &size); local
282 if (RT_FAILURE(tmpRc))
284 WARN(("vboxWddmVModesRemove failed %d, can never happen", tmpRc));
285 return tmpRc;
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dcompositor.cpp637 int tmpRc = CrVrScrCompositorEntryListIntersect(pCompositor, pEntry, pList2, &fTmpChanged); local
638 if (RT_SUCCESS(tmpRc))
644 WARN(("CrVrScrCompositorEntryRegionsIntersect failed, rc %d", tmpRc));
645 rc = tmpRc;
667 int tmpRc = CrVrScrCompositorEntryRegionsIntersect(pCompositor, pEntry, cRegions, paRegions, &fTmpChanged); local
668 if (RT_SUCCESS(tmpRc))
674 WARN(("CrVrScrCompositorEntryRegionsIntersect failed, rc %d", tmpRc));
675 rc = tmpRc;
H A Dvreg.cpp1592 int tmpRc = VBoxVrCompositorEntryListIntersect(pCompositor, pEntry, pList2, &fTmpChanged); local
1593 if (RT_SUCCESS(tmpRc))
1599 WARN(("VBoxVrCompositorEntryRegionsIntersect failed, rc %d", tmpRc));
1600 rc = tmpRc;
1622 int tmpRc = VBoxVrCompositorEntryRegionsIntersect(pCompositor, pEntry, cRegions, paRegions, &fTmpChanged); local
1623 if (RT_SUCCESS(tmpRc))
1629 WARN(("VBoxVrCompositorEntryRegionsIntersect failed, rc %d", tmpRc));
1630 rc = tmpRc;
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_rpw.cpp294 int tmpRc; local
296 tmpRc = RTCritSectEnter(&pWorker->CritSect);
297 if (RT_SUCCESS(tmpRc))
305 crWarning("RTSemEventSignal failed tmpRc %d", tmpRc);
/vbox/src/VBox/HostDrivers/VBoxUSB/win/mon/
H A DVBoxUsbFlt.cpp657 int tmpRc = VBoxUSBFilterRemove(pNewOwner, uId); local
658 ASSERT_WARN(RT_SUCCESS(tmpRc), ("remove filter failed, rc (%d)", tmpRc)); local
713 int tmpRc = VBoxUSBFilterRemove(pNewOwner, uId); local
714 ASSERT_WARN(RT_SUCCESS(tmpRc), ("remove filter failed, rc (%d)", tmpRc)); local
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.cpp1268 int tmpRc = CrVrScrCompositorRegionsGet(&hFb->Compositor, &cTmpRegions, NULL, NULL, &pTmpRegions); local
1269 if (!RT_SUCCESS(tmpRc))
1271 WARN(("CrVrScrCompositorEntryRegionsGet failed rc %d", tmpRc));
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VDMA.cpp2160 int tmpRc = VBoxSHGSMICommandComplete (pVdma->pHgsmi, pCmdDr);
2161 AssertRC(tmpRc);

Completed in 82 milliseconds