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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d9types.h1390 } D3DLIGHT9; typedef in typeref:struct:_D3DLIGHT9
H A Dd3dx9effect.h188 STDMETHOD(SetLight)(THIS_ DWORD index, const D3DLIGHT9 *light) PURE;
H A Dd3d9.h1357 STDMETHOD(SetLight)(THIS_ DWORD index, const D3DLIGHT9 *light) PURE;
1358 STDMETHOD(GetLight)(THIS_ DWORD Index, D3DLIGHT9*) PURE;
1741 STDMETHOD(SetLight)(THIS_ DWORD index, const D3DLIGHT9 *light) PURE;
1742 STDMETHOD(GetLight)(THIS_ DWORD Index, D3DLIGHT9*) PURE;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d9types.h1386 } D3DLIGHT9; typedef in typeref:struct:_D3DLIGHT9
H A Dd3d9.h1273 STDMETHOD(SetLight)(THIS_ DWORD Index, CONST D3DLIGHT9*) PURE;
1274 STDMETHOD(GetLight)(THIS_ DWORD Index, D3DLIGHT9*) PURE;
1650 STDMETHOD(SetLight)(THIS_ DWORD Index, CONST D3DLIGHT9*) PURE;
1651 STDMETHOD(GetLight)(THIS_ DWORD Index, D3DLIGHT9*) PURE;
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/
H A Dd3d9.h1281 STDMETHOD(SetLight)(THIS_ DWORD Index, CONST D3DLIGHT9*) PURE;
1282 STDMETHOD(GetLight)(THIS_ DWORD Index, D3DLIGHT9*) PURE;
1658 STDMETHOD(SetLight)(THIS_ DWORD Index, CONST D3DLIGHT9*) PURE;
1659 STDMETHOD(GetLight)(THIS_ DWORD Index, D3DLIGHT9*) PURE;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/
H A Dd3d9.h1281 STDMETHOD(SetLight)(THIS_ DWORD Index, CONST D3DLIGHT9*) PURE;
1282 STDMETHOD(GetLight)(THIS_ DWORD Index, D3DLIGHT9*) PURE;
1658 STDMETHOD(SetLight)(THIS_ DWORD Index, CONST D3DLIGHT9*) PURE;
1659 STDMETHOD(GetLight)(THIS_ DWORD Index, D3DLIGHT9*) PURE;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/
H A Dd3d9.h1358 STDMETHOD(SetLight)(THIS_ DWORD Index, CONST D3DLIGHT9*) PURE;
1359 STDMETHOD(GetLight)(THIS_ DWORD Index, D3DLIGHT9*) PURE;
1735 STDMETHOD(SetLight)(THIS_ DWORD Index, CONST D3DLIGHT9*) PURE;
1736 STDMETHOD(GetLight)(THIS_ DWORD Index, D3DLIGHT9*) PURE;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/
H A Dd3d9.h1281 STDMETHOD(SetLight)(THIS_ DWORD Index, CONST D3DLIGHT9*) PURE;
1282 STDMETHOD(GetLight)(THIS_ DWORD Index, D3DLIGHT9*) PURE;
1658 STDMETHOD(SetLight)(THIS_ DWORD Index, CONST D3DLIGHT9*) PURE;
1659 STDMETHOD(GetLight)(THIS_ DWORD Index, D3DLIGHT9*) PURE;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddevice.c1709 static HRESULT WINAPI d3d9_device_SetLight(IDirect3DDevice9Ex *iface, DWORD index, const D3DLIGHT9 *light)
1716 /* Note: D3DLIGHT9 is compatible with struct wined3d_light. */
1724 static HRESULT WINAPI d3d9_device_GetLight(IDirect3DDevice9Ex *iface, DWORD index, D3DLIGHT9 *light)
1731 /* Note: D3DLIGHT9 is compatible with struct wined3d_light. */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddevice.c1706 static HRESULT WINAPI IDirect3DDevice9Impl_SetLight(LPDIRECT3DDEVICE9EX iface, DWORD Index, CONST D3DLIGHT9* pLight) {
1712 /* Note: D3DLIGHT9 is compatible with WINED3DLIGHT */
1721 static HRESULT WINAPI IDirect3DDevice9Impl_GetLight(LPDIRECT3DDEVICE9EX iface, DWORD Index, D3DLIGHT9* pLight) {
1727 /* Note: D3DLIGHT9 is compatible with WINED3DLIGHT */
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-win.cpp5019 D3DLIGHT9 light;

Completed in 162 milliseconds