Searched refs:d3d9Ex (Results 1 – 1 of 1) sorted by relevance
2199 IDirect3D9Ex *d3d9Ex = NULL; in isRemovedDeviceResettable() local2203 if (Direct3DCreate9ExPtr && SUCCEEDED(Direct3DCreate9ExPtr(D3D_SDK_VERSION, &d3d9Ex))) in isRemovedDeviceResettable()2206 HRESULT result = d3d9Ex->GetDeviceCaps(mAdapter, mDeviceType, &deviceCaps); in isRemovedDeviceResettable()2210 SafeRelease(d3d9Ex); in isRemovedDeviceResettable()