Home
last modified time | relevance | path

Searched refs:D3DMATERIAL8 (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DStateBlock8.hpp54 void setMaterial(const D3DMATERIAL8 *material);
139 D3DMATERIAL8 material;
DDirect3DDevice8.hpp105 long __stdcall GetMaterial(D3DMATERIAL8 *material) override;
136 long __stdcall SetMaterial(const D3DMATERIAL8 *material) override;
186 D3DMATERIAL8 material;
DDirect3DStateBlock8.cpp328 void Direct3DStateBlock8::setMaterial(const D3DMATERIAL8 *material) in setMaterial()
DDirect3DDevice8.cpp96 D3DMATERIAL8 material; in Direct3DDevice8()
1446 long Direct3DDevice8::GetMaterial(D3DMATERIAL8 *material) in GetMaterial()
2204 long Direct3DDevice8::SetMaterial(const D3DMATERIAL8 *material) in SetMaterial()
/external/swiftshader/include/Direct3D/
Dd3d8types.h158 } D3DMATERIAL8; typedef
Dd3d8.h294 STDMETHOD(SetMaterial)(THIS_ CONST D3DMATERIAL8* pMaterial) PURE; in DECLARE_INTERFACE_()
295 STDMETHOD(GetMaterial)(THIS_ D3DMATERIAL8* pMaterial) PURE; in DECLARE_INTERFACE_()