Searched refs:D3DMATERIAL8 (Results 1 – 6 of 6) sorted by relevance
54 void setMaterial(const D3DMATERIAL8 *material);139 D3DMATERIAL8 material;
105 long __stdcall GetMaterial(D3DMATERIAL8 *material) override;136 long __stdcall SetMaterial(const D3DMATERIAL8 *material) override;186 D3DMATERIAL8 material;
328 void Direct3DStateBlock8::setMaterial(const D3DMATERIAL8 *material) in setMaterial()
96 D3DMATERIAL8 material; in Direct3DDevice8()1446 long Direct3DDevice8::GetMaterial(D3DMATERIAL8 *material) in GetMaterial()2204 long Direct3DDevice8::SetMaterial(const D3DMATERIAL8 *material) in SetMaterial()
158 } D3DMATERIAL8; typedef
294 STDMETHOD(SetMaterial)(THIS_ CONST D3DMATERIAL8* pMaterial) PURE; in DECLARE_INTERFACE_()295 STDMETHOD(GetMaterial)(THIS_ D3DMATERIAL8* pMaterial) PURE; in DECLARE_INTERFACE_()