Searched refs:xRes (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/ |
H A D | VBoxMPVidModes.cpp | 249 uint16_t xRes; member in struct:__anon636 341 if (resolutionMatrix[resIndex].xRes * resolutionMatrix[resIndex].yRes * bytesPerPixel > (LONG)vramSize) 347 if (yOffset == 0 && resolutionMatrix[resIndex].xRes == 800 && resolutionMatrix[resIndex].yRes == 600) 360 || resolutionMatrix[resIndex].xRes != 1024 364 !VBoxLikesVideoMode(iDisplay, resolutionMatrix[resIndex].xRes, 371 if (!VBoxMPValidateVideoModeParamsGuest(pExt, iDisplay, resolutionMatrix[resIndex].xRes, resolutionMatrix[resIndex].yRes, bitsPerPixel)) 384 VBoxFillVidModeInfo(&pModesTable[iMode], resolutionMatrix[resIndex].xRes, resolutionMatrix[resIndex].yRes, bitsPerPixel, iMode+1, yOffset);
|
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageInfo.cpp | 1706 ULONG xRes, yRes, bpp; local 1709 rc = display->GetScreenResolution(0, &xRes, &yRes, &bpp, &xOrigin, &yOrigin, &monitorStatus); 1719 RTPrintf("VideoMode=\"%d,%d,%d\"@%d,%d %d\n", xRes, yRes, bpp, xOrigin, yOrigin, monitorStatus); 1729 RTPrintf("Video mode: %dx%dx%d at %d,%d %s\n", xRes, yRes, bpp, xOrigin, yOrigin, pszMonitorStatus);
|
Completed in 106 milliseconds