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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVidPn.cpp1195 D3DKMDT_VIDPN_PRESENT_PATH *pNewVidPnPresentPathInfo; local
1196 Status = pVidPnTopologyInterface->pfnCreateNewPathInfo(hVidPnTopology, &pNewVidPnPresentPathInfo);
1203 pNewVidPnPresentPathInfo->VidPnSourceId = VidPnSourceId;
1204 pNewVidPnPresentPathInfo->VidPnTargetId = VidPnTargetId;
1205 pNewVidPnPresentPathInfo->ImportanceOrdinal = enmImportance;
1206 pNewVidPnPresentPathInfo->ContentTransformation.Scaling = D3DKMDT_VPPS_IDENTITY;
1207 memset(&pNewVidPnPresentPathInfo->ContentTransformation.ScalingSupport,
1208 0, sizeof (pNewVidPnPresentPathInfo->ContentTransformation.ScalingSupport));
1209 pNewVidPnPresentPathInfo->ContentTransformation.ScalingSupport.Identity = 1;
1210 pNewVidPnPresentPathInfo
1497 vboxVidPnIsPathSupported(PVBOXMP_DEVEXT pDevExt, const D3DKMDT_VIDPN_PRESENT_PATH *pNewVidPnPresentPathInfo) argument
2101 const D3DKMDT_VIDPN_PRESENT_PATH *pNewVidPnPresentPathInfo = NULL; local
[all...]

Completed in 67 milliseconds