Searched refs:D3D_SDK_VERSION (Results 1 – 7 of 7) sorted by relevance
175 if ((g_pD3D = Direct3DCreate9(D3D_SDK_VERSION)) == NULL) in CreateDeviceD3D()
448 priv->d3d9 = createD3D(D3D_SDK_VERSION); in dxva2_device_create9()481 hr = createD3DEx(D3D_SDK_VERSION, &d3d9ex); in dxva2_device_create9ex()
99 m_lpD3D9 = pCreateD3D9 (D3D_SDK_VERSION); in Init()280 pCreateD3D9Ex (D3D_SDK_VERSION, &m_lpD3D9); in Init()
221 SUCCEEDED(Direct3DCreate9ExPtr(D3D_SDK_VERSION, &mD3d9Ex))) in initialize()231 mD3d9 = Direct3DCreate9(D3D_SDK_VERSION); in initialize()2329 if (Direct3DCreate9ExPtr && SUCCEEDED(Direct3DCreate9ExPtr(D3D_SDK_VERSION, &d3d9Ex))) in isRemovedDeviceResettable()
196 #define D3D_SDK_VERSION 32 macro
480 direct3D = Direct3DCreate9Ex(D3D_SDK_VERSION, &direct3D);