Searched refs:dwDDIVersion (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/directx/d3d9/ |
H A D | d3d9_caps.c | 459 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 D | d3dhal.h | 787 DWORD dwDDIVersion; member
|
/reactos/dll/directx/wine/dxdiagn/ |
H A D | provider.c | 97 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()
|