Home
last modified time | relevance | path

Searched refs:SetLight (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp698 long Direct3DDevice9Ex::SetLight(unsigned long index, const D3DLIGHT9 *light) in SetLight() function in D3D9::Direct3DDevice9Ex
702 return Direct3DDevice9::SetLight(index, light); in SetLight()
DDirect3DDevice9Ex.hpp108 long __stdcall SetLight(unsigned long index, const D3DLIGHT9 *light);
DDirect3DDevice9.hpp151 long __stdcall SetLight(unsigned long index, const D3DLIGHT9 *light);
DDirect3DStateBlock9.cpp227 device->SetLight(index, &light[index]); in Apply()
DDirect3DDevice9.cpp2804 long Direct3DDevice9::SetLight(unsigned long index, const D3DLIGHT9 *light) in SetLight() function in D3D9::Direct3DDevice9