Home
last modified time | relevance | path

Searched refs:IDirect3DDevice9 (Results 1 – 25 of 45) sorted by relevance

12

/external/mesa3d/include/D3D9/
Dd3d9.h38 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/
DDirect3DVertexShader9.hpp41 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
DDirect3DPixelShader9.hpp41 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
DDirect3DVertexDeclaration9.hpp40 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
DDirect3DQuery9.hpp41 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
DDirect3DVertexBuffer9.hpp46 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
DDirect3DPixelShader9.cpp77 long Direct3DPixelShader9::GetDevice(IDirect3DDevice9 **device) in GetDevice()
DDirect3DSwapChain9.hpp48 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
DDirect3DIndexBuffer9.hpp46 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
DDirect3DVertexShader9.cpp77 long Direct3DVertexShader9::GetDevice(IDirect3DDevice9 **device) in GetDevice()
DDirect3DBaseTexture9.hpp42 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
DDirect3DResource9.hpp41 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
DDirect3DVolume9.hpp50 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
DDirect3DVolumeTexture9.hpp41 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
DDirect3DTexture9.hpp41 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
DDirect3DCubeTexture9.hpp41 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
DDirect3DSurface9.hpp49 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
DDirect3D9.hpp53 …igned long behaviorFlags, D3DPRESENT_PARAMETERS *presentParameters, IDirect3DDevice9 **returnedDev…
DDirect3D9Ex.hpp53 …igned long behaviorFlags, D3DPRESENT_PARAMETERS *presentParameters, IDirect3DDevice9 **returnedDev…
DDirect3DResource9.cpp127 long Direct3DResource9::GetDevice(IDirect3DDevice9 **device) in GetDevice()
/external/mesa3d/include/d3dadapter/
Dd3dadapter9.h47 …ameters, IDirect3D9 *pD3D9, ID3DPresentGroup *pPresentationFactory, IDirect3DDevice9 **ppReturnedD…
82 …ameters, IDirect3D9 *pD3D9, ID3DPresentGroup *pPresentationFactory, IDirect3DDevice9 **ppReturnedD…
/external/mesa3d/src/gallium/state_trackers/nine/
Diunknown.c166 IDirect3DDevice9 **ppDevice ) in NineUnknown_GetDevice()
170 *ppDevice = (IDirect3DDevice9 *)This->device; in NineUnknown_GetDevice()
Dadapter9.h128 IDirect3DDevice9 **ppReturnedDeviceInterface );
Diunknown.h108 IDirect3DDevice9 **ppDevice );
/external/webrtc/webrtc/test/win/
Dd3d_renderer.h46 rtc::scoped_refptr<IDirect3DDevice9> d3d_device_;

12