Searched refs:cDisplay (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xf86-video-vboxvideo/dist/src/ |
| H A D | setmode.c | 85 void vbvxSetMode(ScrnInfoPtr pScrn, unsigned cDisplay, unsigned cWidth, unsigned cHeight, int x, int y, Bool fEnabled, argument 96 TRACE_LOG("cDisplay=%u, cWidth=%u, cHeight=%u, x=%d, y=%d, fEnabled=%d, fConnected=%d, pFrameBuffer: { x0=%d, y0=%d, cWidth=%u, cHeight=%u, cBPP=%u }\n", 97 cDisplay, cWidth, cHeight, x, y, fEnabled, fConnected, pFrameBuffer->x0, pFrameBuffer->y0, pFrameBuffer->cWidth, 101 if (cDisplay == 0 && fEnabled) 106 VBoxHGSMIProcessDisplayInfo(&pVBox->guestCtx, cDisplay, x - pFrameBuffer->x0, y - pFrameBuffer->y0, offStart,
|
| H A D | Modesetting.c | 231 * @param cDisplay the screen number 244 uint32_t cDisplay, 267 pScreen->u32ViewIndex = cDisplay; 243 VBoxHGSMIProcessDisplayInfo(PHGSMIGUESTCOMMANDCONTEXT pCtx,uint32_t cDisplay,int32_t cOriginX,int32_t cOriginY,uint32_t offStart,uint32_t cbPitch,uint32_t cWidth,uint32_t cHeight,uint16_t cBPP,uint16_t fFlags) argument
|
| H A D | vboxvideo.c | 390 unsigned cDisplay = (uintptr_t)crtc->driver_private; local in function:vbox_crtc_dpms 393 pVBox->pScreens[cDisplay].fPowerOn = (mode != DPMSModeOff); 394 setModeRandR12(pScrn, cDisplay); 423 unsigned cDisplay = (uintptr_t)crtc->driver_private; local in function:vbox_crtc_mode_set 427 pVBox->pScreens[cDisplay].fPowerOn = true; 428 pVBox->pScreens[cDisplay].aScreenLocation.cx = adjusted_mode->HDisplay; 429 pVBox->pScreens[cDisplay].aScreenLocation.cy = adjusted_mode->VDisplay; 430 pVBox->pScreens[cDisplay].aScreenLocation.x = x; 431 pVBox->pScreens[cDisplay].aScreenLocation.y = y; 432 setModeRandR12(crtc->scrn, cDisplay); [all...] |
| H A D | VBoxVideoGuest.h | 156 uint32_t cDisplay,
|
| H A D | vboxvideo_drv.h | 212 extern void vbvxSetMode(ScrnInfoPtr pScrn, unsigned cDisplay, unsigned cWidth, unsigned cHeight, int x, int y, Bool fEnabled,
|
| H A D | VBoxVideo.h | 1256 uint32_t cDisplay; member in struct:VBVAMODEHINT
|
Completed in 9 milliseconds