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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVidPn.h40 PVBOXWDDM_TARGET paTargets; member in struct:VBOXWDDM_TARGET_ITER
46 void VBoxVidPnStCleanup(PVBOXWDDM_SOURCE paSources, PVBOXWDDM_TARGET paTargets, uint32_t cScreens);
47 void VBoxVidPnStTIterInit(PVBOXWDDM_SOURCE pSource, PVBOXWDDM_TARGET paTargets, uint32_t cTargets, VBOXWDDM_TARGET_ITER *pIter);
76 D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId, VBOXWDDM_SOURCE *paSources, VBOXWDDM_TARGET *paTargets);
80 VBOXWDDM_SOURCE *paSources, VBOXWDDM_TARGET *paTargets);
H A DVBoxMPVidPn.cpp243 void VBoxVidPnStTIterInit(PVBOXWDDM_SOURCE pSource, PVBOXWDDM_TARGET paTargets, uint32_t cTargets, VBOXWDDM_TARGET_ITER *pIter) argument
246 pIter->paTargets = paTargets;
265 return &pIter->paTargets[i];
268 void VBoxVidPnStSourceCleanup(PVBOXWDDM_SOURCE paSources, D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId, PVBOXWDDM_TARGET paTargets, uint32_t cTargets) argument
272 VBoxVidPnStTIterInit(pSource, paTargets, cTargets, &Iter);
280 VBoxVidPnStTIterInit(pSource, paTargets, cTargets, &Iter);
284 void VBoxVidPnStCleanup(PVBOXWDDM_SOURCE paSources, PVBOXWDDM_TARGET paTargets, uint32_t cScreens) argument
288 PVBOXWDDM_TARGET pTarget = &paTargets[i];
2234 VBOXWDDM_TARGET *paTargets; member in struct:VBOXVIDPNCOMMITTARGETMODE
2276 VBoxVidPnCommitSourceModeForSrcId(PVBOXMP_DEVEXT pDevExt, const D3DKMDT_HVIDPN hDesiredVidPn, const DXGK_VIDPN_INTERFACE* pVidPnInterface, PVBOXWDDM_ALLOCATION pAllocation, D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId, VBOXWDDM_SOURCE *paSources, VBOXWDDM_TARGET *paTargets) argument
2369 VBoxVidPnCommitAll(PVBOXMP_DEVEXT pDevExt, const D3DKMDT_HVIDPN hDesiredVidPn, const DXGK_VIDPN_INTERFACE* pVidPnInterface, PVBOXWDDM_ALLOCATION pAllocation, VBOXWDDM_SOURCE *paSources, VBOXWDDM_TARGET *paTargets) argument
[all...]

Completed in 50 milliseconds