Searched refs:PVBOXVR_COMPOSITOR_ENTRY (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/GuestHost/OpenGL/include/ |
H A D | cr_vreg.h | 260 typedef VBOXVR_COMPOSITOR_ENTRY *PVBOXVR_COMPOSITOR_ENTRY; typedef 266 PVBOXVR_COMPOSITOR_ENTRY pEntry, 267 PVBOXVR_COMPOSITOR_ENTRY pReplacingEntry); 278 typedef DECLCALLBACK(bool) FNVBOXVRCOMPOSITOR_VISITOR(PVBOXVR_COMPOSITOR pCompositor, PVBOXVR_COMPOSITOR_ENTRY pEntry, 285 VBOXVREGDECL(void) VBoxVrCompositorEntryInit(PVBOXVR_COMPOSITOR_ENTRY pEntry); 319 VBOXVREGDECL(bool) VBoxVrCompositorEntryRemove(PVBOXVR_COMPOSITOR pCompositor, PVBOXVR_COMPOSITOR_ENTRY pEntry); 320 VBOXVREGDECL(bool) VBoxVrCompositorEntryReplace(PVBOXVR_COMPOSITOR pCompositor, PVBOXVR_COMPOSITOR_ENTRY pEntry, 321 PVBOXVR_COMPOSITOR_ENTRY pNewEntry); 322 VBOXVREGDECL(int) VBoxVrCompositorEntryRegionsAdd(PVBOXVR_COMPOSITOR pCompositor, PVBOXVR_COMPOSITOR_ENTRY pEntry, 324 PVBOXVR_COMPOSITOR_ENTRY *ppReplacedEntr [all...] |
H A D | cr_compositor.h | 248 PVBOXVR_COMPOSITOR_ENTRY pCe = VBoxVrCompositorIterNext(&pIter->Base);
|
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | vreg.cpp | 1206 PVBOXVR_COMPOSITOR_ENTRY pEntry, pEntryNext; 1222 DECLINLINE(void) vboxVrCompositorEntryRelease(PVBOXVR_COMPOSITOR pCompositor, PVBOXVR_COMPOSITOR_ENTRY pEntry, 1223 PVBOXVR_COMPOSITOR_ENTRY pReplacingEntry) 1237 DECLINLINE(void) vboxVrCompositorEntryAddRef(PVBOXVR_COMPOSITOR_ENTRY pEntry) 1242 DECLINLINE(void) vboxVrCompositorEntryAdd(PVBOXVR_COMPOSITOR pCompositor, PVBOXVR_COMPOSITOR_ENTRY pEntry) 1248 DECLINLINE(void) vboxVrCompositorEntryRemove(PVBOXVR_COMPOSITOR pCompositor, PVBOXVR_COMPOSITOR_ENTRY pEntry, 1249 PVBOXVR_COMPOSITOR_ENTRY pReplacingEntry) 1255 static void vboxVrCompositorEntryReplace(PVBOXVR_COMPOSITOR pCompositor, PVBOXVR_COMPOSITOR_ENTRY pEntry, 1256 PVBOXVR_COMPOSITOR_ENTRY pReplacingEntry) 1272 VBOXVREGDECL(void) VBoxVrCompositorEntryInit(PVBOXVR_COMPOSITOR_ENTRY pEntr [all...] |
H A D | compositor.cpp | 103 static DECLCALLBACK(bool) crVrScrCompositorRectsCounterCb(PVBOXVR_COMPOSITOR pCompositor, PVBOXVR_COMPOSITOR_ENTRY pEntry, 120 static DECLCALLBACK(bool) crVrScrCompositorRectsAssignerCb(PVBOXVR_COMPOSITOR pCCompositor, PVBOXVR_COMPOSITOR_ENTRY pCEntry, 252 PVBOXVR_COMPOSITOR_ENTRY pReplacedEntry; 794 PVBOXVR_COMPOSITOR_ENTRY pEntry, 795 PVBOXVR_COMPOSITOR_ENTRY pReplacingEntry) 949 static DECLCALLBACK(bool) crVrScrCompositorVisitCb(PVBOXVR_COMPOSITOR pCCompositor, PVBOXVR_COMPOSITOR_ENTRY pCEntry,
|
Completed in 51 milliseconds