Searched refs:d3d9Ex (Results 1 – 1 of 1) sorted by relevance
2319 IDirect3D9Ex *d3d9Ex = nullptr; in isRemovedDeviceResettable() local2324 if (Direct3DCreate9ExPtr && SUCCEEDED(Direct3DCreate9ExPtr(D3D_SDK_VERSION, &d3d9Ex))) in isRemovedDeviceResettable()2327 HRESULT result = d3d9Ex->GetDeviceCaps(mAdapter, mDeviceType, &deviceCaps); in isRemovedDeviceResettable()2331 SafeRelease(d3d9Ex); in isRemovedDeviceResettable()