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

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.cpp42 void CrFbInit(CR_FRAMEBUFFER *pFb, uint32_t idFb) argument
51 pFb->ScreenInfo.u32ViewIndex = idFb;
849 uint32_t idFb = pFb->ScreenInfo.u32ViewIndex; local
860 pFb->ScreenInfo.u32ViewIndex = idFb;
1678 HCR_FRAMEBUFFER CrPMgrFbGet(uint32_t idFb) argument
1680 if (idFb >= CR_MAX_GUEST_MONITORS)
1682 WARN(("invalid idFb %d", idFb));
1686 if (!CrFBmIsSet(&g_CrPresenter.FramebufferInitMap, idFb))
1688 CrFbInit(&g_CrPresenter.aFramebuffers[idFb], idF
1697 CrPMgrFbGetInitialized(uint32_t idFb) argument
1715 CrPMgrFbGetEnabled(uint32_t idFb) argument
1971 uint32_t idFb = CrFbGetScreenInfo(hFb)->u32ViewIndex; local
2017 uint32_t idFb = CrFbGetScreenInfo(hFb)->u32ViewIndex; local
2037 uint32_t idFb = CrFbGetScreenInfo(hFb)->u32ViewIndex; local
2260 uint32_t idFb = CrFbGetScreenInfo(hFb)->u32ViewIndex; local
2363 uint32_t idFb = CrFbGetScreenInfo(hFb)->u32ViewIndex; local
2556 uint32_t idFb = CrFbGetScreenInfo(hFb)->u32ViewIndex; local
3130 uint32_t idFb = CR_PRESENT_GET_SCREEN(cfg); local
3302 uint32_t idFb = pScreen->u32ViewIndex; local
3948 uint32_t idFb = pFlip->Hdr.u.u8PrimaryID; local
[all...]

Completed in 51 milliseconds