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

  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp     [all...]
Direct3DDevice9Ex.cpp 390 long Direct3DDevice9Ex::GetLight(unsigned long index, D3DLIGHT9 *light)
394 return Direct3DDevice9::GetLight(index, light);
    [all...]
  /external/swiftshader/src/D3D8/
Direct3DDevice8.cpp 1408 long Direct3DDevice8::GetLight(unsigned long index, D3DLIGHT8 *light)
    [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 210 virtual HRESULT WINAPI GetLight(DWORD Index, D3DLIGHT9 *pLight) = 0;
    [all...]

Completed in 101 milliseconds