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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dcompositor.cpp795 PVBOXVR_COMPOSITOR_ENTRY pReplacingEntry)
803 if (pReplacingEntry)
805 PVBOXVR_SCR_COMPOSITOR_ENTRY pCReplacingEntry = VBOXVR_SCR_COMPOSITOR_ENTRY_FROM_ENTRY(pReplacingEntry);
815 PVBOXVR_SCR_COMPOSITOR_ENTRY pCReplacingEntry = pReplacingEntry
816 ? VBOXVR_SCR_COMPOSITOR_ENTRY_FROM_ENTRY(pReplacingEntry) : NULL;
793 crVrScrCompositorEntryReleasedCB(PCVBOXVR_COMPOSITOR pCompositor, PVBOXVR_COMPOSITOR_ENTRY pEntry, PVBOXVR_COMPOSITOR_ENTRY pReplacingEntry) argument
H A Dvreg.cpp1223 PVBOXVR_COMPOSITOR_ENTRY pReplacingEntry)
1234 pCompositor->pfnEntryReleased(pCompositor, pEntry, pReplacingEntry);
1249 PVBOXVR_COMPOSITOR_ENTRY pReplacingEntry)
1252 vboxVrCompositorEntryRelease(pCompositor, pEntry, pReplacingEntry);
1256 PVBOXVR_COMPOSITOR_ENTRY pReplacingEntry)
1258 VBoxVrListMoveTo(&pEntry->Vr, &pReplacingEntry->Vr);
1260 pReplacingEntry->Node = pEntry->Node;
1261 pReplacingEntry->Node.pNext->pPrev = &pReplacingEntry->Node;
1262 pReplacingEntry
1222 vboxVrCompositorEntryRelease(PVBOXVR_COMPOSITOR pCompositor, PVBOXVR_COMPOSITOR_ENTRY pEntry, PVBOXVR_COMPOSITOR_ENTRY pReplacingEntry) argument
1248 vboxVrCompositorEntryRemove(PVBOXVR_COMPOSITOR pCompositor, PVBOXVR_COMPOSITOR_ENTRY pEntry, PVBOXVR_COMPOSITOR_ENTRY pReplacingEntry) argument
1255 vboxVrCompositorEntryReplace(PVBOXVR_COMPOSITOR pCompositor, PVBOXVR_COMPOSITOR_ENTRY pEntry, PVBOXVR_COMPOSITOR_ENTRY pReplacingEntry) argument
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.cpp1091 static DECLCALLBACK(void) crFbEntryReleased(const struct VBOXVR_SCR_COMPOSITOR *pCompositor, struct VBOXVR_SCR_COMPOSITOR_ENTRY *pEntry, struct VBOXVR_SCR_COMPOSITOR_ENTRY *pReplacingEntry) argument
1095 CR_FRAMEBUFFER_ENTRY *pFbReplacingEntry = pReplacingEntry ? PCR_FBENTRY_FROM_ENTRY(pReplacingEntry) : NULL;

Completed in 1414 milliseconds