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

/vbox/src/VBox/Devices/EFI/
H A DDevEFI.cpp224 uint32_t cxUgaResolution; member in struct:DEVEFI
1158 case EFI_INFO_INDEX_UGA_HORIZONTAL_RESOLUTION: return efiInfoNextByteU32(pThis, pThis->cxUgaResolution);
2264 rc = CFGMR3QueryU32Def(pCfg, "UgaHorizontalResolution", &pThis->cxUgaResolution, 0);
2268 if (pThis->cxUgaResolution == 0 || pThis->cyUgaResolution == 0)
2270 pThis->cxUgaResolution = 1024;

Completed in 49 milliseconds