Searched refs:mD3d9Module (Results 1 – 2 of 2) sorted by relevance
105 mD3d9Module = nullptr; in Renderer9()200 mD3d9Module = nullptr; in release()206 mD3d9Module = ::LoadLibrary(TEXT("d3d9.dll")); in initialize()208 if (mD3d9Module == nullptr) in initialize()215 reinterpret_cast<Direct3DCreate9ExFunc>(GetProcAddress(mD3d9Module, "Direct3DCreate9Ex")); in initialize()2380 reinterpret_cast<Direct3DCreate9ExFunc>(GetProcAddress(mD3d9Module, "Direct3DCreate9Ex")); in isRemovedDeviceResettable()
488 HMODULE mD3d9Module; variable