Searched refs:uBpp (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Devices/Graphics/ |
H A D | DevVGA-SVGA.cpp | 249 SSMFIELD_ENTRY( VMSVGAState, uBpp), 599 switch (pThis->svga.uBpp) 604 *pu32 = pThis->svga.uBpp; 616 && pThis->svga.uBpp != VMSVGA_VAL_UNINITIALIZED) 618 *pu32 = pThis->svga.uBpp; 632 && pThis->svga.uBpp != VMSVGA_VAL_UNINITIALIZED) 634 *pu32 = (pThis->svga.uBpp + 7) & ~7; 654 uint32_t uBpp; local 657 && pThis->svga.uBpp != VMSVGA_VAL_UNINITIALIZED) 659 uBpp [all...] |
H A D | DevVGA.h | 294 uint32_t uBpp; member in struct:__anon13211
|
H A D | DevVGA.cpp | 2105 || s->svga.uBpp == VMSVGA_VAL_UNINITIALIZED) 2112 switch(s->svga.uBpp) { 2170 || pThis->svga.uBpp == VMSVGA_VAL_UNINITIALIZED) 2181 switch(pThis->svga.uBpp) {
|
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/ |
H A D | UIGMachinePreview.cpp | 250 ULONG uGuestWidth, uGuestHeight, uBpp; local 252 display.GetScreenResolution(0, uGuestWidth, uGuestHeight, uBpp, iOriginX, iOriginY, monitorStatus);
|
/vbox/src/VBox/Frontends/VirtualBox/src/ |
H A D | UIVMInfoDialog.cpp | 578 ULONG uBpp = 0; local 582 console.GetDisplay().GetScreenResolution(iScreen, uWidth, uHeight, uBpp, xOrigin, yOrigin, monitorStatus); 584 if (uBpp) 585 strResolution += QString("x%1").arg(uBpp);
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | UIMessageCenter.h | 295 bool cannotEnterFullscreenMode(ULONG uWidth, ULONG uHeight, ULONG uBpp, ULONG64 uMinVRAM) const; 296 void cannotEnterSeamlessMode(ULONG uWidth, ULONG uHeight, ULONG uBpp, ULONG64 uMinVRAM) const;
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UISession.cpp | 1289 ULONG uGuestWidth = 0, uGuestHeight = 0, uBpp = 0; local 1292 uGuestWidth, uGuestHeight, uBpp,
|
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageControlVM.cpp | 1034 uint32_t uBpp = RTStrToUInt32(a->argv[4]); local 1069 uXRes, uYRes, uBpp));
|
Completed in 83 milliseconds