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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVidPn.cpp202 static NTSTATUS vboxVidPnPopulateTargetModeInfo(D3DKMDT_VIDPN_TARGET_MODE *pNewVidPnTargetModeInfo, const RTRECTSIZE *pResolution) argument
204 pNewVidPnTargetModeInfo->Preference = D3DKMDT_MP_NOTPREFERRED;
205 return vboxVidPnPopulateVideoSignalInfo(&pNewVidPnTargetModeInfo->VideoSignalInfo, pResolution, 60 /* ULONG VSync */);
2014 const D3DKMDT_VIDPN_TARGET_MODE *pNewVidPnTargetModeInfo; local
2015 NTSTATUS Status = pVidPnTargetModeSetInterface->pfnAcquireFirstModeInfo(hNewVidPnTargetModeSet, &pNewVidPnTargetModeInfo);
2018 Assert(pNewVidPnTargetModeInfo);
2022 Status = pVidPnTargetModeSetInterface->pfnAcquireNextModeInfo(hNewVidPnTargetModeSet, pNewVidPnTargetModeInfo, &pNextVidPnTargetModeInfo);
2024 pNewVidPnTargetModeInfo, pContext))
2043 pNewVidPnTargetModeInfo = pNextVidPnTargetModeInfo;
2053 pNewVidPnTargetModeInfo
2949 vboxVidPnDumpTargetModeSetEnum(D3DKMDT_HVIDPNTARGETMODESET hNewVidPnTargetModeSet, const DXGK_VIDPNTARGETMODESET_INTERFACE *pVidPnTargetModeSetInterface, const D3DKMDT_VIDPN_TARGET_MODE *pNewVidPnTargetModeInfo, PVOID pContext) argument
[all...]

Completed in 40 milliseconds