Searched refs:WINED3DLIGHT (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwined3d.idl1608 } WINED3DLIGHT;
3105 [in] const WINED3DLIGHT *light
3109 [out] WINED3DLIGHT *light
H A Dwined3d.h2189 } WINED3DLIGHT; typedef in typeref:struct:_WINED3DLIGHT
7069 const WINED3DLIGHT *light) = 0;
7073 WINED3DLIGHT *light) = 0;
7771 const WINED3DLIGHT *light);
7776 WINED3DLIGHT *light);
8891 const WINED3DLIGHT *light);
8900 WINED3DLIGHT *light);
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dwined3d.h2191 } WINED3DLIGHT; typedef in typeref:struct:_WINED3DLIGHT
7098 const WINED3DLIGHT *light) = 0;
7102 WINED3DLIGHT *light) = 0;
7822 const WINED3DLIGHT *light);
7827 WINED3DLIGHT *light);
8972 const WINED3DLIGHT *light);
8981 WINED3DLIGHT *light);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwined3d.h2192 } WINED3DLIGHT; typedef in typeref:struct:_WINED3DLIGHT
7099 const WINED3DLIGHT *light) = 0;
7103 WINED3DLIGHT *light) = 0;
7823 const WINED3DLIGHT *light);
7828 WINED3DLIGHT *light);
8973 const WINED3DLIGHT *light);
8982 WINED3DLIGHT *light);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dwined3d.h2191 } WINED3DLIGHT; typedef in typeref:struct:_WINED3DLIGHT
7098 const WINED3DLIGHT *light) = 0;
7102 WINED3DLIGHT *light) = 0;
7822 const WINED3DLIGHT *light);
7827 WINED3DLIGHT *light);
8972 const WINED3DLIGHT *light);
8981 WINED3DLIGHT *light);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dwined3d.h2191 } WINED3DLIGHT; typedef in typeref:struct:_WINED3DLIGHT
7098 const WINED3DLIGHT *light) = 0;
7102 WINED3DLIGHT *light) = 0;
7822 const WINED3DLIGHT *light);
7827 WINED3DLIGHT *light);
8972 const WINED3DLIGHT *light);
8981 WINED3DLIGHT *light);
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h1349 WINED3DLIGHT OriginalParms; /* Note D3D8LIGHT == D3D9LIGHT */
1364 extern const WINED3DLIGHT WINED3D_default_light DECLSPEC_HIDDEN;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_private.h1321 WINED3DLIGHT OriginalParms; /* Note D3D8LIGHT == D3D9LIGHT */
1336 extern const WINED3DLIGHT WINED3D_default_light DECLSPEC_HIDDEN;
H A Ddevice.c55 const WINED3DLIGHT WINED3D_default_light = {
2348 static HRESULT WINAPI IWineD3DDeviceImpl_SetLight(IWineD3DDevice *iface, DWORD Index, CONST WINED3DLIGHT* pLight) {
2493 static HRESULT WINAPI IWineD3DDeviceImpl_GetLight(IWineD3DDevice *iface, DWORD Index, WINED3DLIGHT *pLight)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Ddevice.c1192 /* Note: D3DLIGHT8 is compatible with WINED3DLIGHT */
1194 hr = IWineD3DDevice_SetLight(This->WineD3DDevice, Index, (const WINED3DLIGHT *)pLight);
1206 /* Note: D3DLIGHT8 is compatible with WINED3DLIGHT */
1208 hr = IWineD3DDevice_GetLight(This->WineD3DDevice, Index, (WINED3DLIGHT *)pLight);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddevice.c1712 /* Note: D3DLIGHT9 is compatible with WINED3DLIGHT */
1714 hr = IWineD3DDevice_SetLight(This->WineD3DDevice, Index, (const WINED3DLIGHT *)pLight);
1727 /* Note: D3DLIGHT9 is compatible with WINED3DLIGHT */
1729 hr = IWineD3DDevice_GetLight(This->WineD3DDevice, Index, (WINED3DLIGHT *)pLight);

Completed in 260 milliseconds