Searched refs:CrVrScrCompositorEntryRegionsGet (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_compositor.h169 VBOXVREGDECL(int) CrVrScrCompositorEntryRegionsGet(PCVBOXVR_SCR_COMPOSITOR pCompositor,
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Ddisplay_vrdp.cpp248 int rc = CrVrScrCompositorEntryRegionsGet(pCompositor, pEntry, &cRects, &pRects, NULL, NULL);
251 WARN(("CrVrScrCompositorEntryRegionsGet failed, rc %d", rc));
H A Dserver_presenter.cpp229 rc = CrVrScrCompositorEntryRegionsGet(&hFb->Compositor, pEntry, &cRegions, NULL, NULL, &pRegions);
232 WARN(("CrVrScrCompositorEntryRegionsGet failed rc %d", rc));
476 rc = CrVrScrCompositorEntryRegionsGet(&hFb->Compositor, pEntry, &cRegions, NULL, NULL, &pRegions);
479 WARN(("CrVrScrCompositorEntryRegionsGet failed rc %d", rc));
1250 WARN(("CrVrScrCompositorEntryRegionsGet failed rc %d", rc));
1271 WARN(("CrVrScrCompositorEntryRegionsGet failed rc %d", tmpRc));
2794 rc = CrVrScrCompositorEntryRegionsGet(&pFb->Compositor, pEntry, &u32, NULL, NULL, &pRect);
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dcompositor.cpp706 VBOXVREGDECL(int) CrVrScrCompositorEntryRegionsGet(PCVBOXVR_SCR_COMPOSITOR pCompositor, function
982 rc = CrVrScrCompositorEntryRegionsGet(pCompositor, pEntry, &cRects, NULL, NULL, &paRects);
985 WARN(("CrVrScrCompositorEntryRegionsGet failed, rc %d", rc));
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.c831 int rc = CrVrScrCompositorEntryRegionsGet(pCompositor, pEntry, &cRegions, &paSrcRegions, &paDstRegions, NULL);
849 crWarning("BlitStretched: CrVrScrCompositorEntryRegionsGet failed rc %d", rc);
863 int rc = CrVrScrCompositorEntryRegionsGet(pCompositor, pEntry, &cRegions, &paSrcRegions, &paDstRegions, NULL);
872 crWarning("Blit: CrVrScrCompositorEntryRegionsGet failed rc %d", rc);
H A Drenderspu_cocoa_helper.m2397 int rc = CrVrScrCompositorEntryRegionsGet(pCompositor, pEntry, &cRegions, &paSrcRegions, &paDstRegions, NULL);
2451 AssertMsgFailed(("BlitStretched: CrVrScrCompositorEntryRegionsGet failed rc %Rrc\n", rc));
2452 DEBUG_MSG_1(("BlitStretched: CrVrScrCompositorEntryRegionsGet failed rc %d\n", rc));
2557 int rc = CrVrScrCompositorEntryRegionsGet(pCompositor, pEntry, &cRegions, &paSrcRegions, &paDstRegions, NULL);
2611 DEBUG_MSG_1(("BlitStretched: CrVrScrCompositorEntryRegionsGet failed rc %d\n", rc));
2612 AssertMsgFailed(("BlitStretched: CrVrScrCompositorEntryRegionsGet failed rc %Rrc\n", rc));

Completed in 1164 milliseconds