Home
last modified time | relevance | path

Searched refs:dwDDIVersion (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/directx/d3d9/
H A Dd3d9_caps.c459 if (DdiVersion.dwDDIVersion != DX9_DDI_VERSION) in GetD3D9DriverInfo()
467 DdiVersion.dwDDIVersion = DX9_DDI_VERSION; in GetD3D9DriverInfo()
474 if (DdiVersion.dwDDIVersion < DX9_DDI_VERSION) in GetD3D9DriverInfo()
478 if (DdiVersion.dwDDIVersion == 0) in GetD3D9DriverInfo()
/reactos/sdk/include/ddk/
H A Dd3dhal.h787 DWORD dwDDIVersion; member
/reactos/dll/directx/wine/dxdiagn/
H A Dprovider.c97 static const WCHAR dwDDIVersion[] = {'d','w','D','D','I','V','e','r','s','i','o','n',0}; variable
1233 hr = add_ui4_property(display_adapter, dwDDIVersion, 11); in fill_display_information_d3d()