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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dvreg.cpp918 VBOXVR_LIST TmpList; local
919 VBoxVrListInit(&TmpList);
921 int rc = VBoxVrListRectsAdd(&TmpList, cRects, aRects, NULL);
924 rc = VBoxVrListIntersect(pList, &TmpList, pfChanged);
934 VBoxVrListClear(&TmpList);

Completed in 46 milliseconds