Home
last modified time | relevance | path

Searched refs:IDirect3DDevice8 (Results 1 – 24 of 24) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DBaseTexture8.hpp46 long __stdcall GetDevice(IDirect3DDevice8 **device) override;
DDirect3DVertexBuffer8.hpp46 long __stdcall GetDevice(IDirect3DDevice8 **device) override;
DDirect3DIndexBuffer8.hpp46 long __stdcall GetDevice(IDirect3DDevice8 **device) override;
DDirect3DResource8.hpp41 long __stdcall GetDevice(IDirect3DDevice8 **device) override;
DDirect3DVolume8.hpp50 long __stdcall GetDevice(IDirect3DDevice8 **device) override;
DDirect3DTexture8.hpp45 long __stdcall GetDevice(IDirect3DDevice8 **device) override;
DDirect3DVolumeTexture8.hpp45 long __stdcall GetDevice(IDirect3DDevice8 **device) override;
DDirect3DCubeTexture8.hpp45 long __stdcall GetDevice(IDirect3DDevice8 **device) override;
DDirect3DSurface8.hpp46 long __stdcall GetDevice(IDirect3DDevice8 **device) override;
DDirect3D8.hpp45 …igned long behaviorFlags, D3DPRESENT_PARAMETERS *presentParameters, IDirect3DDevice8 **returnedDev…
DDirect3DBaseTexture8.cpp96 long Direct3DBaseTexture8::GetDevice(IDirect3DDevice8 **device) in GetDevice()
DDirect3DStateBlock8.hpp45 long __stdcall GetDevice(IDirect3DDevice8 **device);
DDirect3DIndexBuffer8.cpp96 long Direct3DIndexBuffer8::GetDevice(IDirect3DDevice8 **device) in GetDevice()
DDirect3DResource8.cpp119 long Direct3DResource8::GetDevice(IDirect3DDevice8 **device) in GetDevice()
DDirect3DVertexBuffer8.cpp135 long Direct3DVertexBuffer8::GetDevice(IDirect3DDevice8 **device) in GetDevice()
DDirect3DTexture8.cpp123 long Direct3DTexture8::GetDevice(IDirect3DDevice8 **device) in GetDevice()
DDirect3DVolume8.cpp124 long Direct3DVolume8::GetDevice(IDirect3DDevice8 **device) in GetDevice()
DDirect3DCubeTexture8.cpp132 long Direct3DCubeTexture8::GetDevice(IDirect3DDevice8 **device) in GetDevice()
DDirect3DVolumeTexture8.cpp124 long Direct3DVolumeTexture8::GetDevice(IDirect3DDevice8 **device) in GetDevice()
DDirect3DSurface8.cpp146 long Direct3DSurface8::GetDevice(IDirect3DDevice8 **device) in GetDevice()
DDirect3DDevice8.hpp46 class Direct3DDevice8 : public IDirect3DDevice8, protected Unknown
DDirect3DStateBlock8.cpp275 long Direct3DStateBlock8::GetDevice(IDirect3DDevice8 **device) in GetDevice()
DDirect3D8.cpp555 …igned long behaviorFlags, D3DPRESENT_PARAMETERS *presentParameters, IDirect3DDevice8 **returnedDev… in CreateDevice()
/external/swiftshader/include/Direct3D/
Dd3d8.h102 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 …]