Searched refs:Ce (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/GuestHost/OpenGL/include/ |
H A D | cr_compositor.h | 40 VBOXVR_COMPOSITOR_ENTRY Ce; member in struct:VBOXVR_SCR_COMPOSITOR_ENTRY 81 VBoxVrCompositorEntryInit(&pEntry->Ce); 102 return VBoxVrCompositorEntryIsInList(&pEntry->Ce); 145 return VBoxVrCompositorEntryIsInList(&pEntry->Ce); 219 #define VBOXVR_SCR_COMPOSITOR_ENTRY_FROM_ENTRY(_p) RT_FROM_MEMBER(_p, VBOXVR_SCR_COMPOSITOR_ENTRY, Ce) 220 #define VBOXVR_SCR_COMPOSITOR_CONST_ENTRY_FROM_ENTRY(_p) RT_FROM_MEMBER(_p, const VBOXVR_SCR_COMPOSITOR_ENTRY, Ce)
|
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | compositor.cpp | 253 int rc = VBoxVrCompositorEntryRegionsAdd(&pCompositor->Compositor, pEntry ? &pEntry->Ce : NULL, cRegions, 286 int rc = VBoxVrCompositorEntryRegionsSet(&pCompositor->Compositor, &pEntry->Ce, cRegions, paRegions, &fChanged); 319 if (VBoxVrCompositorEntryIsInList(&pEntry->Ce)) 321 int rc = VBoxVrCompositorEntryRegionsTranslate(&pCompositor->Compositor, &pEntry->Ce, pPos->x - pEntry->Rect.xLeft, 587 int rc = VBoxVrCompositorEntryListIntersect(&pCompositor->Compositor, &pEntry->Ce, pList2, &fChanged); 610 int rc = VBoxVrCompositorEntryRegionsIntersect(&pCompositor->Compositor, &pEntry->Ce, cRegions, paRegions, &fChanged); 768 if (!VBoxVrCompositorEntryRemove(&pCompositor->Compositor, &pEntry->Ce)) 783 if (!VBoxVrCompositorEntryReplace(&pCompositor->Compositor, &pEntry->Ce, &pNewEntry->Ce))
|
Completed in 55 milliseconds