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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dvreg.cpp134 #define VBOXVR_INVALID_COORD (~0U) macro
313 uint32_t topLim = VBOXVR_INVALID_COORD;
314 uint32_t bottomLim = VBOXVR_INVALID_COORD;
355 pRegResult->Rect.yTop = topLim == VBOXVR_INVALID_COORD ? pReg1->Rect.yTop : topLim;
357 pRegResult->Rect.yBottom = bottomLim == VBOXVR_INVALID_COORD ? pReg1->Rect.yBottom : bottomLim;
366 pRegResult->Rect.yTop = topLim == VBOXVR_INVALID_COORD ? pReg1->Rect.yTop : topLim;
368 pRegResult->Rect.yBottom = bottomLim == VBOXVR_INVALID_COORD ? pReg1->Rect.yBottom : bottomLim;

Completed in 44 milliseconds