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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/
H A DVBoxMPUtils.cpp180 bool VBoxQueryDisplayRequest(uint32_t *xres, uint32_t *yres, uint32_t *bpp, uint32_t *pDisplayId) argument
201 if (xres)
202 *xres = req->xres;
209 LOG(("returning %d x %d @ %d for %d", req->xres, req->yres, req->bpp, req->display));
H A DVBoxMPVidModes.cpp36 VBoxMPValidateVideoModeParamsGuest(PVBOXMP_DEVEXT pExt, uint32_t iDisplay, uint32_t xres, uint32_t yres, uint32_t bpp) argument
82 VBoxFillVidModeInfo(VIDEO_MODE_INFORMATION *pMode, ULONG xres, ULONG yres, ULONG bpp, ULONG index, ULONG yoffset) argument
84 LOGF(("%dx%d:%d (idx=%d, yoffset=%d)", xres, yres, bpp, index, yoffset));
91 pMode->VisScreenWidth = xres;
93 pMode->ScreenStride = xres * ((bpp + 7) / 8);
99 pMode->VideoMemoryBitmapWidth = xres;
409 uint32_t xres, yres, bpp = 0; local
412 rc = VBoxMPCmnRegQueryDword(Registry, keyname, &xres);
423 LOG(("got custom mode[%u]=%ux%u:%u", curKey, xres, yres, bpp));
428 xres
543 VBoxMPValidateVideoModeParams(PVBOXMP_DEVEXT pExt, uint32_t iDisplay, uint32_t &xres, uint32_t &yres, uint32_t &bpp) argument
657 uint32_t xres=0, yres=0, bpp=0, display=0; local
785 uint32_t xres=0, yres=0, bpp=0; local
[all...]
/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dvbe.c105 static void dispi_set_xres(uint16_t xres) argument
108 printf("vbe_set_xres: %04x\n", xres);
111 out_w(VBE_DISPI_IOPORT_DATA, xres);
515 uint16_t xres, yres; local
518 xres = in_word(VBE_EXTRA_PORT, cur_info_ofs + offsetof(ModeInfoListItem, info.XResolution) /*&cur_info->info.XResolution*/);
524 printf("\txres%x yres%x bpp%x\n", xres, yres, bpp);
554 dispi_set_xres(xres);
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dvga.h191 __u32 xres; /* visible resolution */ member in struct:screeninfo
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDevState.h32 uint32_t xres; member in struct:DISPLAYCHANGEINFO
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dfbpriv.h156 __u32 xres; /* visible resolution */ member in struct:fb_var_screeninfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dfbpriv.h156 __u32 xres; /* visible resolution */ member in struct:fb_var_screeninfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dfbpriv.h156 __u32 xres; /* visible resolution */ member in struct:fb_var_screeninfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dfbpriv.h156 __u32 xres; /* visible resolution */ member in struct:fb_var_screeninfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dfbpriv.h156 __u32 xres; /* visible resolution */ member in struct:fb_var_screeninfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dfbpriv.h156 __u32 xres; /* visible resolution */ member in struct:fb_var_screeninfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dfbpriv.h156 __u32 xres; /* visible resolution */ member in struct:fb_var_screeninfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dfbpriv.h156 __u32 xres; /* visible resolution */ member in struct:fb_var_screeninfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dfbpriv.h156 __u32 xres; /* visible resolution */ member in struct:fb_var_screeninfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dfbpriv.h156 __u32 xres; /* visible resolution */ member in struct:fb_var_screeninfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dfbpriv.h156 __u32 xres; /* visible resolution */ member in struct:fb_var_screeninfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dfbpriv.h156 __u32 xres; /* visible resolution */ member in struct:fb_var_screeninfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dfbpriv.h156 __u32 xres; /* visible resolution */ member in struct:fb_var_screeninfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dfbpriv.h156 __u32 xres; /* visible resolution */ member in struct:fb_var_screeninfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dfbpriv.h156 __u32 xres; /* visible resolution */ member in struct:fb_var_screeninfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dfbpriv.h157 __u32 xres; /* visible resolution */ member in struct:fb_var_screeninfo
/vbox/src/VBox/Additions/common/VBoxControl/
H A DVBoxControl.cpp612 DWORD xres = atoi(argv[0]); local
635 xres &= ~0x7;
637 RTPrintf("Setting resolution of display %d to %dx%dx%d ...", scr, xres, yres, bpp);
638 ResizeDisplayDevice(scr, xres, yres, bpp);
955 DWORD xres; member in struct:__anon2044
971 DWORD xres, yres, bpp = 0; local
976 status = RegQueryValueExA(hkeyVideo, valueName, NULL, &dwType, (LPBYTE)&xres, &dwLen);
989 if ( (xres > (1 << 16))
997 customModes[curMode].xres = xres;
1095 DWORD xres = atoi(argv[0]); local
1156 DWORD xres = atoi(argv[0]); local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dfbpriv.h157 __u32 xres; /* visible resolution */ member in struct:fb_var_screeninfo
/vbox/include/VBox/
H A DVMMDev.h1111 uint32_t xres; member in struct:__anon167
1134 uint32_t xres; member in struct:__anon168
1159 uint32_t xres; member in struct:__anon169

Completed in 106 milliseconds