HomeSort by relevance Sort by last modified time
    Searched defs:SetLight (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp     [all...]
Direct3DDevice9Ex.cpp 698 long Direct3DDevice9Ex::SetLight(unsigned long index, const D3DLIGHT9 *light)
702 return Direct3DDevice9::SetLight(index, light);
    [all...]
  /external/swiftshader/src/D3D8/
Direct3DDevice8.cpp     [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 209 virtual HRESULT WINAPI SetLight(DWORD Index, const D3DLIGHT9 *pLight) = 0;
    [all...]

Completed in 665 milliseconds