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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dvreg.cpp330 PVBOXVR_REG pRegResult = vboxVrRegCreate(); local
331 pRegResult->Rect.yTop = pReg1->Rect.yTop;
332 pRegResult->Rect.xLeft = pReg1->Rect.xLeft;
333 pRegResult->Rect.yBottom = pRect2->yTop;
334 pRegResult->Rect.xRight = pReg1->Rect.xRight;
336 RTListAppend(&List, &pRegResult->ListEntry);
342 PVBOXVR_REG pRegResult = vboxVrRegCreate(); local
343 pRegResult->Rect.yTop = pRect2->yBottom;
344 pRegResult->Rect.xLeft = pReg1->Rect.xLeft;
345 pRegResult
354 PVBOXVR_REG pRegResult = vboxVrRegCreate(); local
365 PVBOXVR_REG pRegResult = vboxVrRegCreate(); local
[all...]

Completed in 45 milliseconds