Searched refs:GetLight (Results 1 - 12 of 12) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTModelPOD.h621 @fn GetLight
628 void GetLight(
H A DPVRTModelPOD.cpp2818 @Function GetLight
2825 void CPVRTModelPOD::GetLight(
2858 { // TODO: make this a real function instead of just wrapping GetLight()
2860 GetLight(vPos,vDir,u32Idx);
2874 { // TODO: make this a real function instead of just wrapping GetLight()
2876 GetLight(vPos,vDir,u32Idx);
/external/swiftshader/src/D3D8/
H A DDirect3DDevice8.hpp103 long __stdcall GetLight(unsigned long index, D3DLIGHT8 *p) override;
H A DDirect3DStateBlock8.cpp626 device->GetLight(index, &light[index]);
H A DDirect3DDevice8.cpp1408 long Direct3DDevice8::GetLight(unsigned long index, D3DLIGHT8 *light) function in class:D3D8::Direct3DDevice8
/external/swiftshader/src/D3D9/
H A DDirect3DDevice9Ex.hpp109 long __stdcall GetLight(unsigned long index, D3DLIGHT9 *light) override;
H A DDirect3DDevice9Ex.cpp390 long Direct3DDevice9Ex::GetLight(unsigned long index, D3DLIGHT9 *light) function in class:D3D9::Direct3DDevice9Ex
394 return Direct3DDevice9::GetLight(index, light);
H A DDirect3DStateBlock9.cpp475 device->GetLight(index, &light[index]);
1196 long result = device->GetLight(index, &light[index]);
H A DDirect3DDevice9.hpp107 long __stdcall GetLight(unsigned long index, D3DLIGHT9 *p) override;
H A DDirect3DDevice9.cpp1565 long Direct3DDevice9::GetLight(unsigned long index, D3DLIGHT9 *light) function in class:D3D9::Direct3DDevice9
/external/swiftshader/include/Direct3D/
H A Dd3d8.h297 STDMETHOD(GetLight)(THIS_ DWORD Index,D3DLIGHT8*) PURE;
399 #define IDirect3DDevice8_GetLight(p,a,b) (p)->lpVtbl->GetLight(p,a,b)
497 #define IDirect3DDevice8_GetLight(p,a,b) (p)->GetLight(a,b)
/external/mesa3d/include/D3D9/
H A Dd3d9.h210 virtual HRESULT WINAPI GetLight(DWORD Index, D3DLIGHT9 *pLight) = 0;
798 HRESULT (WINAPI *GetLight)(IDirect3DDevice9 *This, DWORD Index, D3DLIGHT9 *pLight); member in struct:IDirect3DDevice9Vtbl
925 #define IDirect3DDevice9_GetLight(p,a,b) (p)->lpVtbl->GetLight(p,a,b)
1049 HRESULT (WINAPI *GetLight)(IDirect3DDevice9Ex *This, DWORD Index, D3DLIGHT9 *pLight); member in struct:IDirect3DDevice9ExVtbl
1192 #define IDirect3DDevice9Ex_GetLight(p,a,b) (p)->lpVtbl->GetLight(p,a,b)

Completed in 338 milliseconds