Searched refs:IDirect3DDevice9 (Results 1 – 25 of 45) sorted by relevance
12
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 38 typedef struct IDirect3DDevice9 IDirect3DDevice9, *PDIRECT3DDEVICE9, *LPDIRECT3DDEVICE9; typedef 98 …WORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3DDevice9 **ppReturnedD… 117 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0; 159 struct IDirect3DDevice9 : public IUnknown struct 279 struct IDirect3DDevice9Ex : public IDirect3DDevice9 314 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0; 320 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0; 329 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0; 351 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0; 380 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0; [all …]
|
/external/swiftshader/src/D3D9/ |
D | Direct3DVertexShader9.hpp | 41 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
|
D | Direct3DPixelShader9.hpp | 41 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
|
D | Direct3DVertexDeclaration9.hpp | 40 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
|
D | Direct3DQuery9.hpp | 41 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
|
D | Direct3DVertexBuffer9.hpp | 46 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
|
D | Direct3DPixelShader9.cpp | 77 long Direct3DPixelShader9::GetDevice(IDirect3DDevice9 **device) in GetDevice()
|
D | Direct3DSwapChain9.hpp | 48 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
|
D | Direct3DIndexBuffer9.hpp | 46 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
|
D | Direct3DVertexShader9.cpp | 77 long Direct3DVertexShader9::GetDevice(IDirect3DDevice9 **device) in GetDevice()
|
D | Direct3DBaseTexture9.hpp | 42 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
|
D | Direct3DResource9.hpp | 41 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
|
D | Direct3DVolume9.hpp | 50 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
|
D | Direct3DVolumeTexture9.hpp | 41 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
|
D | Direct3DTexture9.hpp | 41 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
|
D | Direct3DCubeTexture9.hpp | 41 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
|
D | Direct3DSurface9.hpp | 49 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
|
D | Direct3D9.hpp | 53 …igned long behaviorFlags, D3DPRESENT_PARAMETERS *presentParameters, IDirect3DDevice9 **returnedDev…
|
D | Direct3D9Ex.hpp | 53 …igned long behaviorFlags, D3DPRESENT_PARAMETERS *presentParameters, IDirect3DDevice9 **returnedDev…
|
D | Direct3DResource9.cpp | 127 long Direct3DResource9::GetDevice(IDirect3DDevice9 **device) in GetDevice()
|
/external/mesa3d/include/d3dadapter/ |
D | d3dadapter9.h | 47 …ameters, IDirect3D9 *pD3D9, ID3DPresentGroup *pPresentationFactory, IDirect3DDevice9 **ppReturnedD… 82 …ameters, IDirect3D9 *pD3D9, ID3DPresentGroup *pPresentationFactory, IDirect3DDevice9 **ppReturnedD…
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | iunknown.c | 166 IDirect3DDevice9 **ppDevice ) in NineUnknown_GetDevice() 170 *ppDevice = (IDirect3DDevice9 *)This->device; in NineUnknown_GetDevice()
|
D | adapter9.h | 128 IDirect3DDevice9 **ppReturnedDeviceInterface );
|
D | iunknown.h | 108 IDirect3DDevice9 **ppDevice );
|
/external/webrtc/webrtc/test/win/ |
D | d3d_renderer.h | 46 rtc::scoped_refptr<IDirect3DDevice9> d3d_device_;
|
12