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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispCm.cpp34 RTLISTANCHOR CtxList; member in struct:VBOXDISPCM_SESSION
49 Assert(RTListIsEmpty(&pSession->CtxList));
75 RTListInit(&pSession->CtxList);
87 RTListAppend(&pSession->CtxList, &pContext->ListNode);
230 RTListForEach(&pSession->CtxList, pCurCtx, VBOXWDDMDISP_CONTEXT, ListNode)
336 PVBOXWDDMDISP_CONTEXT pContext = RTListGetFirst(&pSession->CtxList, VBOXWDDMDISP_CONTEXT, ListNode);

Completed in 41 milliseconds