Searched defs:CrVrScrCompositorEntryRegionsIntersect (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dcompositor.cpp354 int rc = CrVrScrCompositorEntryRegionsIntersect(pCompositor, pEntry, 1, &Rect, &fChanged);
356 WARN(("CrVrScrCompositorEntryRegionsIntersect failed, rc %d", rc));
606 VBOXVREGDECL(int) CrVrScrCompositorEntryRegionsIntersect(PVBOXVR_SCR_COMPOSITOR pCompositor, PVBOXVR_SCR_COMPOSITOR_ENTRY pEntry, function
644 WARN(("CrVrScrCompositorEntryRegionsIntersect failed, rc %d", tmpRc));
667 int tmpRc = CrVrScrCompositorEntryRegionsIntersect(pCompositor, pEntry, cRegions, paRegions, &fTmpChanged);
674 WARN(("CrVrScrCompositorEntryRegionsIntersect failed, rc %d", tmpRc));

Completed in 45 milliseconds