Searched refs:D3D_SDK_VERSION (Results 1 – 4 of 4) sorted by relevance
113 _d3d9 = Direct3DCreate9(D3D_SDK_VERSION); in CD3D9Wrapper()232 HRESULT result = Direct3DCreate9Ex(D3D_SDK_VERSION, &_d3d9Ex); in CD3D9ExWrapper()
84 d3d_ = Direct3DCreate9(D3D_SDK_VERSION); in Init()
221 SUCCEEDED(Direct3DCreate9ExPtr(D3D_SDK_VERSION, &mD3d9Ex))) in initialize()231 mD3d9 = Direct3DCreate9(D3D_SDK_VERSION); in initialize()2324 if (Direct3DCreate9ExPtr && SUCCEEDED(Direct3DCreate9ExPtr(D3D_SDK_VERSION, &d3d9Ex))) in isRemovedDeviceResettable()
196 #define D3D_SDK_VERSION 32 macro