Searched refs:D3DLIGHT8 (Results 1 – 6 of 6) sorted by relevance
53 void setLight(unsigned long index, const D3DLIGHT8 *light);142 D3DLIGHT8 light[8];
103 long __stdcall GetLight(unsigned long index, D3DLIGHT8 *p) override;135 long __stdcall SetLight(unsigned long index, const D3DLIGHT8 *light) override;190 struct Light : D3DLIGHT8192 Light &operator=(const D3DLIGHT8 &light) in operator =()
323 void Direct3DStateBlock8::setLight(unsigned long index, const D3DLIGHT8 *light) in setLight()
1408 long Direct3DDevice8::GetLight(unsigned long index, D3DLIGHT8 *light) in GetLight()1720 D3DLIGHT8 light; in LightEnable()2181 long Direct3DDevice8::SetLight(unsigned long index, const D3DLIGHT8 *light) in SetLight()
181 } D3DLIGHT8; typedef
296 STDMETHOD(SetLight)(THIS_ DWORD Index,CONST D3DLIGHT8*) PURE; in DECLARE_INTERFACE_()297 STDMETHOD(GetLight)(THIS_ DWORD Index,D3DLIGHT8*) PURE; in DECLARE_INTERFACE_()