Searched refs:VBoxVrListIntersect (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dvreg.cpp878 VBOXVREGDECL(int) VBoxVrListIntersect(PVBOXVR_LIST pList, PCVBOXVR_LIST pList2, bool *pfChanged) function
924 rc = VBoxVrListIntersect(pList, &TmpList, pfChanged);
927 WARN(("VBoxVrListIntersect failed! rc %d", rc));
1525 rc = VBoxVrListIntersect(&pEntry->Vr, pList2, &fChanged);
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_vreg.h209 /* NOTE: with the current implementation the VBoxVrListIntersect is faster than VBoxVrListRectsIntersect,
211 * VBoxVrListIntersect internally. */
213 VBOXVREGDECL(int) VBoxVrListIntersect(PVBOXVR_LIST pList, PCVBOXVR_LIST pList2, bool *pfChanged);

Completed in 71 milliseconds