Searched refs:pNewEntry (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Ddisplay_vrdp.cpp60 const VBOXVR_SCR_COMPOSITOR_ENTRY* pNewEntry = CrFbEntryGetCompositorEntry(hNewEntry); local
61 CR_TEXDATA *pNewTex = CrVrScrCompositorEntryTexGet(pNewEntry);
H A Dserver_presenter.cpp1301 VBOXVR_SCR_COMPOSITOR_ENTRY *pNewEntry; local
1307 pNewEntry = &hEntry->Entry;
1308 fEntryWasInList = CrVrScrCompositorEntryIsUsed(pNewEntry);
1314 pNewEntry = NULL;
1323 if (!fEntryWasInList && pNewEntry)
1325 Assert(CrVrScrCompositorEntryIsUsed(pNewEntry));
1394 VBOXVR_SCR_COMPOSITOR_ENTRY *pNewEntry; local
1400 pNewEntry = &hEntry->Entry;
1401 fEntryWasInList = CrVrScrCompositorEntryIsUsed(pNewEntry);
1406 pNewEntry
[all...]
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dcompositor.cpp779 PVBOXVR_SCR_COMPOSITOR_ENTRY pNewEntry)
781 Assert(!CrVrScrCompositorEntryIsUsed(pNewEntry));
783 if (!VBoxVrCompositorEntryReplace(&pCompositor->Compositor, &pEntry->Ce, &pNewEntry->Ce))
787 crVrScrCompositorEntryDataCopy(pEntry, pNewEntry);
788 CrVrScrCompositorEntrySetChanged(pNewEntry, true);
778 CrVrScrCompositorEntryReplace(PVBOXVR_SCR_COMPOSITOR pCompositor, PVBOXVR_SCR_COMPOSITOR_ENTRY pEntry, PVBOXVR_SCR_COMPOSITOR_ENTRY pNewEntry) argument
H A Dvreg.cpp1292 PVBOXVR_COMPOSITOR_ENTRY pNewEntry)
1297 vboxVrCompositorEntryReplace(pCompositor, pEntry, pNewEntry);
1291 VBoxVrCompositorEntryReplace(PVBOXVR_COMPOSITOR pCompositor, PVBOXVR_COMPOSITOR_ENTRY pEntry, PVBOXVR_COMPOSITOR_ENTRY pNewEntry) argument
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_compositor.h175 PVBOXVR_SCR_COMPOSITOR_ENTRY pNewEntry);
H A Dcr_vreg.h321 PVBOXVR_COMPOSITOR_ENTRY pNewEntry);

Completed in 65 milliseconds