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

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_vreg.h254 typedef struct VBOXVR_COMPOSITOR_ENTRY struct
259 } VBOXVR_COMPOSITOR_ENTRY; typedef in typeref:struct:VBOXVR_COMPOSITOR_ENTRY
260 typedef VBOXVR_COMPOSITOR_ENTRY *PVBOXVR_COMPOSITOR_ENTRY;
261 typedef VBOXVR_COMPOSITOR_ENTRY const *PCVBOXVR_COMPOSITOR_ENTRY;
371 #define VBOXVR_COMPOSITOR_ENTRY_FROM_NODE(_p) RT_FROM_MEMBER(_p, VBOXVR_COMPOSITOR_ENTRY, Node)
372 #define VBOXVR_COMPOSITOR_CONST_ENTRY_FROM_NODE(_p) RT_FROM_MEMBER(_p, const VBOXVR_COMPOSITOR_ENTRY, Node)

Completed in 43 milliseconds