Home | History | Annotate | Download | only in D3D9

Lines Matching refs:light

390 	long Direct3DDevice9Ex::GetLight(unsigned long index, D3DLIGHT9 *light)
392 TRACE("unsigned long index = %d, D3DLIGHT9 *light = 0x%0.8p", index, light);
394 return Direct3DDevice9::GetLight(index, light);
698 long Direct3DDevice9Ex::SetLight(unsigned long index, const D3DLIGHT9 *light)
700 TRACE("unsigned long index = %d, const D3DLIGHT9 *light = 0x%0.8p", index, light);
702 return Direct3DDevice9::SetLight(index, light);