Lines Matching refs:u32ViewIndex

51     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;
2017 uint32_t idFb = CrFbGetScreenInfo(hFb)->u32ViewIndex;
2037 uint32_t idFb = CrFbGetScreenInfo(hFb)->u32ViewIndex;
2260 uint32_t idFb = CrFbGetScreenInfo(hFb)->u32ViewIndex;
2363 uint32_t idFb = CrFbGetScreenInfo(hFb)->u32ViewIndex;
2556 uint32_t idFb = CrFbGetScreenInfo(hFb)->u32ViewIndex;
2597 CrFBmClear(pMap, CrFbGetScreenInfo(hFb)->u32ViewIndex);
2602 CrFBmSet(pMap, CrFbGetScreenInfo(hFb)->u32ViewIndex);
2626 if (pScreen->u32ViewIndex == 0xffffffff)
2651 HCR_FRAMEBUFFER hFb = CrPMgrFbGet(pScreen->u32ViewIndex);
2667 CR_FB_INFO *pFbInfo = &g_CrPresenter.aFbInfos[pScreen->u32ViewIndex];
2868 Assert(hFb->ScreenInfo.u32ViewIndex == i);
2869 rc = SSMR3PutU32(pSSM, hFb->ScreenInfo.u32ViewIndex);
2899 CR_FB_INFO *pFbInfo = &g_CrPresenter.aFbInfos[hFb->ScreenInfo.u32ViewIndex];
3040 Screen.u32ViewIndex = iScreen;
3302 uint32_t idFb = pScreen->u32ViewIndex;
3479 crServerDispatchVBoxTexPresent(hostId, pScreen->u32ViewIndex, pPos->x, pPos->y, cRects, (const GLint*)pRects);