Searched refs:u32ViewIndex (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VBVA.cpp719 return pView->u32ViewIndex;
738 pView->view.u32ViewIndex,
744 pView->screen.u32ViewIndex,
1529 rc = SSMR3PutU32 (pSSM, pView->view.u32ViewIndex);
1538 rc = SSMR3PutU32 (pSSM, pView->screen.u32ViewIndex);
1715 rc = SSMR3GetU32 (pSSM, &pView->view.u32ViewIndex);
1724 rc = SSMR3GetU32 (pSSM, &pView->screen.u32ViewIndex);
1996 pView->u32ViewIndex, pView->u32ViewOffset, pView->u32ViewSize, pView->u32MaxScreenSize));
2002 if (pView->u32ViewIndex >= pCtx->cViews)
2005 pView->u32ViewIndex));
2051 VBVAGetInfoViewAndScreen(PVGASTATE pVGAState, uint32_t u32ViewIndex, VBVAINFOVIEW *pView, VBVAINFOSCREEN *pScreen) argument
[all...]
H A DDevVGA_VDMA.cpp1443 uint32_t u32ViewIndex = Screen.u32ViewIndex; local
1455 Screen.u32ViewIndex = u32ViewIndex;
1459 if (u32ViewIndex > pVGAState->cMonitors)
1461 if (u32ViewIndex != 0xffffffff)
1490 Screen.u32ViewIndex = i;
1503 View.u32ViewIndex = Screen.u32ViewIndex;
1524 Screen.u32ViewIndex
[all...]
H A DDevVGA.h653 int VBVAGetInfoViewAndScreen(PVGASTATE pVGAState, uint32_t u32ViewIndex, VBVAINFOVIEW *pView, VBVAINFOSCREEN *pScreen);
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.cpp51 pFb->ScreenInfo.u32ViewIndex = idFb;
849 uint32_t idFb = pFb->ScreenInfo.u32ViewIndex;
860 pFb->ScreenInfo.u32ViewIndex = idFb;
1257 int8_t i8Result = crVBoxServerCrCmdBltPrimaryVramGenericProcess(pScreen->u32ViewIndex, offVRAM, pScreen->u32Width, pScreen->u32Height, &Pos, cRegions, pRegions, true);
1648 uint32_t iFb = CrFbGetScreenInfo(hFb)->u32ViewIndex;
1692 Assert(g_CrPresenter.aFramebuffers[idFb].ScreenInfo.u32ViewIndex == idFb);
1710 Assert(g_CrPresenter.aFramebuffers[idFb].ScreenInfo.u32ViewIndex == idFb);
1774 return crPMgrFbGetNextEnabled(hFb->ScreenInfo.u32ViewIndex+1);
1787 return crPMgrFbGetNextInitialized(hFb->ScreenInfo.u32ViewIndex+1);
1971 uint32_t idFb = CrFbGetScreenInfo(hFb)->u32ViewIndex;
[all...]
H A Ddisplay_window.cpp539 mu32Screen = CrFbGetScreenInfo(hFb)->u32ViewIndex;
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_muralfbo.cpp191 pData = &mural->aFBDatas[pScreenInfo->u32ViewIndex];
362 uint32_t idScreen = CrFbGetScreenInfo(hFb)->u32ViewIndex;
366 uint32_t idCurScreen = CrFbGetScreenInfo(pData->hFb)->u32ViewIndex;
415 if (pScreen->u32ViewIndex >= (uint32_t)cr_server.screenCount)
425 ASMBitSet(aTargetMap, pScreen->u32ViewIndex);
/vbox/src/VBox/Additions/x11/vboxvideo/
H A Dvbva.c110 pViews[i].u32ViewIndex = i;
/vbox/src/VBox/Additions/common/VBoxVideo/
H A DModesetting.cpp266 pScreen->u32ViewIndex = cDisplay;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPWddm.h176 pScreen->u32ViewIndex = pAllocData->SurfDesc.VidPnSourceId;
H A DVBoxMPWddm.cpp260 pView->u32ViewIndex = pAllocData->SurfDesc.VidPnSourceId;
/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp821 if (maFramebuffers[pScreen->u32ViewIndex].fRenderThreadMode)
3877 " pView->u32ViewIndex %d\n"
3904 pScreen->u32ViewIndex,
3906 pView->u32ViewIndex,
3947 DISPLAYFBINFO *pFBInfo = &pThis->maFramebuffers[pScreen->u32ViewIndex];
3961 pThis->i_handleDisplayResize(pScreen->u32ViewIndex, 0, (uint8_t *)NULL, 0,
3966 pScreen->u32ViewIndex,
4009 pScreen->u32ViewIndex,
4040 pScreen->u32ViewIndex,
4058 return pThis->i_handleDisplayResize(pScreen->u32ViewIndex, pScree
[all...]
/vbox/include/VBox/
H A DVBoxVideo.h941 uint32_t u32ViewIndex; member in struct:VBVAINFOVIEW
996 uint32_t u32ViewIndex; member in struct:VBVAINFOSCREEN
/vbox/src/VBox/Additions/linux/drm/
H A Dvbox_mode.c120 pInfo->u32ViewIndex = vbox_crtc->crtc_id;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/
H A DVBoxMPInternal.cpp90 p[i].u32ViewIndex = pExt->iDevice;

Completed in 126 milliseconds