Home
last modified time | relevance | path

Searched defs:SetLight (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp698 long Direct3DDevice9Ex::SetLight(unsigned long index, const D3DLIGHT9 *light) in SetLight() function in D3D9::Direct3DDevice9Ex
DDirect3DDevice9.cpp2805 long Direct3DDevice9::SetLight(unsigned long index, const D3DLIGHT9 *light) in SetLight() function in D3D9::Direct3DDevice9
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp2181 long Direct3DDevice8::SetLight(unsigned long index, const D3DLIGHT8 *light) in SetLight() function in D3D8::Direct3DDevice8
/external/swiftshader/include/Direct3D/
Dd3d8.h296 STDMETHOD(SetLight)(THIS_ DWORD Index,CONST D3DLIGHT8*) PURE; in DECLARE_INTERFACE_() local