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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dvreg.cpp1049 PRTRECT pListRects = NULL; local
1083 if (pListRects)
1084 RTMemFree(pListRects);
1085 pListRects = (RTRECT *)RTMemAlloc(sizeof(RTRECT) * cAllocatedRects);
1086 if (!pListRects)
1097 rc = VBoxVrListRectsGet(pList, cListRects, pListRects);
1103 rc = vboxVrListSubstNoJoin(&DiffList, cListRects, pListRects, &fDummyChanged);
1121 if (pListRects)
1122 RTMemFree(pListRects);

Completed in 54 milliseconds