Searched refs:SetLight (Results 1 – 5 of 5) sorted by relevance
698 long Direct3DDevice9Ex::SetLight(unsigned long index, const D3DLIGHT9 *light) in SetLight() function in D3D9::Direct3DDevice9Ex702 return Direct3DDevice9::SetLight(index, light); in SetLight()
108 long __stdcall SetLight(unsigned long index, const D3DLIGHT9 *light);
151 long __stdcall SetLight(unsigned long index, const D3DLIGHT9 *light);
227 device->SetLight(index, &light[index]); in Apply()
2804 long Direct3DDevice9::SetLight(unsigned long index, const D3DLIGHT9 *light) in SetLight() function in D3D9::Direct3DDevice9