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

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Ddisplay_window_rootvr.cpp40 const VBOXVR_SCR_COMPOSITOR_ENTRY* pSrcEntry = CrFbEntryGetCompositorEntry(hEntry);
41 VBOXVR_SCR_COMPOSITOR_ENTRY *pMyEntry = entryAlloc();
65 const VBOXVR_SCR_COMPOSITOR_ENTRY* pSrcEntry = CrFbEntryGetCompositorEntry(hEntry);
66 VBOXVR_SCR_COMPOSITOR_ENTRY *pMyEntry = (VBOXVR_SCR_COMPOSITOR_ENTRY*)CrFbDDataEntryGet(hEntry, slotGet());
83 const VBOXVR_SCR_COMPOSITOR_ENTRY* pSrcNewEntry = CrFbEntryGetCompositorEntry(hNewEntry);
84 VBOXVR_SCR_COMPOSITOR_ENTRY *pMyEntry = (VBOXVR_SCR_COMPOSITOR_ENTRY*)CrFbDDataEntryGet(hNewEntry, slotGet());
100 const VBOXVR_SCR_COMPOSITOR_ENTRY* pSrcEntry = CrFbEntryGetCompositorEntry(hEntry);
101 VBOXVR_SCR_COMPOSITOR_ENTRY *pMyEntr
338 rootVrGetCEntry(const VBOXVR_SCR_COMPOSITOR_ENTRY*pEntry, void *pvContext) argument
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_compositor.h29 struct VBOXVR_SCR_COMPOSITOR_ENTRY;
33 struct VBOXVR_SCR_COMPOSITOR_ENTRY *pEntry,
34 struct VBOXVR_SCR_COMPOSITOR_ENTRY *pReplacingEntry);
38 typedef struct VBOXVR_SCR_COMPOSITOR_ENTRY struct
50 } VBOXVR_SCR_COMPOSITOR_ENTRY; typedef in typeref:struct:VBOXVR_SCR_COMPOSITOR_ENTRY
51 typedef VBOXVR_SCR_COMPOSITOR_ENTRY *PVBOXVR_SCR_COMPOSITOR_ENTRY;
52 typedef VBOXVR_SCR_COMPOSITOR_ENTRY const *PCVBOXVR_SCR_COMPOSITOR_ENTRY;
149 VBOXVR_SCR_COMPOSITOR_ENTRY **ppReplacedScrEntry, uint32_t *pfChangeFlags);
194 typedef DECLCALLBACK(VBOXVR_SCR_COMPOSITOR_ENTRY*) FNVBOXVR_SCR_COMPOSITOR_ENTRY_FOR(PCVBOXVR_SCR_COMPOSITOR_ENTRY pEntry,
219 #define VBOXVR_SCR_COMPOSITOR_ENTRY_FROM_ENTRY(_p) RT_FROM_MEMBER(_p, VBOXVR_SCR_COMPOSITOR_ENTRY, C
[all...]

Completed in 34 milliseconds