Searched refs:D3D_SDK_VERSION (Results 1 – 9 of 9) sorted by relevance
148 _d3d9 = Direct3DCreate9(D3D_SDK_VERSION); in CD3D9Wrapper()285 HRESULT result = Direct3DCreate9Ex(D3D_SDK_VERSION, &_d3d9Ex); in CD3D9ExWrapper()
87 d3d_ = Direct3DCreate9(D3D_SDK_VERSION); in Init()
370 direct3DCreate9Ex(D3D_SDK_VERSION, &d3d9ex); in loadSystemD3D9ex()
1628 d3d9 = direct3DCreate9(D3D_SDK_VERSION); in loadSystemD3D9()
369 if (NULL == (_pD3D = Direct3DCreate9(D3D_SDK_VERSION))) in InitializeD3D()
213 SUCCEEDED(Direct3DCreate9ExPtr(D3D_SDK_VERSION, &mD3d9Ex))) in initialize()223 mD3d9 = Direct3DCreate9(D3D_SDK_VERSION); in initialize()2308 if (Direct3DCreate9ExPtr && SUCCEEDED(Direct3DCreate9ExPtr(D3D_SDK_VERSION, &d3d9Ex))) in isRemovedDeviceResettable()
196 #define D3D_SDK_VERSION 32 macro
1071 d3d8 = direct3DCreate8(D3D_SDK_VERSION); in loadSystemD3D8()
27 #define D3D_SDK_VERSION 220 macro