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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d.h423 STDMETHOD(GetLight)(THIS_ D3DLIGHT *data) PURE;
435 #define IDirect3DLight_GetLight(p,a) (p)->lpVtbl->GetLight(p,a)
444 #define IDirect3DLight_GetLight(p,a) (p)->GetLight(a)
1333 STDMETHOD(GetLight)(THIS_ DWORD idx, D3DLIGHT7 *data) PURE;
1397 #define IDirect3DDevice7_GetLight(p,a,b) (p)->lpVtbl->GetLight(p,a,b)
1449 #define IDirect3DDevice7_GetLight(p,a,b) (p)->GetLight(a,b)
H A Dd3d9.h1358 STDMETHOD(GetLight)(THIS_ DWORD Index, D3DLIGHT9*) PURE;
1486 #define IDirect3DDevice9_GetLight(p,a,b) (p)->lpVtbl->GetLight(p,a,b)
1608 #define IDirect3DDevice9_GetLight(p,a,b) (p)->GetLight(a,b)
1742 STDMETHOD(GetLight)(THIS_ DWORD Index, D3DLIGHT9*) PURE;
1891 #define IDirect3DDevice9Ex_GetLight(p,a,b) (p)->lpVtbl->GetLight(p,a,b)
2029 #define IDirect3DDevice9Ex_GetLight(p,a,b) (p)->GetLight(a,b)
H A Dd3d8.h888 STDMETHOD(GetLight)(THIS_ DWORD Index,D3DLIGHT8 * pLight) PURE;
997 #define IDirect3DDevice8_GetLight(p,a,b) (p)->lpVtbl->GetLight(p,a,b)
1097 #define IDirect3DDevice8_GetLight(p,a,b) (p)->GetLight(a,b)
H A Dd3drmobj.h2210 STDMETHOD(GetLight)(THIS_ struct IDirect3DRMLight **light) PURE;
2240 #define IDirect3DRMShadow2_GetLight(p,a) (p)->lpVtbl->GetLight(p,a)
2265 #define IDirect3DRMShadow2_GetLight(p,a) (p)->GetLight(a)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d.h417 STDMETHOD(GetLight)(THIS_ LPD3DLIGHT lpLight) PURE;
429 #define IDirect3DLight_GetLight(p,a) (p)->lpVtbl->GetLight(p,a)
438 #define IDirect3DLight_GetLight(p,a) (p)->GetLight(a)
1309 STDMETHOD(GetLight)(THIS_ DWORD dwLightIndex,LPD3DLIGHT7 lpLight) PURE;
1364 #define IDirect3DDevice7_GetLight(p,a,b) (p)->lpVtbl->GetLight(p,a,b)
1416 #define IDirect3DDevice7_GetLight(p,a,b) (p)->GetLight(a,b)
H A Dd3d9.h1274 STDMETHOD(GetLight)(THIS_ DWORD Index, D3DLIGHT9*) PURE;
1399 #define IDirect3DDevice9_GetLight(p,a,b) (p)->lpVtbl->GetLight(p,a,b)
1521 #define IDirect3DDevice9_GetLight(p,a,b) (p)->GetLight(a,b)
1651 STDMETHOD(GetLight)(THIS_ DWORD Index, D3DLIGHT9*) PURE;
1796 #define IDirect3DDevice9Ex_GetLight(p,a,b) (p)->lpVtbl->GetLight(p,a,b)
1934 #define IDirect3DDevice9Ex_GetLight(p,a,b) (p)->GetLight(a,b)
H A Dd3d8.h886 STDMETHOD(GetLight)(THIS_ DWORD Index,D3DLIGHT8 * pLight) PURE;
989 #define IDirect3DDevice8_GetLight(p,a,b) (p)->lpVtbl->GetLight(p,a,b)
1089 #define IDirect3DDevice8_GetLight(p,a,b) (p)->GetLight(a,b)
H A Dd3drmobj.h2172 STDMETHOD(GetLight)(THIS_ LPDIRECT3DRMLIGHT *) PURE;
2202 #define IDirect3DRMShadow2_GetLight(p,a) (p)->lpVtbl->GetLight(p,a)
2227 #define IDirect3DRMShadow2_GetLight(p,a) (p)->GetLight(a)
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/
H A Dd3d9.h1282 STDMETHOD(GetLight)(THIS_ DWORD Index, D3DLIGHT9*) PURE;
1407 #define IDirect3DDevice9_GetLight(p,a,b) (p)->lpVtbl->GetLight(p,a,b)
1529 #define IDirect3DDevice9_GetLight(p,a,b) (p)->GetLight(a,b)
1659 STDMETHOD(GetLight)(THIS_ DWORD Index, D3DLIGHT9*) PURE;
1804 #define IDirect3DDevice9Ex_GetLight(p,a,b) (p)->lpVtbl->GetLight(p,a,b)
1942 #define IDirect3DDevice9Ex_GetLight(p,a,b) (p)->GetLight(a,b)
H A Dd3d8.h886 STDMETHOD(GetLight)(THIS_ DWORD Index,D3DLIGHT8 * pLight) PURE;
989 #define IDirect3DDevice8_GetLight(p,a,b) (p)->lpVtbl->GetLight(p,a,b)
1089 #define IDirect3DDevice8_GetLight(p,a,b) (p)->GetLight(a,b)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/
H A Dd3d9.h1282 STDMETHOD(GetLight)(THIS_ DWORD Index, D3DLIGHT9*) PURE;
1407 #define IDirect3DDevice9_GetLight(p,a,b) (p)->lpVtbl->GetLight(p,a,b)
1529 #define IDirect3DDevice9_GetLight(p,a,b) (p)->GetLight(a,b)
1659 STDMETHOD(GetLight)(THIS_ DWORD Index, D3DLIGHT9*) PURE;
1804 #define IDirect3DDevice9Ex_GetLight(p,a,b) (p)->lpVtbl->GetLight(p,a,b)
1942 #define IDirect3DDevice9Ex_GetLight(p,a,b) (p)->GetLight(a,b)
H A Dd3d8.h886 STDMETHOD(GetLight)(THIS_ DWORD Index,D3DLIGHT8 * pLight) PURE;
989 #define IDirect3DDevice8_GetLight(p,a,b) (p)->lpVtbl->GetLight(p,a,b)
1089 #define IDirect3DDevice8_GetLight(p,a,b) (p)->GetLight(a,b)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/
H A Dd3d9.h1359 STDMETHOD(GetLight)(THIS_ DWORD Index, D3DLIGHT9*) PURE;
1484 #define IDirect3DDevice9_GetLight(p,a,b) (p)->lpVtbl->GetLight(p,a,b)
1606 #define IDirect3DDevice9_GetLight(p,a,b) (p)->GetLight(a,b)
1736 STDMETHOD(GetLight)(THIS_ DWORD Index, D3DLIGHT9*) PURE;
1881 #define IDirect3DDevice9Ex_GetLight(p,a,b) (p)->lpVtbl->GetLight(p,a,b)
2019 #define IDirect3DDevice9Ex_GetLight(p,a,b) (p)->GetLight(a,b)
H A Dd3d8.h885 STDMETHOD(GetLight)(THIS_ DWORD Index,D3DLIGHT8 * pLight) PURE;
988 #define IDirect3DDevice8_GetLight(p,a,b) (p)->lpVtbl->GetLight(p,a,b)
1088 #define IDirect3DDevice8_GetLight(p,a,b) (p)->GetLight(a,b)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/
H A Dd3d9.h1282 STDMETHOD(GetLight)(THIS_ DWORD Index, D3DLIGHT9*) PURE;
1407 #define IDirect3DDevice9_GetLight(p,a,b) (p)->lpVtbl->GetLight(p,a,b)
1529 #define IDirect3DDevice9_GetLight(p,a,b) (p)->GetLight(a,b)
1659 STDMETHOD(GetLight)(THIS_ DWORD Index, D3DLIGHT9*) PURE;
1804 #define IDirect3DDevice9Ex_GetLight(p,a,b) (p)->lpVtbl->GetLight(p,a,b)
1942 #define IDirect3DDevice9Ex_GetLight(p,a,b) (p)->GetLight(a,b)
H A Dd3d8.h886 STDMETHOD(GetLight)(THIS_ DWORD Index,D3DLIGHT8 * pLight) PURE;
989 #define IDirect3DDevice8_GetLight(p,a,b) (p)->lpVtbl->GetLight(p,a,b)
1089 #define IDirect3DDevice8_GetLight(p,a,b) (p)->GetLight(a,b)
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dwined3d.h7100 virtual HRESULT STDMETHODCALLTYPE GetLight(
7824 HRESULT (STDMETHODCALLTYPE *GetLight)( member in struct:IWineD3DDeviceVtbl
8350 #define IWineD3DDevice_GetLight(This,light_idx,light) (This)->lpVtbl->GetLight(This,light_idx,light)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwined3d.h7101 virtual HRESULT STDMETHODCALLTYPE GetLight(
7825 HRESULT (STDMETHODCALLTYPE *GetLight)( member in struct:IWineD3DDeviceVtbl
8351 #define IWineD3DDevice_GetLight(This,light_idx,light) (This)->lpVtbl->GetLight(This,light_idx,light)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dwined3d.h7100 virtual HRESULT STDMETHODCALLTYPE GetLight(
7824 HRESULT (STDMETHODCALLTYPE *GetLight)( member in struct:IWineD3DDeviceVtbl
8350 #define IWineD3DDevice_GetLight(This,light_idx,light) (This)->lpVtbl->GetLight(This,light_idx,light)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwined3d.h7071 virtual HRESULT STDMETHODCALLTYPE GetLight(
7773 HRESULT (STDMETHODCALLTYPE *GetLight)( member in struct:IWineD3DDeviceVtbl
8273 #define IWineD3DDevice_GetLight(This,light_idx,light) (This)->lpVtbl->GetLight(This,light_idx,light)
H A Dwined3d.idl3107 HRESULT GetLight(
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dwined3d.h7100 virtual HRESULT STDMETHODCALLTYPE GetLight(
7824 HRESULT (STDMETHODCALLTYPE *GetLight)( member in struct:IWineD3DDeviceVtbl
8350 #define IWineD3DDevice_GetLight(This,light_idx,light) (This)->lpVtbl->GetLight(This,light_idx,light)

Completed in 1661 milliseconds