Searched defs:HighestHorizontalResolution (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c1280 UINT32 HighestHorizontalResolution; local
1289 HighestHorizontalResolution = 0;
1590 if ((BiosVideoPrivate->VbeModeInformationBlock->XResolution >= HighestHorizontalResolution) &&
1592 HighestHorizontalResolution = BiosVideoPrivate->VbeModeInformationBlock->XResolution;

Completed in 346 milliseconds