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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dcompositor.cpp895 VBOXVR_SCR_COMPOSITOR_ITERATOR CIter; local
897 CrVrScrCompositorIterInit(pCompositor, &CIter);
899 while ((pCurEntry = CrVrScrCompositorIterNext(&CIter)) != NULL)
972 VBOXVR_SCR_COMPOSITOR_CONST_ITERATOR CIter; local
974 CrVrScrCompositorConstIterInit(pCompositor, &CIter);
979 while ((pEntry = CrVrScrCompositorConstIterNext(&CIter)) != NULL)
1009 VBOXVR_SCR_COMPOSITOR_ITERATOR CIter; local
1011 CrVrScrCompositorIterInit(pCompositor, &CIter);
1015 while ((pEntry = CrVrScrCompositorIterNext(&CIter)) != NULL)
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.c824 VBOXVR_SCR_COMPOSITOR_CONST_ITERATOR CIter; local
826 CrVrScrCompositorConstIterInit(pCompositor, &CIter);
827 while ((pEntry = CrVrScrCompositorConstIterNext(&CIter)) != NULL)
856 VBOXVR_SCR_COMPOSITOR_CONST_ITERATOR CIter; local
858 CrVrScrCompositorConstIterInit(pCompositor, &CIter);
859 while ((pEntry = CrVrScrCompositorConstIterNext(&CIter)) != NULL)

Completed in 50 milliseconds