Searched refs:IDirect3DDevice8 (Results 1 – 24 of 24) sorted by relevance
/external/swiftshader/src/D3D8/ |
D | Direct3DBaseTexture8.hpp | 46 long __stdcall GetDevice(IDirect3DDevice8 **device) override;
|
D | Direct3DVertexBuffer8.hpp | 46 long __stdcall GetDevice(IDirect3DDevice8 **device) override;
|
D | Direct3DIndexBuffer8.hpp | 46 long __stdcall GetDevice(IDirect3DDevice8 **device) override;
|
D | Direct3DResource8.hpp | 41 long __stdcall GetDevice(IDirect3DDevice8 **device) override;
|
D | Direct3DVolumeTexture8.hpp | 45 long __stdcall GetDevice(IDirect3DDevice8 **device) override;
|
D | Direct3DTexture8.hpp | 45 long __stdcall GetDevice(IDirect3DDevice8 **device) override;
|
D | Direct3DVolume8.hpp | 50 long __stdcall GetDevice(IDirect3DDevice8 **device) override;
|
D | Direct3DCubeTexture8.hpp | 45 long __stdcall GetDevice(IDirect3DDevice8 **device) override;
|
D | Direct3DSurface8.hpp | 46 long __stdcall GetDevice(IDirect3DDevice8 **device) override;
|
D | Direct3D8.hpp | 45 …igned long behaviorFlags, D3DPRESENT_PARAMETERS *presentParameters, IDirect3DDevice8 **returnedDev…
|
D | Direct3DBaseTexture8.cpp | 96 long Direct3DBaseTexture8::GetDevice(IDirect3DDevice8 **device) in GetDevice()
|
D | Direct3DStateBlock8.hpp | 45 long __stdcall GetDevice(IDirect3DDevice8 **device);
|
D | Direct3DIndexBuffer8.cpp | 96 long Direct3DIndexBuffer8::GetDevice(IDirect3DDevice8 **device) in GetDevice()
|
D | Direct3DResource8.cpp | 119 long Direct3DResource8::GetDevice(IDirect3DDevice8 **device) in GetDevice()
|
D | Direct3DVertexBuffer8.cpp | 135 long Direct3DVertexBuffer8::GetDevice(IDirect3DDevice8 **device) in GetDevice()
|
D | Direct3DTexture8.cpp | 123 long Direct3DTexture8::GetDevice(IDirect3DDevice8 **device) in GetDevice()
|
D | Direct3DVolume8.cpp | 125 long Direct3DVolume8::GetDevice(IDirect3DDevice8 **device) in GetDevice()
|
D | Direct3DVolumeTexture8.cpp | 124 long Direct3DVolumeTexture8::GetDevice(IDirect3DDevice8 **device) in GetDevice()
|
D | Direct3DCubeTexture8.cpp | 132 long Direct3DCubeTexture8::GetDevice(IDirect3DDevice8 **device) in GetDevice()
|
D | Direct3DSurface8.cpp | 147 long Direct3DSurface8::GetDevice(IDirect3DDevice8 **device) in GetDevice()
|
D | Direct3DDevice8.hpp | 46 class Direct3DDevice8 : public IDirect3DDevice8, protected Unknown
|
D | Direct3DStateBlock8.cpp | 275 long Direct3DStateBlock8::GetDevice(IDirect3DDevice8 **device) in GetDevice()
|
D | Direct3D8.cpp | 555 …igned long behaviorFlags, D3DPRESENT_PARAMETERS *presentParameters, IDirect3DDevice8 **returnedDev… in CreateDevice()
|
/external/swiftshader/include/Direct3D/ |
D | d3d8.h | 102 interface IDirect3DDevice8; variable 122 typedef interface IDirect3DDevice8 IDirect3DDevice8; typedef 185 …,DWORD BehaviorFlags,D3DPRESENT_PARAMETERS* pPresentationParameters,IDirect3DDevice8** ppReturnedD… in DECLARE_INTERFACE_() 245 #define INTERFACE IDirect3DDevice8 247 DECLARE_INTERFACE_(IDirect3DDevice8, IUnknown) in DECLARE_INTERFACE_() argument 351 typedef struct IDirect3DDevice8 *LPDIRECT3DDEVICE8, *PDIRECT3DDEVICE8; 597 STDMETHOD(GetDevice)(THIS_ IDirect3DDevice8** ppDevice) PURE; in DECLARE_INTERFACE_() 649 STDMETHOD(GetDevice)(THIS_ IDirect3DDevice8** ppDevice) PURE; in DECLARE_INTERFACE_() 711 STDMETHOD(GetDevice)(THIS_ IDirect3DDevice8** ppDevice) PURE; in DECLARE_INTERFACE_() 788 STDMETHOD(GetDevice)(THIS_ IDirect3DDevice8** ppDevice) PURE; in DECLARE_INTERFACE_() [all …]
|