Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.h628 void GetLight(
DPVRTModelPOD.cpp2825 void CPVRTModelPOD::GetLight( function in CPVRTModelPOD
2860 GetLight(vPos,vDir,u32Idx);
2876 GetLight(vPos,vDir,u32Idx);
/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.cpp475 device->GetLight(index, &light[index]); in Capture()
1196 long result = device->GetLight(index, &light[index]); in captureLightStates()
DDirect3DDevice9Ex.cpp390 long Direct3DDevice9Ex::GetLight(unsigned long index, D3DLIGHT9 *light) in GetLight() function in D3D9::Direct3DDevice9Ex
394 return Direct3DDevice9::GetLight(index, light); in GetLight()
DDirect3DDevice9Ex.hpp109 long __stdcall GetLight(unsigned long index, D3DLIGHT9 *light) override;
DDirect3DDevice9.hpp107 long __stdcall GetLight(unsigned long index, D3DLIGHT9 *p) override;
DDirect3DDevice9.cpp1565 long Direct3DDevice9::GetLight(unsigned long index, D3DLIGHT9 *light) in GetLight() function in D3D9::Direct3DDevice9
/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp103 long __stdcall GetLight(unsigned long index, D3DLIGHT8 *p) override;
DDirect3DStateBlock8.cpp626 device->GetLight(index, &light[index]); in captureLightStates()
DDirect3DDevice8.cpp1408 long Direct3DDevice8::GetLight(unsigned long index, D3DLIGHT8 *light) in GetLight() function in D3D8::Direct3DDevice8
/external/swiftshader/include/Direct3D/
Dd3d8.h297 STDMETHOD(GetLight)(THIS_ DWORD Index,D3DLIGHT8*) PURE; in DECLARE_INTERFACE_() local
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/
Dd3d9.h210 virtual HRESULT WINAPI GetLight(DWORD Index, D3DLIGHT9 *pLight) = 0;
798 HRESULT (WINAPI *GetLight)(IDirect3DDevice9 *This, DWORD Index, D3DLIGHT9 *pLight);
925 #define IDirect3DDevice9_GetLight(p,a,b) (p)->lpVtbl->GetLight(p,a,b)
1049 HRESULT (WINAPI *GetLight)(IDirect3DDevice9Ex *This, DWORD Index, D3DLIGHT9 *pLight);
1192 #define IDirect3DDevice9Ex_GetLight(p,a,b) (p)->lpVtbl->GetLight(p,a,b)