Searched refs:pfnEntryReleased (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_compositor.h48 PFNVBOXVRSCRCOMPOSITOR_ENTRY_RELEASED pfnEntryReleased; member in struct:VBOXVR_SCR_COMPOSITOR_ENTRY
78 PFNVBOXVRSCRCOMPOSITOR_ENTRY_RELEASED pfnEntryReleased)
83 pEntry->pfnEntryReleased = pfnEntryReleased;
77 CrVrScrCompositorEntryInit(PVBOXVR_SCR_COMPOSITOR_ENTRY pEntry, PCRTRECT pRect, CR_TEXDATA *pTex, PFNVBOXVRSCRCOMPOSITOR_ENTRY_RELEASED pfnEntryReleased) argument
H A Dcr_vreg.h273 PFNVBOXVRCOMPOSITOR_ENTRY_RELEASED pfnEntryReleased; member in struct:VBOXVR_COMPOSITOR
282 VBOXVREGDECL(void) VBoxVrCompositorInit(PVBOXVR_COMPOSITOR pCompositor, PFNVBOXVRCOMPOSITOR_ENTRY_RELEASED pfnEntryReleased);
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dvreg.cpp1197 VBOXVREGDECL(void) VBoxVrCompositorInit(PVBOXVR_COMPOSITOR pCompositor, PFNVBOXVRCOMPOSITOR_ENTRY_RELEASED pfnEntryReleased) argument
1200 pCompositor->pfnEntryReleased = pfnEntryReleased;
1233 if (pCompositor->pfnEntryReleased)
1234 pCompositor->pfnEntryReleased(pCompositor, pEntry, pReplacingEntry);
H A Dcompositor.cpp813 if (pCEntry->pfnEntryReleased)
818 pCEntry->pfnEntryReleased(pCConpositor, pCEntry, pCReplacingEntry);

Completed in 374 milliseconds