Searched defs:LPDIRECT3DLIGHT (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d.h83 typedef struct IDirect3DLight *LPDIRECT3DLIGHT; typedef in typeref:struct:IDirect3DLight
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d.h83 typedef struct IDirect3DLight *LPDIRECT3DLIGHT; typedef in typeref:struct:IDirect3DLight
224 STDMETHOD(CreateLight)(THIS_ LPDIRECT3DLIGHT *lplpDirect3DLight, IUnknown *pUnkOuter) PURE;
270 STDMETHOD(CreateLight)(THIS_ LPDIRECT3DLIGHT *lplpDirect3DLight, IUnknown *pUnkOuter) PURE;
317 STDMETHOD(CreateLight)(THIS_ LPDIRECT3DLIGHT *lplpDirect3DLight, IUnknown *pUnkOuter) PURE;
668 STDMETHOD(AddLight)(THIS_ LPDIRECT3DLIGHT lpDirect3DLight) PURE;
669 STDMETHOD(DeleteLight)(THIS_ LPDIRECT3DLIGHT lpDirect3DLight) PURE;
670 STDMETHOD(NextLight)(THIS_ LPDIRECT3DLIGHT lpDirect3DLight, LPDIRECT3DLIGHT *lplpDirect3DLight, DWORD dwFlags) PURE;
736 STDMETHOD(AddLight)(THIS_ LPDIRECT3DLIGHT lpDirect3DLight) PURE;
737 STDMETHOD(DeleteLight)(THIS_ LPDIRECT3DLIGHT lpDirect3DLigh
[all...]

Completed in 74 milliseconds