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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dvreg.cpp1069 uint32_t cListRects = VBoxVrListRectsCount(pList); local
1070 if (!cListRects)
1079 if (cAllocatedRects < cListRects)
1081 cAllocatedRects = cListRects + cRects;
1097 rc = VBoxVrListRectsGet(pList, cListRects, pListRects);
1103 rc = vboxVrListSubstNoJoin(&DiffList, cListRects, pListRects, &fDummyChanged);

Completed in 47 milliseconds