Searched refs:mCompositor (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Ddisplay_window_rootvr.cpp25 CrVrScrCompositorInit(&mCompositor, NULL);
118 rc = CrVrScrCompositorEntryRegionsSet(&mCompositor, pMyEntry, NULL, 0, NULL, false, NULL);
170 return getWindow()->SetCompositor(&mCompositor);
183 CrVrScrCompositorClear(&mCompositor);
185 int rc = CrVrScrCompositorRectSet(&mCompositor, CrVrScrCompositorRectGet(CrFbGetCompositor(getFramebuffer())), NULL);
225 return CrVrScrCompositorRectGet(&mCompositor);
283 CrVrScrCompositorClear(&mCompositor);
285 rc = CrVrScrCompositorIntersectedList(CrFbGetCompositor(getFramebuffer()), &cr_server.RootVr, &mCompositor, rootVrGetCEntry, this, NULL);
344 CrVrScrCompositorEntryRectSet(&pThis->mCompositor, pMyEntry, CrVrScrCompositorEntryRectGet(pEntry));
H A Dserver_presenter.h349 VBOXVR_SCR_COMPOSITOR mCompositor; member in class:CrFbDisplayWindowRootVr

Completed in 50 milliseconds