Searched refs:VBoxVrCompositorEntryRegionsAdd (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_vreg.h322 VBOXVREGDECL(int) VBoxVrCompositorEntryRegionsAdd(PVBOXVR_COMPOSITOR pCompositor, PVBOXVR_COMPOSITOR_ENTRY pEntry,
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dvreg.cpp1326 VBOXVREGDECL(int) VBoxVrCompositorEntryRegionsAdd(PVBOXVR_COMPOSITOR pCompositor, PVBOXVR_COMPOSITOR_ENTRY pEntry, function
1500 rc = VBoxVrCompositorEntryRegionsAdd(pCompositor, pEntry, cRects, paRects, NULL, &fChangeFlags);
1508 WARN(("VBoxVrCompositorEntryRegionsAdd failed, rc %d", rc));
H A Dcompositor.cpp253 int rc = VBoxVrCompositorEntryRegionsAdd(&pCompositor->Compositor, pEntry ? &pEntry->Ce : NULL, cRegions,
257 WARN(("VBoxVrCompositorEntryRegionsAdd failed, rc %d", rc));

Completed in 52 milliseconds