Searched refs:mD3d9ex (Results 1 – 2 of 2) sorted by relevance
30 mD3d9ex = NULL; in Display()80 …NABLE_D3D9EX && Direct3DCreate9ExPtr && SUCCEEDED(Direct3DCreate9ExPtr(D3D_SDK_VERSION, &mD3d9ex))) in initialize()82 ASSERT(mD3d9ex); in initialize()83 mD3d9ex->QueryInterface(IID_IDirect3D9, reinterpret_cast<void**>(&mD3d9)); in initialize()262 if (mD3d9ex) in terminate()264 mD3d9ex->Release(); in terminate()265 mD3d9ex = NULL; in terminate()611 if (mD3d9ex != NULL) in getBufferPool()
83 IDirect3D9Ex *mD3d9ex; // Might be null if D3D9Ex is not supported. variable