Home
last modified time | relevance | path

Searched refs:IDirect3D9Ex (Results 1 - 9 of 9) sorted by relevance

/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.h142 IDirect3D9Ex *pD3D9Ex,
H A Ddevice9ex.h44 IDirect3D9Ex *pD3D9Ex,
H A Ddevice9ex.c42 IDirect3D9Ex *pD3D9Ex, in NineDevice9Ex_ctor()
521 IDirect3D9Ex *pD3D9Ex, in NineDevice9Ex_new()
H A Dadapter9.c1080 IDirect3D9Ex *pD3D9Ex, in NineAdapter9_CreateDeviceEx()
/third_party/mesa3d/include/D3D9/
H A Dd3d9.h32 typedef struct IDirect3D9Ex IDirect3D9Ex, *PDIRECT3D9EX, *LPDIRECT3D9EX; typedef
101 struct IDirect3D9Ex : public IDirect3D9 struct
489 HRESULT (WINAPI *QueryInterface)(IDirect3D9Ex *This, REFIID riid, void **ppvObject);
490 ULONG (WINAPI *AddRef)(IDirect3D9Ex *This);
491 ULONG (WINAPI *Release)(IDirect3D9Ex *This);
493 HRESULT (WINAPI *RegisterSoftwareDevice)(IDirect3D9Ex *This, void *pInitializeFunction);
494 UINT (WINAPI *GetAdapterCount)(IDirect3D9Ex *This);
495 HRESULT (WINAPI *GetAdapterIdentifier)(IDirect3D9Ex *This, UINT Adapter, DWORD Flags, D3DADAPTER_IDENTIFIER9 *pIdentifier);
496 UINT (WINAPI *GetAdapterModeCount)(IDirect3D9Ex *Thi
514 struct IDirect3D9Ex global() struct
[all...]
/third_party/ffmpeg/libavutil/
H A Dhwcontext_dxva2.c39 typedef HRESULT WINAPI pDirect3DCreate9Ex(UINT, IDirect3D9Ex **);
474 IDirect3D9Ex *d3d9ex = NULL; in dxva2_device_create9ex()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.h491 IDirect3D9Ex *mD3d9Ex; // Might be null if D3D9Ex is not supported.
H A DRenderer9.cpp212 typedef HRESULT(WINAPI * Direct3DCreate9ExFunc)(UINT, IDirect3D9Ex **); in initialize()
2324 IDirect3D9Ex *d3d9Ex = nullptr; in isRemovedDeviceResettable()
2325 typedef HRESULT(WINAPI * Direct3DCreate9ExFunc)(UINT, IDirect3D9Ex **); in isRemovedDeviceResettable()

Completed in 15 milliseconds