Home
last modified time | relevance | path

Searched refs:IDirect3DDevice9Ex (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/include/D3D9/
H A Dd3d9.h39 typedef struct IDirect3DDevice9Ex IDirect3DDevice9Ex, *PDIRECT3DDEVICE9EX, *LPDIRECT3DDEVICE9EX; typedef
106 virtual HRESULT WINAPI CreateDeviceEx(UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, D3DDISPLAYMODEEX *pFullscreenDisplayMode, IDirect3DDevice9Ex **ppReturnedDeviceInterface) = 0;
279 struct IDirect3DDevice9Ex : public IDirect3DDevice9 struct
511 HRESULT (WINAPI *CreateDeviceEx)(IDirect3D9Ex *This, UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, D3DDISPLAYMODEEX *pFullscreenDisplayMode, IDirect3DDevice9Ex **ppReturnedDeviceInterface);
996 HRESULT (WINAPI *QueryInterface)(IDirect3DDevice9Ex *This, REFIID riid, void **ppvObject);
997 ULONG (WINAPI *AddRef)(IDirect3DDevice9Ex *This);
998 ULONG (WINAPI *Release)(IDirect3DDevice9Ex *This);
1000 HRESULT (WINAPI *TestCooperativeLevel)(IDirect3DDevice9Ex *This);
1001 UINT (WINAPI *GetAvailableTextureMem)(IDirect3DDevice9Ex *Thi
1133 struct IDirect3DDevice9Ex global() struct
[all...]
/third_party/mesa3d/include/d3dadapter/
H A Dd3dadapter9.h48 HRESULT (WINAPI *CreateDeviceEx)(ID3DAdapter9 *This, UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, D3DDISPLAYMODEEX *pFullscreenDisplayMode, IDirect3D9Ex *pD3D9Ex, ID3DPresentGroup *pPresentationFactory, IDirect3DDevice9Ex **ppReturnedDeviceInterface);
83 HRESULT WINAPI CreateDeviceEx(UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, D3DDISPLAYMODEEX *pFullscreenDisplayMode, IDirect3D9Ex *pD3D9Ex, ID3DPresentGroup *pPresentationFactory, IDirect3DDevice9Ex **ppReturnedDeviceInterface);
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dadapter9.h144 IDirect3DDevice9Ex **ppReturnedDeviceInterface );
H A Dadapter9.c1082 IDirect3DDevice9Ex **ppReturnedDeviceInterface ) in NineAdapter9_CreateDeviceEx()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_dxva2.c475 IDirect3DDevice9Ex *exdev = NULL; in dxva2_device_create9ex()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.h493 IDirect3DDevice9Ex *mDeviceEx; // Might be null if D3D9Ex is not supported.
H A DRenderer9.cpp349 result = mDevice->QueryInterface(__uuidof(IDirect3DDevice9Ex), (void **)&mDeviceEx); in initialize()

Completed in 15 milliseconds