Implement swapchains.
[wine.git] / include / wine / wined3d_interface.h
blobdadd8d57ed4e60b3384eea3ec83d9ef56e2594ac
1 /*
2 * Direct3D wine internal public interface file
4 * Copyright 2002-2003 The wine-d3d team
5 * Copyright 2002-2003 Raphael Junqueira
6 * Copyright 2005 Oliver Stieber
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
10 * License as published by the Free Software Foundation; either
11 * version 2.1 of the License, or (at your option) any later version.
13 * This library is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * Lesser General Public License for more details.
18 * You should have received a copy of the GNU Lesser General Public
19 * License along with this library; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23 #ifndef __WINE_WINED3D_INTERFACE_H
24 #define __WINE_WINED3D_INTERFACE_H
26 #if !defined( __WINE_CONFIG_H )
27 # error You must include config.h to use this header
28 #endif
30 #if !defined( __WINE_D3D8_H ) && !defined( __WINE_D3D9_H )
31 # error You must include d3d8.h or d3d9.h header to use this header
32 #endif
34 #include "wined3d_types.h"
35 /*****************************************************************
36 * THIS FILE MUST NOT CONTAIN X11 or MESA DEFINES
37 * PLEASE USE wine/wined3d_gl.h INSTEAD
41 /*****************************************************************************
42 * Predeclare the interfaces
46 /* {108F9C44-6F30-11d9-C687-00046142C14F} */
47 DEFINE_GUID(IID_IWineD3D,
48 0x108f9c44, 0x6f30, 0x11d9, 0xc6, 0x87, 0x0, 0x4, 0x61, 0x42, 0xc1, 0x4f);
50 /* {108F9C44-6F30-11d9-C687-00046142C14F} */
51 DEFINE_GUID(IID_IWineD3DDevice,
52 0x108f9c44, 0x6f30, 0x11d9, 0xc6, 0x87, 0x0, 0x4, 0x61, 0x42, 0xc1, 0x4f);
55 /* {1F3BFB34-6F30-11d9-C687-00046142C14F} */
56 DEFINE_GUID(IID_IWineD3DResource,
57 0x1f3bfb34, 0x6f30, 0x11d9, 0xc6, 0x87, 0x0, 0x4, 0x61, 0x42, 0xc1, 0x4f);
59 /* {217F671E-6F30-11d9-C687-00046142C14F} */
60 DEFINE_GUID(IID_IWineD3DVertexBuffer,
61 0x217f671e, 0x6f30, 0x11d9, 0xc6, 0x87, 0x0, 0x4, 0x61, 0x42, 0xc1, 0x4f);
63 /* {24769ED8-6F30-11d9-C687-00046142C14F} */
64 DEFINE_GUID(IID_IWineD3DVolume,
65 0x24769ed8, 0x6f30, 0x11d9, 0xc6, 0x87, 0x0, 0x4, 0x61, 0x42, 0xc1, 0x4f);
68 /* {34D01B10-6F30-11d9-C687-00046142C14F} */
69 DEFINE_GUID(IID_IWineD3DSwapChain,
70 0x34d01b10, 0x6f30, 0x11d9, 0xc6, 0x87, 0x0, 0x4, 0x61, 0x42, 0xc1, 0x4f);
72 /* {37CD5526-6F30-11d9-C687-00046142C14F} */
73 DEFINE_GUID(IID_IWineD3DSurface,
74 0x37cd5526, 0x6f30, 0x11d9, 0xc6, 0x87, 0x0, 0x4, 0x61, 0x42, 0xc1, 0x4f);
77 /* {3A02A54E-6F30-11d9-C687-00046142C14F} */
78 DEFINE_GUID(IID_IWineD3DIndexBuffer,
79 0x3a02a54e, 0x6f30, 0x11d9, 0xc6, 0x87, 0x0, 0x4, 0x61, 0x42, 0xc1, 0x4f);
81 /* {3C2AEBF6-6F30-11d9-C687-00046142C14F} */
82 DEFINE_GUID(IID_IWineD3DBaseTexture,
83 0x3c2aebf6, 0x6f30, 0x11d9, 0xc6, 0x87, 0x0, 0x4, 0x61, 0x42, 0xc1, 0x4f);
85 /* {3E72CC1C-6F30-11d9-C687-00046142C14F} */
86 DEFINE_GUID(IID_IWineD3DTexture,
87 0x3e72cc1c, 0x6f30, 0x11d9, 0xc6, 0x87, 0x0, 0x4, 0x61, 0x42, 0xc1, 0x4f);
89 /* {41752900-6F30-11d9-C687-00046142C14F} */
90 DEFINE_GUID(IID_IWineD3DCubeTexture,
91 0x41752900, 0x6f30, 0x11d9, 0xc6, 0x87, 0x0, 0x4, 0x61, 0x42, 0xc1, 0x4f);
93 /* {7B39470C-6F30-11d9-C687-00046142C14F} */
94 DEFINE_GUID(IID_IWineD3DVolumeTexture,
95 0x7b39470c, 0x6f30, 0x11d9, 0xc6, 0x87, 0x0, 0x4, 0x61, 0x42, 0xc1, 0x4f);
97 /* {7CD55BE6-6F30-11d9-C687-00046142C14F} */
98 DEFINE_GUID(IID_IWineD3DVertexDeclaration,
99 0x7cd55be6, 0x6f30, 0x11d9, 0xc6, 0x87, 0x0, 0x4, 0x61, 0x42, 0xc1, 0x4f);
101 /* {7F7A2B60-6F30-11d9-C687-00046142C14F} */
102 DEFINE_GUID(IID_IWineD3DVertexShader,
103 0x7f7a2b60, 0x6f30, 0x11d9, 0xc6, 0x87, 0x0, 0x4, 0x61, 0x42, 0xc1, 0x4f);
105 /* {818503DA-6F30-11d9-C687-00046142C14F} */
106 DEFINE_GUID(IID_IWineD3DPixelShader,
107 0x818503da, 0x6f30, 0x11d9, 0xc6, 0x87, 0x0, 0x4, 0x61, 0x42, 0xc1, 0x4f);
109 /* {83B073CE-6F30-11d9-C687-00046142C14F} */
110 DEFINE_GUID(IID_IWineD3DStateBlock,
111 0x83b073ce, 0x6f30, 0x11d9, 0xc6, 0x87, 0x0, 0x4, 0x61, 0x42, 0xc1, 0x4f);
113 /* {905DDBAC-6F30-11d9-C687-00046142C14F} */
114 DEFINE_GUID(IID_IWineD3DQuery,
115 0x905ddbac, 0x6f30, 0x11d9, 0xc6, 0x87, 0x0, 0x4, 0x61, 0x42, 0xc1, 0x4f);
118 /* The following have differing names, but actually are the same layout. */
119 /* Also, D3DCAPS8 is a subset of D3DCAPS9 so can be typecase as long as
120 none of the 9 fields are accessed when the device is d3d8 */
121 /* TODO: remove the d3d8/d3d9 dependencies by making a all inclusive WINED3D version */
122 #if defined( __WINE_D3D8_H )
123 /* Identical: */
124 # define WINED3DLIGHT D3DLIGHT8
125 # define WINED3DCLIPSTATUS D3DCLIPSTATUS8
126 # define WINED3DMATERIAL D3DMATERIAL8
127 # define WINED3DVIEWPORT D3DVIEWPORT8
129 #else
130 /* Identical: */
131 # define WINED3DLIGHT D3DLIGHT9
132 # define WINED3DCLIPSTATUS D3DCLIPSTATUS9
133 # define WINED3DMATERIAL D3DMATERIAL9
134 # define WINED3DVIEWPORT D3DVIEWPORT9
136 #endif
138 typedef struct IWineD3D IWineD3D;
139 typedef struct IWineD3DDevice IWineD3DDevice;
140 typedef struct IWineD3DResource IWineD3DResource;
141 typedef struct IWineD3DVertexBuffer IWineD3DVertexBuffer;
142 typedef struct IWineD3DIndexBuffer IWineD3DIndexBuffer;
143 typedef struct IWineD3DBaseTexture IWineD3DBaseTexture;
144 typedef struct IWineD3DTexture IWineD3DTexture;
145 typedef struct IWineD3DCubeTexture IWineD3DCubeTexture;
146 typedef struct IWineD3DVolumeTexture IWineD3DVolumeTexture;
147 typedef struct IWineD3DStateBlock IWineD3DStateBlock;
148 typedef struct IWineD3DSurface IWineD3DSurface;
149 typedef struct IWineD3DVolume IWineD3DVolume;
150 typedef struct IWineD3DVertexDeclaration IWineD3DVertexDeclaration;
151 typedef struct IWineD3DVertexShader IWineD3DVertexShader;
152 typedef struct IWineD3DPixelShader IWineD3DPixelShader;
153 typedef struct IWineD3DQuery IWineD3DQuery;
154 typedef struct IWineD3DSwapChain IWineD3DSwapChain;
156 /*****************************************************************************
157 * Callback functions required for predefining surfaces / stencils
159 typedef HRESULT WINAPI (*D3DCB_CREATERENDERTARGETFN) (IUnknown *pDevice,
160 UINT Width,
161 UINT Height,
162 WINED3DFORMAT Format,
163 D3DMULTISAMPLE_TYPE MultiSample,
164 DWORD MultisampleQuality,
165 BOOL Lockable,
166 IWineD3DSurface **ppSurface,
167 HANDLE *pSharedHandle);
169 typedef HRESULT WINAPI (*D3DCB_CREATESURFACEFN) (IUnknown *pDevice,
170 UINT Width,
171 UINT Height,
172 WINED3DFORMAT Format,
173 DWORD Usage,
174 D3DPOOL Pool,
175 UINT Level,
176 IWineD3DSurface **ppSurface,
177 HANDLE *pSharedHandle);
179 typedef HRESULT WINAPI (*D3DCB_CREATEDEPTHSTENCILSURFACEFN) (IUnknown *pDevice,
180 UINT Width,
181 UINT Height,
182 WINED3DFORMAT Format,
183 D3DMULTISAMPLE_TYPE MultiSample,
184 DWORD MultisampleQuality,
185 BOOL Discard,
186 IWineD3DSurface **ppSurface,
187 HANDLE *pSharedHandle);
190 typedef HRESULT WINAPI (*D3DCB_CREATEVOLUMEFN) (IUnknown *pDevice,
191 UINT Width,
192 UINT Height,
193 UINT Depth,
194 WINED3DFORMAT Format,
195 D3DPOOL Pool,
196 DWORD Usage,
197 IWineD3DVolume **ppVolume,
198 HANDLE *pSharedHandle);
200 typedef HRESULT WINAPI (*D3DCB_CREATEADDITIONALSWAPCHAIN) (IUnknown *pDevice,
201 WINED3DPRESENT_PARAMETERS *pPresentationParameters,
202 IWineD3DSwapChain **pSwapChain
205 /*****************************************************************************
206 * IWineD3D interface
209 #define INTERFACE IWineD3D
210 DECLARE_INTERFACE_(IWineD3D,IUnknown)
212 /*** IUnknown methods ***/
213 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void **ppvObject) PURE;
214 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
215 STDMETHOD_(ULONG,Release)(THIS) PURE;
216 /*** IWineD3D methods ***/
217 STDMETHOD(GetParent)(THIS_ IUnknown **pParent) PURE;
218 STDMETHOD_(UINT,GetAdapterCount)(THIS) PURE;
219 STDMETHOD(RegisterSoftwareDevice)(THIS_ void * pInitializeFunction) PURE;
220 STDMETHOD_(HMONITOR,GetAdapterMonitor)(THIS_ UINT Adapter) PURE;
221 STDMETHOD_(UINT,GetAdapterModeCount)(THIS_ UINT Adapter, WINED3DFORMAT Format) PURE;
222 STDMETHOD(EnumAdapterModes)(THIS_ UINT Adapter, UINT Mode, WINED3DFORMAT Format, D3DDISPLAYMODE * pMode) PURE;
223 STDMETHOD(GetAdapterDisplayMode)(THIS_ UINT Adapter, D3DDISPLAYMODE *pMode) PURE;
224 STDMETHOD(GetAdapterIdentifier)(THIS_ UINT Adapter, DWORD Flags, WINED3DADAPTER_IDENTIFIER* pIdentifier) PURE;
225 STDMETHOD(CheckDeviceMultiSampleType)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, WINED3DFORMAT SurfaceFormat, BOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType, DWORD *pQuality) PURE;
226 STDMETHOD(CheckDepthStencilMatch)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, WINED3DFORMAT AdapterFormat, WINED3DFORMAT RenderTargetFormat, WINED3DFORMAT DepthStencilFormat) PURE;
227 STDMETHOD(CheckDeviceType)(THIS_ UINT Adapter, D3DDEVTYPE CheckType, WINED3DFORMAT DisplayFormat, WINED3DFORMAT BackBufferFormat, BOOL Windowed) PURE;
228 STDMETHOD(CheckDeviceFormat)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, WINED3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, WINED3DFORMAT CheckFormat) PURE;
229 STDMETHOD(CheckDeviceFormatConversion)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, WINED3DFORMAT SourceFormat, WINED3DFORMAT TargetFormat) PURE;
230 STDMETHOD(GetDeviceCaps)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, WINED3DCAPS *pCaps) PURE;
231 STDMETHOD(CreateDevice)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType,HWND hFocusWindow, DWORD BehaviorFlags, WINED3DPRESENT_PARAMETERS *pPresentationParameters, IWineD3DDevice **ppReturnedDeviceInterface, IUnknown *parent, D3DCB_CREATEADDITIONALSWAPCHAIN pFn3) PURE;
234 #undef INTERFACE
236 #if !defined(__cplusplus) || defined(CINTERFACE)
237 /*** IUnknown methods ***/
238 #define IWineD3D_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
239 #define IWineD3D_AddRef(p) (p)->lpVtbl->AddRef(p)
240 #define IWineD3D_Release(p) (p)->lpVtbl->Release(p)
241 /*** IWineD3D methods ***/
242 #define IWineD3D_GetParent(p,a) (p)->lpVtbl->GetParent(p,a)
243 #define IWineD3D_GetAdapterCount(p) (p)->lpVtbl->GetAdapterCount(p)
244 #define IWineD3D_RegisterSoftwareDevice(p,a) (p)->lpVtbl->RegisterSoftwareDevice(p,a)
245 #define IWineD3D_GetAdapterMonitor(p,a) (p)->lpVtbl->GetAdapterMonitor(p,a)
246 #define IWineD3D_GetAdapterModeCount(p,a,b) (p)->lpVtbl->GetAdapterModeCount(p,a,b)
247 #define IWineD3D_EnumAdapterModes(p,a,b,c,d) (p)->lpVtbl->EnumAdapterModes(p,a,b,c,d)
248 #define IWineD3D_GetAdapterDisplayMode(p,a,b) (p)->lpVtbl->GetAdapterDisplayMode(p,a,b)
249 #define IWineD3D_GetAdapterIdentifier(p,a,b,c) (p)->lpVtbl->GetAdapterIdentifier(p,a,b,c)
250 #define IWineD3D_CheckDeviceMultiSampleType(p,a,b,c,d,e,f) (p)->lpVtbl->CheckDeviceMultiSampleType(p,a,b,c,d,e,f)
251 #define IWineD3D_CheckDepthStencilMatch(p,a,b,c,d,e) (p)->lpVtbl->CheckDepthStencilMatch(p,a,b,c,d,e)
252 #define IWineD3D_CheckDeviceType(p,a,b,c,d,e) (p)->lpVtbl->CheckDeviceType(p,a,b,c,d,e)
253 #define IWineD3D_CheckDeviceFormat(p,a,b,c,d,e,f) (p)->lpVtbl->CheckDeviceFormat(p,a,b,c,d,e,f)
254 #define IWineD3D_CheckDeviceFormatConversion(p,a,b,c,d) (p)->lpVtbl->CheckDeviceFormatConversion(p,a,b,c,d)
255 #define IWineD3D_GetDeviceCaps(p,a,b,c) (p)->lpVtbl->GetDeviceCaps(p,a,b,c)
256 #define IWineD3D_CreateDevice(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->CreateDevice(p,a,b,c,d,e,f,g,h)
257 #endif
259 /* Define the main WineD3D entrypoint */
260 IWineD3D* WINAPI WineDirect3DCreate(UINT SDKVersion, UINT dxVersion, IUnknown *parent);
262 /*****************************************************************************
263 * IWineD3DDevice interface
265 #define INTERFACE IWineD3DDevice
266 DECLARE_INTERFACE_(IWineD3DDevice,IUnknown)
268 /*** IUnknown methods ***/
269 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
270 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
271 STDMETHOD_(ULONG,Release)(THIS) PURE;
272 /*** IWineD3DDevice methods ***/
273 STDMETHOD(GetParent)(THIS_ IUnknown **pParent) PURE;
274 STDMETHOD(CreateVertexBuffer)(THIS_ UINT Length,DWORD Usage,DWORD FVF,D3DPOOL Pool,IWineD3DVertexBuffer **ppVertexBuffer, HANDLE *sharedHandle, IUnknown *parent) PURE;
275 STDMETHOD(CreateIndexBuffer)(THIS_ UINT Length, DWORD Usage, WINED3DFORMAT Format, D3DPOOL Pool, IWineD3DIndexBuffer** ppIndexBuffer, HANDLE* pSharedHandle, IUnknown *parent) PURE;
276 STDMETHOD(CreateStateBlock)(THIS_ D3DSTATEBLOCKTYPE Type, IWineD3DStateBlock **ppStateBlock, IUnknown *parent) PURE;
277 STDMETHOD(CreateSurface)(THIS_ UINT Width, UINT Height, WINED3DFORMAT Format, BOOL Lockable, BOOL Discard, UINT Level, IWineD3DSurface** ppSurface, D3DRESOURCETYPE Type, DWORD Usage, D3DPOOL Pool, D3DMULTISAMPLE_TYPE MultiSample ,DWORD MultisampleQuality, HANDLE* pSharedHandle, IUnknown *parent) PURE;
278 STDMETHOD(CreateTexture)(THIS_ UINT Width, UINT Height, UINT Levels, DWORD Usage, WINED3DFORMAT Format, D3DPOOL Pool, IWineD3DTexture** ppTexture, HANDLE* pSharedHandle, IUnknown *parent, D3DCB_CREATESURFACEFN pFn) PURE;
279 STDMETHOD(CreateVolumeTexture)(THIS_ UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, WINED3DFORMAT Format, D3DPOOL Pool, IWineD3DVolumeTexture** ppVolumeTexture, HANDLE* pSharedHandle, IUnknown *parent, D3DCB_CREATEVOLUMEFN pFn) PURE;
280 STDMETHOD(CreateVolume)(THIS_ UINT Width, UINT Height, UINT Depth, DWORD Usage, WINED3DFORMAT Format, D3DPOOL Pool, IWineD3DVolume** ppVolumeTexture, HANDLE* pSharedHandle, IUnknown *parent) PURE;
281 STDMETHOD(CreateCubeTexture)(THIS_ UINT EdgeLength, UINT Levels, DWORD Usage, WINED3DFORMAT Format, D3DPOOL Pool, IWineD3DCubeTexture** ppCubeTexture, HANDLE* pSharedHandle, IUnknown *parent, D3DCB_CREATESURFACEFN pFn) PURE;
282 STDMETHOD(CreateQuery)(THIS_ WINED3DQUERYTYPE Type, IWineD3DQuery **ppQuery, IUnknown *pParent);
283 STDMETHOD(CreateAdditionalSwapChain)(THIS_ WINED3DPRESENT_PARAMETERS *pPresentationParameters, IWineD3DSwapChain **pSwapChain, IUnknown *pParent, D3DCB_CREATERENDERTARGETFN pFn, D3DCB_CREATEDEPTHSTENCILSURFACEFN pFn2);
284 STDMETHOD(CreateVertexDeclaration)(THIS_ CONST VOID* pDeclaration, IWineD3DVertexDeclaration** ppDecl, IUnknown* pParent) PURE;
285 STDMETHOD(CreateVertexShader)(THIS_ CONST DWORD* pFunction, IWineD3DVertexShader** ppShader, IUnknown *pParent) PURE;
286 STDMETHOD(CreatePixelShader)(THIS_ CONST DWORD* pFunction, IWineD3DPixelShader** ppShader, IUnknown *pParent) PURE;
287 STDMETHOD(EvictManagedResources)(THIS) PURE;
288 STDMETHOD_(UINT, GetAvailableTextureMem)(THIS) PURE;
289 STDMETHOD(GetBackBuffer)(THIS_ UINT iSwapChain, UINT BackBuffer, D3DBACKBUFFER_TYPE, IWineD3DSurface** ppBackBuffer) PURE;
290 STDMETHOD(GetCreationParameters)(THIS_ D3DDEVICE_CREATION_PARAMETERS *pParameters) PURE;
291 STDMETHOD(GetDeviceCaps)(THIS_ WINED3DCAPS* pCaps) PURE;
292 STDMETHOD(GetDirect3D)(THIS_ IWineD3D** ppD3D) PURE;
293 STDMETHOD(GetDisplayMode)(THIS_ UINT iSwapChain, D3DDISPLAYMODE* pMode) PURE;
294 STDMETHOD_(UINT, GetNumberOfSwapChains)(THIS) PURE;
295 STDMETHOD(GetRasterStatus)(THIS_ UINT iSwapChain, D3DRASTER_STATUS* pRasterStatus) PURE;
296 STDMETHOD(GetSwapChain)(THIS_ UINT iSwapChain, IWineD3DSwapChain **pSwapChain) PURE;
297 STDMETHOD(Reset)(THIS_ WINED3DPRESENT_PARAMETERS* pPresentationParameters) PURE;
298 STDMETHOD(SetDialogBoxMode)(THIS_ BOOL bEnableDialogs) PURE;
299 STDMETHOD(SetCursorProperties)(THIS_ UINT XHotSpot, UINT YHotSpot, IWineD3DSurface* pCursorBitmap) PURE;
300 STDMETHOD_(void, SetCursorPosition)(THIS_ int XScreenSpace, int YScreenSpace, DWORD Flags) PURE;
301 STDMETHOD_(BOOL, ShowCursor)(THIS_ BOOL bShow) PURE;
302 STDMETHOD(TestCooperativeLevel)(THIS) PURE;
303 STDMETHOD(SetClipPlane)(THIS_ DWORD Index,CONST float * pPlane) PURE;
304 STDMETHOD(GetClipPlane)(THIS_ DWORD Index,float * pPlane) PURE;
305 STDMETHOD(SetClipStatus)(THIS_ CONST WINED3DCLIPSTATUS * pClipStatus) PURE;
306 STDMETHOD(GetClipStatus)(THIS_ WINED3DCLIPSTATUS * pClipStatus) PURE;
307 STDMETHOD(SetCurrentTexturePalette)(THIS_ UINT PaletteNumber) PURE;
308 STDMETHOD(GetCurrentTexturePalette)(THIS_ UINT *PaletteNumber) PURE;
309 STDMETHOD(SetDepthStencilSurface)(THIS_ IWineD3DSurface* pNewZStencil) PURE;
310 STDMETHOD(GetDepthStencilSurface)(THIS_ IWineD3DSurface** ppZStencilSurface) PURE;
311 STDMETHOD(SetFVF)(THIS_ DWORD fvf) PURE;
312 STDMETHOD(GetFVF)(THIS_ DWORD * pfvf) PURE;
313 STDMETHOD_(void, SetGammaRamp)(THIS_ UINT iSwapChain, DWORD Flags, CONST D3DGAMMARAMP* pRamp) PURE;
314 STDMETHOD_(void, GetGammaRamp)(THIS_ UINT iSwapChain, D3DGAMMARAMP* pRamp) PURE;
315 STDMETHOD(SetIndices)(THIS_ IWineD3DIndexBuffer * pIndexData,UINT BaseVertexIndex) PURE;
316 STDMETHOD(GetIndices)(THIS_ IWineD3DIndexBuffer ** ppIndexData,UINT * pBaseVertexIndex) PURE;
317 STDMETHOD(SetLight)(THIS_ DWORD Index,CONST WINED3DLIGHT * pLight) PURE;
318 STDMETHOD(GetLight)(THIS_ DWORD Index,WINED3DLIGHT * pLight) PURE;
319 STDMETHOD(SetLightEnable)(THIS_ DWORD Index,BOOL Enable) PURE;
320 STDMETHOD(GetLightEnable)(THIS_ DWORD Index,BOOL * pEnable) PURE;
321 STDMETHOD(SetMaterial)(THIS_ CONST WINED3DMATERIAL * pMaterial) PURE;
322 STDMETHOD(GetMaterial)(THIS_ WINED3DMATERIAL *pMaterial) PURE;
323 STDMETHOD(SetNPatchMode)(THIS_ float nSegments) PURE;
324 STDMETHOD_(float, GetNPatchMode)(THIS) PURE;
325 STDMETHOD(SetPaletteEntries)(THIS_ UINT PaletteNumber, CONST PALETTEENTRY* pEntries) PURE;
326 STDMETHOD(GetPaletteEntries)(THIS_ UINT PaletteNumber,PALETTEENTRY* pEntries) PURE;
327 STDMETHOD(SetPixelShader)(THIS_ IWineD3DPixelShader *pShader) PURE;
328 STDMETHOD(GetPixelShader)(THIS_ IWineD3DPixelShader **ppShader) PURE;
329 STDMETHOD(SetPixelShaderConstantB)(THIS_ UINT StartRegister, CONST BOOL* pConstantData, UINT BoolCount) PURE;
330 STDMETHOD(GetPixelShaderConstantB)(THIS_ UINT StartRegister, BOOL* pConstantData, UINT BoolCount) PURE;
331 STDMETHOD(SetPixelShaderConstantI)(THIS_ UINT StartRegister, CONST int* pConstantData, UINT Vector4iCount) PURE;
332 STDMETHOD(GetPixelShaderConstantI)(THIS_ UINT StartRegister, int* pConstantData, UINT Vector4iCount) PURE;
333 STDMETHOD(SetPixelShaderConstantF)(THIS_ UINT StartRegister, CONST float* pConstantData, UINT Vector4fCount) PURE;
334 STDMETHOD(GetPixelShaderConstantF)(THIS_ UINT StartRegister, float* pConstantData, UINT Vector4fCount) PURE;
335 STDMETHOD(SetRenderState)(THIS_ D3DRENDERSTATETYPE State,DWORD Value) PURE;
336 STDMETHOD(GetRenderState)(THIS_ D3DRENDERSTATETYPE State,DWORD * pValue) PURE;
337 STDMETHOD(SetRenderTarget)(THIS_ DWORD RenderTargetIndex, IWineD3DSurface* pRenderTarget) PURE;
338 STDMETHOD(GetRenderTarget)(THIS_ DWORD RenderTargetIndex, IWineD3DSurface** ppRenderTarget) PURE;
339 STDMETHOD(SetSamplerState)(THIS_ DWORD Sampler, WINED3DSAMPLERSTATETYPE Type, DWORD Value) PURE;
340 STDMETHOD(GetSamplerState)(THIS_ DWORD Sampler, WINED3DSAMPLERSTATETYPE Type, DWORD* Value) PURE;
341 STDMETHOD(SetScissorRect)(THIS_ CONST RECT* pRect) PURE;
342 STDMETHOD(GetScissorRect)(THIS_ RECT* pRect) PURE;
343 STDMETHOD(SetSoftwareVertexProcessing)(THIS_ BOOL bSoftware) PURE;
344 STDMETHOD_(BOOL, GetSoftwareVertexProcessing)(THIS) PURE;
345 STDMETHOD(SetStreamSource)(THIS_ UINT StreamNumber,IWineD3DVertexBuffer * pStreamData,UINT Offset,UINT Stride) PURE;
346 STDMETHOD(GetStreamSource)(THIS_ UINT StreamNumber,IWineD3DVertexBuffer ** ppStreamData,UINT *pOffset, UINT * pStride) PURE;
347 STDMETHOD(SetStreamSourceFreq)(THIS_ UINT StreamNumber, UINT Divider) PURE;
348 STDMETHOD(GetStreamSourceFreq)(THIS_ UINT StreamNumber, UINT* Divider) PURE;
349 STDMETHOD(SetTexture)(THIS_ DWORD Stage, IWineD3DBaseTexture* pTexture) PURE;
350 STDMETHOD(GetTexture)(THIS_ DWORD Stage, IWineD3DBaseTexture** ppTexture) PURE;
351 STDMETHOD(SetTextureStageState)(THIS_ DWORD Stage,D3DTEXTURESTAGESTATETYPE Type,DWORD Value) PURE;
352 STDMETHOD(GetTextureStageState)(THIS_ DWORD Stage,D3DTEXTURESTAGESTATETYPE Type,DWORD * pValue) PURE;
353 STDMETHOD(SetTransform)(THIS_ D3DTRANSFORMSTATETYPE State,CONST D3DMATRIX * pMatrix) PURE;
354 STDMETHOD(GetTransform)(THIS_ D3DTRANSFORMSTATETYPE State,D3DMATRIX * pMatrix) PURE;
355 STDMETHOD(SetVertexDeclaration)(THIS_ IWineD3DVertexDeclaration* pDecl) PURE;
356 STDMETHOD(GetVertexDeclaration)(THIS_ IWineD3DVertexDeclaration** ppDecl) PURE;
357 STDMETHOD(SetVertexShader)(THIS_ IWineD3DVertexShader* pShader) PURE;
358 STDMETHOD(GetVertexShader)(THIS_ IWineD3DVertexShader** ppShader) PURE;
359 STDMETHOD(SetVertexShaderConstantB)(THIS_ UINT StartRegister, CONST BOOL* pConstantData, UINT BoolCount) PURE;
360 STDMETHOD(GetVertexShaderConstantB)(THIS_ UINT StartRegister, BOOL* pConstantData, UINT BoolCount) PURE;
361 STDMETHOD(SetVertexShaderConstantI)(THIS_ UINT StartRegister, CONST int* pConstantData, UINT Vector4iCount) PURE;
362 STDMETHOD(GetVertexShaderConstantI)(THIS_ UINT StartRegister, int* pConstantData, UINT Vector4iCount) PURE;
363 STDMETHOD(SetVertexShaderConstantF)(THIS_ UINT StartRegister, CONST float* pConstantData, UINT Vector4fCount) PURE;
364 STDMETHOD(GetVertexShaderConstantF)(THIS_ UINT StartRegister, float* pConstantData, UINT Vector4fCount) PURE;
365 STDMETHOD(SetViewport)(THIS_ CONST WINED3DVIEWPORT * pViewport) PURE;
366 STDMETHOD(GetViewport)(THIS_ WINED3DVIEWPORT * pViewport) PURE;
367 STDMETHOD(MultiplyTransform)(THIS_ D3DTRANSFORMSTATETYPE State, CONST D3DMATRIX * pMatrix) PURE;
368 STDMETHOD(ValidateDevice)(THIS_ DWORD* pNumPasses) PURE;
369 STDMETHOD(ProcessVertices)(THIS_ UINT SrcStartIndex, UINT DestIndex, UINT VertexCount, IWineD3DVertexBuffer* pDestBuffer, IWineD3DVertexBuffer* pVertexDecl, DWORD Flags) PURE;
370 STDMETHOD(BeginStateBlock)(THIS) PURE;
371 STDMETHOD(EndStateBlock)(THIS_ IWineD3DStateBlock** ppStateBlock) PURE;
372 STDMETHOD(BeginScene)(THIS) PURE;
373 STDMETHOD(EndScene)(THIS) PURE;
374 STDMETHOD(Present)(THIS_ CONST RECT * pSourceRect,CONST RECT * pDestRect,HWND hDestWindowOverride,CONST RGNDATA * pDirtyRegion) PURE;
375 STDMETHOD(Clear)(THIS_ DWORD Count,CONST D3DRECT * pRects,DWORD Flags,D3DCOLOR Color,float Z,DWORD Stencil) PURE;
376 STDMETHOD(DrawPrimitive)(THIS_ D3DPRIMITIVETYPE PrimitiveType,UINT StartVertex,UINT PrimitiveCount) PURE;
377 STDMETHOD(DrawIndexedPrimitive)(THIS_ D3DPRIMITIVETYPE PrimitiveType,INT baseVIdx, UINT minIndex,UINT NumVertices,UINT startIndex,UINT primCount) PURE;
378 STDMETHOD(DrawPrimitiveUP)(THIS_ D3DPRIMITIVETYPE PrimitiveType,UINT PrimitiveCount,CONST void * pVertexStreamZeroData,UINT VertexStreamZeroStride) PURE;
379 STDMETHOD(DrawIndexedPrimitiveUP)(THIS_ D3DPRIMITIVETYPE PrimitiveType,UINT MinVertexIndex,UINT NumVertexIndices,UINT PrimitiveCount,CONST void * pIndexData,WINED3DFORMAT IndexDataFormat,CONST void * pVertexStreamZeroData,UINT VertexStreamZeroStride) PURE;
380 STDMETHOD(DrawRectPatch)(THIS_ UINT Handle, CONST float* pNumSegs, CONST D3DRECTPATCH_INFO* pRectPatchInfo) PURE;
381 STDMETHOD(DrawTriPatch)(THIS_ UINT Handle, CONST float* pNumSegs, CONST D3DTRIPATCH_INFO* pTriPatchInfo) PURE;
382 STDMETHOD(DeletePatch)(THIS_ UINT Handle) PURE;
383 STDMETHOD(ColorFill)(THIS_ IWineD3DSurface* pSurface, CONST D3DRECT* pRect, D3DCOLOR color) PURE;
384 STDMETHOD(UpdateTexture)(THIS_ IWineD3DBaseTexture *pSourceTexture, IWineD3DBaseTexture *pDestinationTexture) PURE;
385 STDMETHOD(UpdateSurface)(THIS_ IWineD3DSurface* pSourceSurface, CONST RECT* pSourceRect, IWineD3DSurface* pDestinationSurface, CONST POINT* pDestPoint) PURE;
386 STDMETHOD(StretchRect)(THIS_ IWineD3DSurface* pSourceSurface, CONST RECT* pSourceRect, IWineD3DSurface* pDestinationSurface, CONST RECT* pDestRect, D3DTEXTUREFILTERTYPE Filter) PURE;
387 STDMETHOD(GetRenderTargetData)(THIS_ IWineD3DSurface* pRenderTarget, IWineD3DSurface* pSurface) PURE;
388 STDMETHOD(GetFrontBufferData)(THIS_ UINT iSwapChain,IWineD3DSurface* pSurface) PURE;
389 /*** Internal use IWineD3Device methods ***/
390 STDMETHOD_(void, SetupTextureStates)(THIS_ DWORD Stage, DWORD Flags);
392 #undef INTERFACE
394 #if !defined(__cplusplus) || defined(CINTERFACE)
395 /*** IUnknown methods ***/
396 #define IWineD3DDevice_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
397 #define IWineD3DDevice_AddRef(p) (p)->lpVtbl->AddRef(p)
398 #define IWineD3DDevice_Release(p) (p)->lpVtbl->Release(p)
399 /*** IWineD3DDevice methods ***/
400 #define IWineD3DDevice_GetParent(p,a) (p)->lpVtbl->GetParent(p,a)
401 #define IWineD3DDevice_CreateVertexBuffer(p,a,b,c,d,e,f,g) (p)->lpVtbl->CreateVertexBuffer(p,a,b,c,d,e,f,g)
402 #define IWineD3DDevice_CreateIndexBuffer(p,a,b,c,d,e,f,g) (p)->lpVtbl->CreateIndexBuffer(p,a,b,c,d,e,f,g)
403 #define IWineD3DDevice_CreateStateBlock(p,a,b,c) (p)->lpVtbl->CreateStateBlock(p,a,b,c)
404 #define IWineD3DDevice_CreateSurface(p,a,b,c,d,e,f,g,h,i,j,k,l,m,n) (p)->lpVtbl->CreateSurface(p,a,b,c,d,e,f,g,h,i,j,k,l,m,n)
405 #define IWineD3DDevice_CreateTexture(p,a,b,c,d,e,f,g,h,i,j) (p)->lpVtbl->CreateTexture(p,a,b,c,d,e,f,g,h,i,j)
406 #define IWineD3DDevice_CreateVolumeTexture(p,a,b,c,d,e,f,g,h,i,j,k) (p)->lpVtbl->CreateVolumeTexture(p,a,b,c,d,e,f,g,h,i,j,k)
407 #define IWineD3DDevice_CreateVolume(p,a,b,c,d,e,f,g,h,i) (p)->lpVtbl->CreateVolume(p,a,b,c,d,e,f,g,h,i)
408 #define IWineD3DDevice_CreateCubeTexture(p,a,b,c,d,e,f,g,h,i) (p)->lpVtbl->CreateCubeTexture(p,a,b,c,d,e,f,g,h,i)
409 #define IWineD3DDevice_CreateQuery(p,a,b,c) (p)->lpVtbl->CreateQuery(p,a,b,c)
410 #define IWineD3DDevice_CreateAdditionalSwapChain(p,a,b,c,d,e) (p)->lpVtbl->CreateAdditionalSwapChain(p,a,b,c,d,e)
411 #define IWineD3DDevice_CreateVertexDeclaration(p,b,c,d) (p)->lpVtbl->CreateVertexDeclaration(p,b,c,d)
412 #define IWineD3DDevice_CreateVertexShader(p,a,b,c) (p)->lpVtbl->CreateVertexShader(p,a,b,c)
413 #define IWineD3DDevice_CreatePixelShader(p,a,b,c) (p)->lpVtbl->CreatePixelShader(p,a,b,c)
414 #define IWineD3DDevice_EvictManagedResources(p) (p)->lpVtbl->EvictManagedResources(p)
415 #define IWineD3DDevice_GetAvailableTextureMem(p) (p)->lpVtbl->GetAvailableTextureMem(p)
416 #define IWineD3DDevice_GetBackBuffer(p,a,b,c,d) (p)->lpVtbl->GetBackBuffer(p,a,b,c,d)
417 #define IWineD3DDevice_GetCreationParameters(p,a) (p)->lpVtbl->GetCreationParameters(p,a)
418 #define IWineD3DDevice_GetDeviceCaps(p,a) (p)->lpVtbl->GetDeviceCaps(p,a)
419 #define IWineD3DDevice_GetDirect3D(p,a) (p)->lpVtbl->GetDirect3D(p,a)
420 #define IWineD3DDevice_GetDisplayMode(p,a,b) (p)->lpVtbl->GetDisplayMode(p,a,b)
421 #define IWineD3DDevice_GetNumberOfSwapChains(p) (p)->lpVtbl->GetNumberOfSwapChains(p)
422 #define IWineD3DDevice_Reset(p,a) (p)->lpVtbl->Reset(p,a)
423 #define IWineD3DDevice_SetDialogBoxMode(p,a) (p)->lpVtbl->SetDialogBoxMode(p,a)
424 #define IWineD3DDevice_SetCursorProperties(p,a,b,c) (p)->lpVtbl->SetCursorProperties(p,a,b,c)
425 #define IWineD3DDevice_SetCursorPosition(p,a,b,c) (p)->lpVtbl->SetCursorPosition(p,a,b,c)
426 #define IWineD3DDevice_ShowCursor(p,a) (p)->lpVtbl->ShowCursor(p,a)
427 #define IWineD3DDevice_TestCooperativeLevel(p) (p)->lpVtbl->TestCooperativeLevel(p)
428 #define IWineD3DDevice_SetFVF(p,a) (p)->lpVtbl->SetFVF(p,a)
429 #define IWineD3DDevice_GetFVF(p,a) (p)->lpVtbl->GetFVF(p,a)
430 #define IWineD3DDevice_SetClipPlane(p,a,b) (p)->lpVtbl->SetClipPlane(p,a,b)
431 #define IWineD3DDevice_GetClipPlane(p,a,b) (p)->lpVtbl->GetClipPlane(p,a,b)
432 #define IWineD3DDevice_SetClipStatus(p,a) (p)->lpVtbl->SetClipStatus(p,a)
433 #define IWineD3DDevice_GetClipStatus(p,a) (p)->lpVtbl->GetClipStatus(p,a)
434 #define IWineD3DDevice_SetCurrentTexturePalette(p,a) (p)->lpVtbl->SetCurrentTexturePalette(p,a)
435 #define IWineD3DDevice_GetCurrentTexturePalette(p,a) (p)->lpVtbl->GetCurrentTexturePalette(p,a)
436 #define IWineD3DDevice_SetDepthStencilSurface(p,a) (p)->lpVtbl->SetDepthStencilSurface(p,a)
437 #define IWineD3DDevice_GetDepthStencilSurface(p,a) (p)->lpVtbl->GetDepthStencilSurface(p,a)
438 #define IWineD3DDevice_SetGammaRamp(p,a,b,c) (p)->lpVtbl->SetGammaRamp(p,a,b,c)
439 #define IWineD3DDevice_GetGammaRamp(p,a,b) (p)->lpVtbl->GetGammaRamp(p,a,b)
440 #define IWineD3DDevice_SetIndices(p,a,b) (p)->lpVtbl->SetIndices(p,a,b)
441 #define IWineD3DDevice_GetIndices(p,a,b) (p)->lpVtbl->GetIndices(p,a,b)
442 #define IWineD3DDevice_SetLight(p,a,b) (p)->lpVtbl->SetLight(p,a,b)
443 #define IWineD3DDevice_GetLight(p,a,b) (p)->lpVtbl->GetLight(p,a,b)
444 #define IWineD3DDevice_SetLightEnable(p,a,b) (p)->lpVtbl->SetLightEnable(p,a,b)
445 #define IWineD3DDevice_GetLightEnable(p,a,b) (p)->lpVtbl->GetLightEnable(p,a,b)
446 #define IWineD3DDevice_SetMaterial(p,a) (p)->lpVtbl->SetMaterial(p,a)
447 #define IWineD3DDevice_GetMaterial(p,a) (p)->lpVtbl->GetMaterial(p,a)
448 #define IWineD3DDevice_SetNPatchMode(p,a) (p)->lpVtbl->SetNPatchMode(p,a)
449 #define IWineD3DDevice_GetNPatchMode(p) (p)->lpVtbl->GetNPatchMode(p)
450 #define IWineD3DDevice_SetPaletteEntries(p,a,b) (p)->lpVtbl->SetPaletteEntries(p,a,b)
451 #define IWineD3DDevice_GetPaletteEntries(p,a,b) (p)->lpVtbl->GetPaletteEntries(p,a,b)
452 #define IWineD3DDevice_SetPixelShader(p,a) (p)->lpVtbl->SetPixelShader(p,a)
453 #define IWineD3DDevice_GetPixelShader(p,a) (p)->lpVtbl->GetPixelShader(p,a)
454 #define IWineD3DDevice_SetPixelShaderConstantB(p,a,b,c) (p)->lpVtbl->SetPixelShaderConstantB(p,a,b,c)
455 #define IWineD3DDevice_GetPixelShaderConstantB(p,a,b,c) (p)->lpVtbl->GetPixelShaderConstantB(p,a,b,c)
456 #define IWineD3DDevice_SetPixelShaderConstantI(p,a,b,c) (p)->lpVtbl->SetPixelShaderConstantI(p,a,b,c)
457 #define IWineD3DDevice_GetPixelShaderConstantI(p,a,b,c) (p)->lpVtbl->GetPixelShaderConstantI(p,a,b,c)
458 #define IWineD3DDevice_SetPixelShaderConstantF(p,a,b,c) (p)->lpVtbl->SetPixelShaderConstantF(p,a,b,c)
459 #define IWineD3DDevice_GetPixelShaderConstantF(p,a,b,c) (p)->lpVtbl->GetPixelShaderConstantF(p,a,b,c)
460 #define IWineD3DDevice_GetRasterStatus(p,a,b) (p)->lpVtbl->GetRasterStatus(p,a,b)
461 #define IWineD3DDevice_SetRenderState(p,a,b) (p)->lpVtbl->SetRenderState(p,a,b)
462 #define IWineD3DDevice_GetRenderState(p,a,b) (p)->lpVtbl->GetRenderState(p,a,b)
463 #define IWineD3DDevice_SetRenderTarget(p,a,b) (p)->lpVtbl->SetRenderTarget(p,a,b)
464 #define IWineD3DDevice_GetRenderTarget(p,a,b) (p)->lpVtbl->GetRenderTarget(p,a,b)
465 #define IWineD3DDevice_SetSamplerState(p,a,b,c) (p)->lpVtbl->SetSamplerState(p,a,b,c)
466 #define IWineD3DDevice_GetSamplerState(p,a,b,c) (p)->lpVtbl->GetSamplerState(p,a,b,c)
467 #define IWineD3DDevice_SetScissorRect(p,a) (p)->lpVtbl->SetScissorRect(p,a)
468 #define IWineD3DDevice_GetScissorRect(p,a) (p)->lpVtbl->GetScissorRect(p,a)
469 #define IWineD3DDevice_SetSoftwareVertexProcessing(p,a) (p)->lpVtbl->SetSoftwareVertexProcessing(p,a)
470 #define IWineD3DDevice_GetSoftwareVertexProcessing(p) (p)->lpVtbl->GetSoftwareVertexProcessing(p)
471 #define IWineD3DDevice_SetStreamSource(p,a,b,c,d) (p)->lpVtbl->SetStreamSource(p,a,b,c,d)
472 #define IWineD3DDevice_GetStreamSource(p,a,b,c,d) (p)->lpVtbl->GetStreamSource(p,a,b,c,d)
473 #define IWineD3DDevice_SetStreamSourceFreq(p,a,b) (p)->lpVtbl->SetStreamSourceFreq(p,a,b)
474 #define IWineD3DDevice_GetStreamSourceFreq(p,a,b) (p)->lpVtbl->GetStreamSourceFreq(p,a,b)
475 #define IWineD3DDevice_GetSwapChain(p,a,b) (p)->lpVtbl->GetSwapChain(p,a,b)
476 #define IWineD3DDevice_SetTextureStageState(p,a,b,c) (p)->lpVtbl->SetTextureStageState(p,a,b,c)
477 #define IWineD3DDevice_GetTextureStageState(p,a,b,c) (p)->lpVtbl->GetTextureStageState(p,a,b,c)
478 #define IWineD3DDevice_SetTexture(p,a,b) (p)->lpVtbl->SetTexture(p,a,b)
479 #define IWineD3DDevice_GetTexture(p,a,b) (p)->lpVtbl->GetTexture(p,a,b)
480 #define IWineD3DDevice_SetTransform(p,a,b) (p)->lpVtbl->SetTransform(p,a,b)
481 #define IWineD3DDevice_GetTransform(p,a,b) (p)->lpVtbl->GetTransform(p,a,b)
482 #define IWineD3DDevice_SetVertexDeclaration(p,a) (p)->lpVtbl->SetVertexDeclaration(p,a)
483 #define IWineD3DDevice_GetVertexDeclaration(p,a) (p)->lpVtbl->GetVertexDeclaration(p,a)
484 #define IWineD3DDevice_SetVertexShader(p,a) (p)->lpVtbl->SetVertexShader(p,a)
485 #define IWineD3DDevice_GetVertexShader(p,a) (p)->lpVtbl->GetVertexShader(p,a)
486 #define IWineD3DDevice_SetVertexShaderConstantB(p,a,b,c) (p)->lpVtbl->SetVertexShaderConstantB(p,a,b,c)
487 #define IWineD3DDevice_GetVertexShaderConstantB(p,a,b,c) (p)->lpVtbl->GetVertexShaderConstantB(p,a,b,c)
488 #define IWineD3DDevice_SetVertexShaderConstantI(p,a,b,c) (p)->lpVtbl->SetVertexShaderConstantI(p,a,b,c)
489 #define IWineD3DDevice_GetVertexShaderConstantI(p,a,b,c) (p)->lpVtbl->GetVertexShaderConstantI(p,a,b,c)
490 #define IWineD3DDevice_SetVertexShaderConstantF(p,a,b,c) (p)->lpVtbl->SetVertexShaderConstantF(p,a,b,c)
491 #define IWineD3DDevice_GetVertexShaderConstantF(p,a,b,c) (p)->lpVtbl->GetVertexShaderConstantF(p,a,b,c)
492 #define IWineD3DDevice_SetViewport(p,a) (p)->lpVtbl->SetViewport(p,a)
493 #define IWineD3DDevice_GetViewport(p,a) (p)->lpVtbl->GetViewport(p,a)
494 #define IWineD3DDevice_MultiplyTransform(p,a,b) (p)->lpVtbl->MultiplyTransform(p,a,b)
495 #define IWineD3DDevice_ValidateDevice(p,a) (p)->lpVtbl->ValidateDevice(p,a)
496 #define IWineD3DDevice_ProcessVertices(p,a,b,c,d,e,f) (p)->lpVtbl->ProcessVertices(p,a,b,c,d,e,f)
497 #define IWineD3DDevice_BeginStateBlock(p) (p)->lpVtbl->BeginStateBlock(p)
498 #define IWineD3DDevice_EndStateBlock(p,a) (p)->lpVtbl->EndStateBlock(p,a)
499 #define IWineD3DDevice_BeginScene(p) (p)->lpVtbl->BeginScene(p)
500 #define IWineD3DDevice_EndScene(p) (p)->lpVtbl->EndScene(p)
501 #define IWineD3DDevice_Present(p,a,b,c,d) (p)->lpVtbl->Present(p,a,b,c,d)
502 #define IWineD3DDevice_Clear(p,a,b,c,d,e,f) (p)->lpVtbl->Clear(p,a,b,c,d,e,f)
503 #define IWineD3DDevice_DrawPrimitive(p,a,b,c) (p)->lpVtbl->DrawPrimitive(p,a,b,c)
504 #define IWineD3DDevice_DrawIndexedPrimitive(p,a,b,c,d,e,f) (p)->lpVtbl->DrawIndexedPrimitive(p,a,b,c,d,e,f)
505 #define IWineD3DDevice_DrawPrimitiveUP(p,a,b,c,d) (p)->lpVtbl->DrawPrimitiveUP(p,a,b,c,d)
506 #define IWineD3DDevice_DrawIndexedPrimitiveUP(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->DrawIndexedPrimitiveUP(p,a,b,c,d,e,f,g,h)
507 #define IWineD3DDevice_DrawRectPatch(p,a,b,c) (p)->lpVtbl->DrawRectPatch(p,a,b,c)
508 #define IWineD3DDevice_DrawTriPatch(p,a,b,c) (p)->lpVtbl->DrawTriPatch(p,a,b,c)
509 #define IWineD3DDevice_DeletePatch(p,a) (p)->lpVtbl->DeletePatch(p,a)
510 #define IWineD3DDevice_ColorFill(p,a,b,c) (p)->lpVtbl->ColorFill(p,a,b,c)
511 #define IWineD3DDevice_UpdateTexture(p,a,b) (p)->lpVtbl->UpdateTexture(p,a,b)
512 #define IWineD3DDevice_UpdateSurface(p,a,b,c,d) (p)->lpVtbl->UpdateSurface(p,a,b,c,d)
513 #define IWineD3DDevice_StretchRect(p,a,b,c,d,e) (p)->lpVtbl->StretchRect(p,a,b,c,d,e)
514 #define IWineD3DDevice_GetRenderTargetData(p,a,b) (p)->lpVtbl->GetRenderTargetData(p,a,b)
515 #define IWineD3DDevice_GetFrontBufferData(p,a,b) (p)->lpVtbl->GetFrontBufferData(p,a,b)
516 #define IWineD3DDevice_SetupTextureStates(p,a,b) (p)->lpVtbl->SetupTextureStates(p,a,b)
517 #endif
519 /*****************************************************************************
520 * WineD3DResource interface
522 #define INTERFACE IWineD3DResource
523 DECLARE_INTERFACE_(IWineD3DResource,IUnknown)
525 /*** IUnknown methods ***/
526 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
527 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
528 STDMETHOD_(ULONG,Release)(THIS) PURE;
529 /*** IWineD3DResource methods ***/
530 STDMETHOD(GetParent)(THIS_ IUnknown **pParent) PURE;
531 STDMETHOD(GetDevice)(THIS_ IWineD3DDevice ** ppDevice) PURE;
532 STDMETHOD(SetPrivateData)(THIS_ REFGUID refguid, CONST void * pData, DWORD SizeOfData, DWORD Flags) PURE;
533 STDMETHOD(GetPrivateData)(THIS_ REFGUID refguid, void * pData, DWORD * pSizeOfData) PURE;
534 STDMETHOD(FreePrivateData)(THIS_ REFGUID refguid) PURE;
535 STDMETHOD_(DWORD,SetPriority)(THIS_ DWORD PriorityNew) PURE;
536 STDMETHOD_(DWORD,GetPriority)(THIS) PURE;
537 STDMETHOD_(void,PreLoad)(THIS) PURE;
538 STDMETHOD_(D3DRESOURCETYPE,GetType)(THIS) PURE;
540 #undef INTERFACE
542 #if !defined(__cplusplus) || defined(CINTERFACE)
543 /*** IUnknown methods ***/
544 #define IWineD3DResource_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
545 #define IWineD3DResource_AddRef(p) (p)->lpVtbl->AddRef(p)
546 #define IWineD3DResource_Release(p) (p)->lpVtbl->Release(p)
547 /*** IWineD3DResource methods ***/
548 #define IWineD3DResource_GetParent(p,a) (p)->lpVtbl->GetParent(p,a)
549 #define IWineD3DResource_GetDevice(p,a) (p)->lpVtbl->GetDevice(p,a)
550 #define IWineD3DResource_SetPrivateData(p,a,b,c,d) (p)->lpVtbl->SetPrivateData(p,a,b,c,d)
551 #define IWineD3DResource_GetPrivateData(p,a,b,c) (p)->lpVtbl->GetPrivateData(p,a,b,c)
552 #define IWineD3DResource_FreePrivateData(p,a) (p)->lpVtbl->FreePrivateData(p,a)
553 #define IWineD3DResource_SetPriority(p,a) (p)->lpVtbl->SetPriority(p,a)
554 #define IWineD3DResource_GetPriority(p) (p)->lpVtbl->GetPriority(p)
555 #define IWineD3DResource_PreLoad(p) (p)->lpVtbl->PreLoad(p)
556 #define IWineD3DResource_GetType(p) (p)->lpVtbl->GetType(p)
557 #endif
559 /*****************************************************************************
560 * WineD3DVertexBuffer interface
562 #define INTERFACE IWineD3DVertexBuffer
563 DECLARE_INTERFACE_(IWineD3DVertexBuffer,IWineD3DResource)
565 /*** IUnknown methods ***/
566 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
567 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
568 STDMETHOD_(ULONG,Release)(THIS) PURE;
569 /*** IWineD3DResource methods ***/
570 STDMETHOD(GetParent)(THIS_ IUnknown **pParent) PURE;
571 STDMETHOD(GetDevice)(THIS_ IWineD3DDevice ** ppDevice) PURE;
572 STDMETHOD(SetPrivateData)(THIS_ REFGUID refguid, CONST void * pData, DWORD SizeOfData, DWORD Flags) PURE;
573 STDMETHOD(GetPrivateData)(THIS_ REFGUID refguid, void * pData, DWORD * pSizeOfData) PURE;
574 STDMETHOD(FreePrivateData)(THIS_ REFGUID refguid) PURE;
575 STDMETHOD_(DWORD,SetPriority)(THIS_ DWORD PriorityNew) PURE;
576 STDMETHOD_(DWORD,GetPriority)(THIS) PURE;
577 STDMETHOD_(void,PreLoad)(THIS) PURE;
578 STDMETHOD_(D3DRESOURCETYPE,GetType)(THIS) PURE;
579 /*** IWineD3DVertexBuffer methods ***/
580 STDMETHOD(Lock)(THIS_ UINT OffsetToLock, UINT SizeToLock, BYTE ** ppbData, DWORD Flags) PURE;
581 STDMETHOD(Unlock)(THIS) PURE;
582 STDMETHOD(GetDesc)(THIS_ D3DVERTEXBUFFER_DESC * pDesc) PURE;
584 #undef INTERFACE
586 #if !defined(__cplusplus) || defined(CINTERFACE)
587 /*** IUnknown methods ***/
588 #define IWineD3DVertexBuffer_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
589 #define IWineD3DVertexBuffer_AddRef(p) (p)->lpVtbl->AddRef(p)
590 #define IWineD3DVertexBuffer_Release(p) (p)->lpVtbl->Release(p)
591 /*** IWineD3DResource methods ***/
592 #define IWineD3DVertexBuffer_GetParent(p,a) (p)->lpVtbl->GetParent(p,a)
593 #define IWineD3DVertexBuffer_GetDevice(p,a) (p)->lpVtbl->GetDevice(p,a)
594 #define IWineD3DVertexBuffer_SetPrivateData(p,a,b,c,d) (p)->lpVtbl->SetPrivateData(p,a,b,c,d)
595 #define IWineD3DVertexBuffer_GetPrivateData(p,a,b,c) (p)->lpVtbl->GetPrivateData(p,a,b,c)
596 #define IWineD3DVertexBuffer_FreePrivateData(p,a) (p)->lpVtbl->FreePrivateData(p,a)
597 #define IWineD3DVertexBuffer_SetPriority(p,a) (p)->lpVtbl->SetPriority(p,a)
598 #define IWineD3DVertexBuffer_GetPriority(p) (p)->lpVtbl->GetPriority(p)
599 #define IWineD3DVertexBuffer_PreLoad(p) (p)->lpVtbl->PreLoad(p)
600 #define IWineD3DVertexBuffer_GetType(p) (p)->lpVtbl->GetType(p)
601 /*** IWineD3DVertexBuffer methods ***/
602 #define IWineD3DVertexBuffer_Lock(p,a,b,c,d) (p)->lpVtbl->Lock(p,a,b,c,d)
603 #define IWineD3DVertexBuffer_Unlock(p) (p)->lpVtbl->Unlock(p)
604 #define IWineD3DVertexBuffer_GetDesc(p,a) (p)->lpVtbl->GetDesc(p,a)
605 #endif
607 /*****************************************************************************
608 * WineD3DIndexBuffer interface
610 #define INTERFACE IWineD3DIndexBuffer
611 DECLARE_INTERFACE_(IWineD3DIndexBuffer,IWineD3DResource)
613 /*** IUnknown methods ***/
614 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
615 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
616 STDMETHOD_(ULONG,Release)(THIS) PURE;
617 /*** IWineD3DResource methods ***/
618 STDMETHOD(GetParent)(THIS_ IUnknown **pParent) PURE;
619 STDMETHOD(GetDevice)(THIS_ IWineD3DDevice ** ppDevice) PURE;
620 STDMETHOD(SetPrivateData)(THIS_ REFGUID refguid, CONST void * pData, DWORD SizeOfData, DWORD Flags) PURE;
621 STDMETHOD(GetPrivateData)(THIS_ REFGUID refguid, void * pData, DWORD * pSizeOfData) PURE;
622 STDMETHOD(FreePrivateData)(THIS_ REFGUID refguid) PURE;
623 STDMETHOD_(DWORD,SetPriority)(THIS_ DWORD PriorityNew) PURE;
624 STDMETHOD_(DWORD,GetPriority)(THIS) PURE;
625 STDMETHOD_(void,PreLoad)(THIS) PURE;
626 STDMETHOD_(D3DRESOURCETYPE,GetType)(THIS) PURE;
627 /*** IWineD3DIndexBuffer methods ***/
628 STDMETHOD(Lock)(THIS_ UINT OffsetToLock, UINT SizeToLock, BYTE ** ppbData, DWORD Flags) PURE;
629 STDMETHOD(Unlock)(THIS) PURE;
630 STDMETHOD(GetDesc)(THIS_ D3DINDEXBUFFER_DESC * pDesc) PURE;
632 #undef INTERFACE
634 #if !defined(__cplusplus) || defined(CINTERFACE)
635 /*** IUnknown methods ***/
636 #define IWineD3DIndexBuffer_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
637 #define IWineD3DIndexBuffer_AddRef(p) (p)->lpVtbl->AddRef(p)
638 #define IWineD3DIndexBuffer_Release(p) (p)->lpVtbl->Release(p)
639 /*** IWineD3DResource methods ***/
640 #define IWineD3DIndexBuffer_GetParent(p,a) (p)->lpVtbl->GetParent(p,a)
641 #define IWineD3DIndexBuffer_GetDevice(p,a) (p)->lpVtbl->GetDevice(p,a)
642 #define IWineD3DIndexBuffer_SetPrivateData(p,a,b,c,d) (p)->lpVtbl->SetPrivateData(p,a,b,c,d)
643 #define IWineD3DIndexBuffer_GetPrivateData(p,a,b,c) (p)->lpVtbl->GetPrivateData(p,a,b,c)
644 #define IWineD3DIndexBuffer_FreePrivateData(p,a) (p)->lpVtbl->FreePrivateData(p,a)
645 #define IWineD3DIndexBuffer_SetPriority(p,a) (p)->lpVtbl->SetPriority(p,a)
646 #define IWineD3DIndexBuffer_GetPriority(p) (p)->lpVtbl->GetPriority(p)
647 #define IWineD3DIndexBuffer_PreLoad(p) (p)->lpVtbl->PreLoad(p)
648 #define IWineD3DIndexBuffer_GetType(p) (p)->lpVtbl->GetType(p)
649 /*** IWineD3DIndexBuffer methods ***/
650 #define IWineD3DIndexBuffer_Lock(p,a,b,c,d) (p)->lpVtbl->Lock(p,a,b,c,d)
651 #define IWineD3DIndexBuffer_Unlock(p) (p)->lpVtbl->Unlock(p)
652 #define IWineD3DIndexBuffer_GetDesc(p,a) (p)->lpVtbl->GetDesc(p,a)
653 #endif
655 /*****************************************************************************
656 * IWineD3DBaseTexture interface
657 * Note at d3d8 this does NOT extend Resource, but at d3d9 it does
658 * since most functions are common anyway, it makes sense to extend it
660 #define INTERFACE IWineD3DBaseTexture
661 DECLARE_INTERFACE_(IWineD3DBaseTexture,IWineD3DResource)
663 /*** IUnknown methods ***/
664 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
665 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
666 STDMETHOD_(ULONG,Release)(THIS) PURE;
667 /*** IWineD3DResource methods ***/
668 STDMETHOD(GetParent)(THIS_ IUnknown **pParent) PURE;
669 STDMETHOD(GetDevice)(THIS_ IWineD3DDevice ** ppDevice) PURE;
670 STDMETHOD(SetPrivateData)(THIS_ REFGUID refguid, CONST void * pData, DWORD SizeOfData, DWORD Flags) PURE;
671 STDMETHOD(GetPrivateData)(THIS_ REFGUID refguid, void * pData, DWORD * pSizeOfData) PURE;
672 STDMETHOD(FreePrivateData)(THIS_ REFGUID refguid) PURE;
673 STDMETHOD_(DWORD,SetPriority)(THIS_ DWORD PriorityNew) PURE;
674 STDMETHOD_(DWORD,GetPriority)(THIS) PURE;
675 STDMETHOD_(void,PreLoad)(THIS) PURE;
676 STDMETHOD_(D3DRESOURCETYPE,GetType)(THIS) PURE;
677 /*** IWineD3DBaseTexture methods ***/
678 STDMETHOD_(DWORD, SetLOD)(THIS_ DWORD LODNew) PURE;
679 STDMETHOD_(DWORD, GetLOD)(THIS) PURE;
680 STDMETHOD_(DWORD, GetLevelCount)(THIS) PURE;
681 STDMETHOD(SetAutoGenFilterType)(THIS_ D3DTEXTUREFILTERTYPE FilterType) PURE;
682 STDMETHOD_(D3DTEXTUREFILTERTYPE, GetAutoGenFilterType)(THIS) PURE;
683 STDMETHOD_(void, GenerateMipSubLevels)(THIS) PURE;
684 STDMETHOD_(BOOL, SetDirty)(THIS_ BOOL) PURE;
685 STDMETHOD_(BOOL, GetDirty)(THIS) PURE;
686 STDMETHOD(BindTexture)(THIS) PURE;
687 STDMETHOD(UnBindTexture)(THIS) PURE;
688 STDMETHOD_(UINT, GetTextureDimensions)(THIS) PURE;
691 #undef INTERFACE
693 #if !defined(__cplusplus) || defined(CINTERFACE)
694 /*** IUnknown methods ***/
695 #define IWineD3DBaseTexture_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
696 #define IWineD3DBaseTexture_AddRef(p) (p)->lpVtbl->AddRef(p)
697 #define IWineD3DBaseTexture_Release(p) (p)->lpVtbl->Release(p)
698 /*** IWineD3DBaseTexture methods: IWineD3DResource ***/
699 #define IWineD3DBaseTexture_GetParent(p,a) (p)->lpVtbl->GetParent(p,a)
700 #define IWineD3DBaseTexture_GetDevice(p,a) (p)->lpVtbl->GetDevice(p,a)
701 #define IWineD3DBaseTexture_SetPrivateData(p,a,b,c,d) (p)->lpVtbl->SetPrivateData(p,a,b,c,d)
702 #define IWineD3DBaseTexture_GetPrivateData(p,a,b,c) (p)->lpVtbl->GetPrivateData(p,a,b,c)
703 #define IWineD3DBaseTexture_FreePrivateData(p,a) (p)->lpVtbl->FreePrivateData(p,a)
704 #define IWineD3DBaseTexture_SetPriority(p,a) (p)->lpVtbl->SetPriority(p,a)
705 #define IWineD3DBaseTexture_GetPriority(p) (p)->lpVtbl->GetPriority(p)
706 #define IWineD3DBaseTexture_PreLoad(p) (p)->lpVtbl->PreLoad(p)
707 #define IWineD3DBaseTexture_GetType(p) (p)->lpVtbl->GetType(p)
708 /*** IWineD3DBaseTexture methods ***/
709 #define IWineD3DBaseTexture_SetLOD(p,a) (p)->lpVtbl->SetLOD(p,a)
710 #define IWineD3DBaseTexture_GetLOD(p) (p)->lpVtbl->GetLOD(p)
711 #define IWineD3DBaseTexture_GetLevelCount(p) (p)->lpVtbl->GetLevelCount(p)
712 #define IWineD3DBaseTexture_SetAutoGenFilterType(p,a) (p)->lpVtbl->SetAutoGenFilterType(p,a)
713 #define IWineD3DBaseTexture_GetAutoGenFilterType(p) (p)->lpVtbl->GetAutoGenFilterType(p)
714 #define IWineD3DBaseTexture_GenerateMipSubLevels(p) (p)->lpVtbl->GenerateMipSubLevels(p)
715 #define IWineD3DBaseTexture_SetDirty(p,a) (p)->lpVtbl->SetDirty(p,a)
716 #define IWineD3DBaseTexture_GetDirty(p) (p)->lpVtbl->GetDirty(p)
717 /*** internal methods ***/
718 #define IWineD3DBaseTexture_BindTexture(p) (p)->lpVtbl->BindTexture(p)
719 #define IWineD3DBaseTexture_UnBindTexture(p) (p)->lpVtbl->UnBindTexture(p)
720 #define IWineD3DBaseTexture_GetTextureDimensions(p) (p)->lpVtbl->GetTextureDimensions(p)
721 #endif
723 /*****************************************************************************
724 * IWineD3DTexture interface
726 #define INTERFACE IWineD3DTexture
727 DECLARE_INTERFACE_(IWineD3DTexture,IWineD3DBaseTexture)
729 /*** IUnknown methods ***/
730 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
731 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
732 STDMETHOD_(ULONG,Release)(THIS) PURE;
733 /*** IWineD3DResource methods ***/
734 STDMETHOD(GetParent)(THIS_ IUnknown **pParent) PURE;
735 STDMETHOD(GetDevice)(THIS_ IWineD3DDevice ** ppDevice) PURE;
736 STDMETHOD(SetPrivateData)(THIS_ REFGUID refguid, CONST void * pData, DWORD SizeOfData, DWORD Flags) PURE;
737 STDMETHOD(GetPrivateData)(THIS_ REFGUID refguid, void * pData, DWORD * pSizeOfData) PURE;
738 STDMETHOD(FreePrivateData)(THIS_ REFGUID refguid) PURE;
739 STDMETHOD_(DWORD,SetPriority)(THIS_ DWORD PriorityNew) PURE;
740 STDMETHOD_(DWORD,GetPriority)(THIS) PURE;
741 STDMETHOD_(void,PreLoad)(THIS) PURE;
742 STDMETHOD_(D3DRESOURCETYPE,GetType)(THIS) PURE;
743 /*** IWineD3DBaseTexture methods ***/
744 STDMETHOD_(DWORD, SetLOD)(THIS_ DWORD LODNew) PURE;
745 STDMETHOD_(DWORD, GetLOD)(THIS) PURE;
746 STDMETHOD_(DWORD, GetLevelCount)(THIS) PURE;
747 STDMETHOD(SetAutoGenFilterType)(THIS_ D3DTEXTUREFILTERTYPE FilterType) PURE;
748 STDMETHOD_(D3DTEXTUREFILTERTYPE, GetAutoGenFilterType)(THIS) PURE;
749 STDMETHOD_(void, GenerateMipSubLevels)(THIS) PURE;
750 STDMETHOD_(BOOL, SetDirty)(THIS_ BOOL) PURE;
751 STDMETHOD_(BOOL, GetDirty)(THIS) PURE;
752 STDMETHOD(BindTexture)(THIS) PURE;
753 STDMETHOD(UnBindTexture)(THIS) PURE;
754 STDMETHOD_(UINT, GetTextureDimensions)(THIS) PURE;
755 /*** IWineD3DTexture methods ***/
756 STDMETHOD(GetLevelDesc)(THIS_ UINT Level, WINED3DSURFACE_DESC* pDesc) PURE;
757 STDMETHOD(GetSurfaceLevel)(THIS_ UINT Level, IWineD3DSurface** ppSurfaceLevel) PURE;
758 STDMETHOD(LockRect)(THIS_ UINT Level, D3DLOCKED_RECT* pLockedRect, CONST RECT* pRect, DWORD Flags) PURE;
759 STDMETHOD(UnlockRect)(THIS_ UINT Level) PURE;
760 STDMETHOD(AddDirtyRect)(THIS_ CONST RECT* pDirtyRect) PURE;
762 #undef INTERFACE
764 #if !defined(__cplusplus) || defined(CINTERFACE)
765 /*** IUnknown methods ***/
766 #define IWineD3DTexture_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
767 #define IWineD3DTexture_AddRef(p) (p)->lpVtbl->AddRef(p)
768 #define IWineD3DTexture_Release(p) (p)->lpVtbl->Release(p)
769 /*** IWineD3DTexture methods: IWineD3DResource ***/
770 #define IWineD3DTexture_GetParent(p,a) (p)->lpVtbl->GetParent(p,a)
771 #define IWineD3DTexture_GetDevice(p,a) (p)->lpVtbl->GetDevice(p,a)
772 #define IWineD3DTexture_SetPrivateData(p,a,b,c,d) (p)->lpVtbl->SetPrivateData(p,a,b,c,d)
773 #define IWineD3DTexture_GetPrivateData(p,a,b,c) (p)->lpVtbl->GetPrivateData(p,a,b,c)
774 #define IWineD3DTexture_FreePrivateData(p,a) (p)->lpVtbl->FreePrivateData(p,a)
775 #define IWineD3DTexture_SetPriority(p,a) (p)->lpVtbl->SetPriority(p,a)
776 #define IWineD3DTexture_GetPriority(p) (p)->lpVtbl->GetPriority(p)
777 #define IWineD3DTexture_PreLoad(p) (p)->lpVtbl->PreLoad(p)
778 #define IWineD3DTexture_GetType(p) (p)->lpVtbl->GetType(p)
779 /*** IWineD3DTexture methods: IWineD3DBaseTexture ***/
780 #define IWineD3DTexture_SetLOD(p,a) (p)->lpVtbl->SetLOD(p,a)
781 #define IWineD3DTexture_GetLOD(p) (p)->lpVtbl->GetLOD(p)
782 #define IWineD3DTexture_GetLevelCount(p) (p)->lpVtbl->GetLevelCount(p)
783 #define IWineD3DTexture_SetAutoGenFilterType(p,a) (p)->lpVtbl->SetAutoGenFilterType(p,a)
784 #define IWineD3DTexture_GetAutoGenFilterType(p) (p)->lpVtbl->GetAutoGenFilterType(p)
785 #define IWineD3DTexture_GenerateMipSubLevels(p) (p)->lpVtbl->GenerateMipSubLevels(p)
786 #define IWineD3DTexture_SetDirty(p,a) (p)->lpVtbl->SetDirty(p,a)
787 #define IWineD3DTexture_GetDirty(p) (p)->lpVtbl->GetDirty(p)
788 #define IWineD3DTexture_BindTexture(p) (p)->lpVtbl->BindTexture(p)
789 #define IWineD3DTexture_UnBindTexture(p) (p)->lpVtbl->UnBindTexture(p)
790 #define IWineD3DTexture_GetTextureDimensions(p) (p)->lpVtbl->GetTextureDimensions(p)
791 /*** IWineD3DTexture methods ***/
792 #define IWineD3DTexture_GetLevelDesc(p,a,b) (p)->lpVtbl->GetLevelDesc(p,a,b)
793 #define IWineD3DTexture_GetSurfaceLevel(p,a,b) (p)->lpVtbl->GetSurfaceLevel(p,a,b)
794 #define IWineD3DTexture_LockRect(p,a,b,c,d) (p)->lpVtbl->LockRect(p,a,b,c,d)
795 #define IWineD3DTexture_UnlockRect(p,a) (p)->lpVtbl->UnlockRect(p,a)
796 #define IWineD3DTexture_AddDirtyRect(p,a) (p)->lpVtbl->AddDirtyRect(p,a)
797 #endif
799 /*****************************************************************************
800 * IWineD3DCubeTexture interface
802 #define INTERFACE IWineD3DCubeTexture
803 DECLARE_INTERFACE_(IWineD3DCubeTexture,IWineD3DBaseTexture)
805 /*** IUnknown methods ***/
806 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
807 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
808 STDMETHOD_(ULONG,Release)(THIS) PURE;
809 /*** IWineD3DResource methods ***/
810 STDMETHOD(GetParent)(THIS_ IUnknown **pParent) PURE;
811 STDMETHOD(GetDevice)(THIS_ IWineD3DDevice ** ppDevice) PURE;
812 STDMETHOD(SetPrivateData)(THIS_ REFGUID refguid, CONST void * pData, DWORD SizeOfData, DWORD Flags) PURE;
813 STDMETHOD(GetPrivateData)(THIS_ REFGUID refguid, void * pData, DWORD * pSizeOfData) PURE;
814 STDMETHOD(FreePrivateData)(THIS_ REFGUID refguid) PURE;
815 STDMETHOD_(DWORD,SetPriority)(THIS_ DWORD PriorityNew) PURE;
816 STDMETHOD_(DWORD,GetPriority)(THIS) PURE;
817 STDMETHOD_(void,PreLoad)(THIS) PURE;
818 STDMETHOD_(D3DRESOURCETYPE,GetType)(THIS) PURE;
819 /*** IWineD3DBaseTexture methods ***/
820 STDMETHOD_(DWORD, SetLOD)(THIS_ DWORD LODNew) PURE;
821 STDMETHOD_(DWORD, GetLOD)(THIS) PURE;
822 STDMETHOD_(DWORD, GetLevelCount)(THIS) PURE;
823 STDMETHOD(SetAutoGenFilterType)(THIS_ D3DTEXTUREFILTERTYPE FilterType) PURE;
824 STDMETHOD_(D3DTEXTUREFILTERTYPE, GetAutoGenFilterType)(THIS) PURE;
825 STDMETHOD_(void, GenerateMipSubLevels)(THIS) PURE;
826 STDMETHOD_(BOOL, SetDirty)(THIS_ BOOL) PURE;
827 STDMETHOD_(BOOL, GetDirty)(THIS) PURE;
828 STDMETHOD(BindTexture)(THIS) PURE;
829 STDMETHOD(UnBindTexture)(THIS) PURE;
830 STDMETHOD_(UINT, GetTextureDimensions)(THIS) PURE;
831 /*** IWineD3DCubeTexture methods ***/
832 STDMETHOD(GetLevelDesc)(THIS_ UINT Level,WINED3DSURFACE_DESC* pDesc) PURE;
833 STDMETHOD(GetCubeMapSurface)(THIS_ D3DCUBEMAP_FACES FaceType, UINT Level, IWineD3DSurface** ppCubeMapSurface) PURE;
834 STDMETHOD(LockRect)(THIS_ D3DCUBEMAP_FACES FaceType, UINT Level, D3DLOCKED_RECT* pLockedRect, CONST RECT* pRect, DWORD Flags) PURE;
835 STDMETHOD(UnlockRect)(THIS_ D3DCUBEMAP_FACES FaceType, UINT Level) PURE;
836 STDMETHOD(AddDirtyRect)(THIS_ D3DCUBEMAP_FACES FaceType, CONST RECT* pDirtyRect) PURE;
838 #undef INTERFACE
840 #if !defined(__cplusplus) || defined(CINTERFACE)
841 /*** IUnknown methods ***/
842 #define IWineD3DCubeTexture_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
843 #define IWineD3DCubeTexture_AddRef(p) (p)->lpVtbl->AddRef(p)
844 #define IWineD3DCubeTexture_Release(p) (p)->lpVtbl->Release(p)
845 /*** IWineD3DCubeTexture methods: IWineD3DResource ***/
846 #define IWineD3DCubeTexture_GetParent(p,a) (p)->lpVtbl->GetParent(p,a)
847 #define IWineD3DCubeTexture_GetDevice(p,a) (p)->lpVtbl->GetDevice(p,a)
848 #define IWineD3DCubeTexture_SetPrivateData(p,a,b,c,d) (p)->lpVtbl->SetPrivateData(p,a,b,c,d)
849 #define IWineD3DCubeTexture_GetPrivateData(p,a,b,c) (p)->lpVtbl->GetPrivateData(p,a,b,c)
850 #define IWineD3DCubeTexture_FreePrivateData(p,a) (p)->lpVtbl->FreePrivateData(p,a)
851 #define IWineD3DCubeTexture_SetPriority(p,a) (p)->lpVtbl->SetPriority(p,a)
852 #define IWineD3DCubeTexture_GetPriority(p) (p)->lpVtbl->GetPriority(p)
853 #define IWineD3DCubeTexture_PreLoad(p) (p)->lpVtbl->PreLoad(p)
854 #define IWineD3DCubeTexture_GetType(p) (p)->lpVtbl->GetType(p)
855 /*** IWineD3DCubeTexture methods: IWineD3DBaseTexture ***/
856 #define IWineD3DCubeTexture_SetLOD(p,a) (p)->lpVtbl->SetLOD(p,a)
857 #define IWineD3DCubeTexture_GetLOD(p) (p)->lpVtbl->GetLOD(p)
858 #define IWineD3DCubeTexture_GetLevelCount(p) (p)->lpVtbl->GetLevelCount(p)
859 #define IWineD3DCubeTexture_SetAutoGenFilterType(p,a) (p)->lpVtbl->SetAutoGenFilterType(p,a)
860 #define IWineD3DCubeTexture_GetAutoGenFilterType(p) (p)->lpVtbl->GetAutoGenFilterType(p)
861 #define IWineD3DCubeTexture_GenerateMipSubLevels(p) (p)->lpVtbl->GenerateMipSubLevels(p)
862 #define IWineD3DCubeTexture_SetDirty(p,a) (p)->lpVtbl->SetDirty(p,a)
863 #define IWineD3DCubeTexture_GetDirty(p) (p)->lpVtbl->GetDirty(p)
864 #define IWineD3DCubeTexture_BindTexture(p) (p)->lpVtbl->BindTexture(p)
865 #define IWineD3DCubeTexture_UnBindTexture(p) (p)->lpVtbl->UnBindTexture(p)
866 #define IWineD3DCubeTexture_GetTextureDimensions(p) (p)->lpVtbl->GetTextureDimensions(p)
867 /*** IWineD3DCubeTexture methods ***/
868 #define IWineD3DCubeTexture_GetLevelDesc(p,a,b) (p)->lpVtbl->GetLevelDesc(p,a,b)
869 #define IWineD3DCubeTexture_GetCubeMapSurface(p,a,b,c) (p)->lpVtbl->GetCubeMapSurface(p,a,b,c)
870 #define IWineD3DCubeTexture_LockRect(p,a,b,c,d,e) (p)->lpVtbl->LockRect(p,a,b,c,d,e)
871 #define IWineD3DCubeTexture_UnlockRect(p,a,b) (p)->lpVtbl->UnlockRect(p,a,b)
872 #define IWineD3DCubeTexture_AddDirtyRect(p,a,b) (p)->lpVtbl->AddDirtyRect(p,a,b)
873 #endif
876 /*****************************************************************************
877 * IWineD3DVolumeTexture interface
879 #define INTERFACE IWineD3DVolumeTexture
880 DECLARE_INTERFACE_(IWineD3DVolumeTexture,IWineD3DBaseTexture)
882 /*** IUnknown methods ***/
883 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
884 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
885 STDMETHOD_(ULONG,Release)(THIS) PURE;
886 /*** IWineD3DResource methods ***/
887 STDMETHOD(GetParent)(THIS_ IUnknown **pParent) PURE;
888 STDMETHOD(GetDevice)(THIS_ IWineD3DDevice ** ppDevice) PURE;
889 STDMETHOD(SetPrivateData)(THIS_ REFGUID refguid, CONST void * pData, DWORD SizeOfData, DWORD Flags) PURE;
890 STDMETHOD(GetPrivateData)(THIS_ REFGUID refguid, void * pData, DWORD * pSizeOfData) PURE;
891 STDMETHOD(FreePrivateData)(THIS_ REFGUID refguid) PURE;
892 STDMETHOD_(DWORD,SetPriority)(THIS_ DWORD PriorityNew) PURE;
893 STDMETHOD_(DWORD,GetPriority)(THIS) PURE;
894 STDMETHOD_(void,PreLoad)(THIS) PURE;
895 STDMETHOD_(D3DRESOURCETYPE,GetType)(THIS) PURE;
896 /*** IWineD3DBaseTexture methods ***/
897 STDMETHOD_(DWORD, SetLOD)(THIS_ DWORD LODNew) PURE;
898 STDMETHOD_(DWORD, GetLOD)(THIS) PURE;
899 STDMETHOD_(DWORD, GetLevelCount)(THIS) PURE;
900 STDMETHOD(SetAutoGenFilterType)(THIS_ D3DTEXTUREFILTERTYPE FilterType) PURE;
901 STDMETHOD_(D3DTEXTUREFILTERTYPE, GetAutoGenFilterType)(THIS) PURE;
902 STDMETHOD_(void, GenerateMipSubLevels)(THIS) PURE;
903 STDMETHOD_(BOOL, SetDirty)(THIS_ BOOL) PURE;
904 STDMETHOD_(BOOL, GetDirty)(THIS) PURE;
905 STDMETHOD(BindTexture)(THIS) PURE;
906 STDMETHOD(UnBindTexture)(THIS) PURE;
907 STDMETHOD_(UINT, GetTextureDimensions)(THIS) PURE;
908 /*** IWineD3DVolumeTexture methods ***/
909 STDMETHOD(GetLevelDesc)(THIS_ UINT Level, WINED3DVOLUME_DESC *pDesc) PURE;
910 STDMETHOD(GetVolumeLevel)(THIS_ UINT Level, IWineD3DVolume** ppVolumeLevel) PURE;
911 STDMETHOD(LockBox)(THIS_ UINT Level, D3DLOCKED_BOX* pLockedVolume, CONST D3DBOX* pBox, DWORD Flags) PURE;
912 STDMETHOD(UnlockBox)(THIS_ UINT Level) PURE;
913 STDMETHOD(AddDirtyBox)(THIS_ CONST D3DBOX* pDirtyBox) PURE;
915 #undef INTERFACE
917 #if !defined(__cplusplus) || defined(CINTERFACE)
918 /*** IUnknown methods ***/
919 #define IWineD3DVolumeTexture_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
920 #define IWineD3DVolumeTexture_AddRef(p) (p)->lpVtbl->AddRef(p)
921 #define IWineD3DVolumeTexture_Release(p) (p)->lpVtbl->Release(p)
922 /*** IWineD3DVolumeTexture methods: IWineD3DResource ***/
923 #define IWineD3DVolumeTexture_GetParent(p,a) (p)->lpVtbl->GetParent(p,a)
924 #define IWineD3DVolumeTexture_GetDevice(p,a) (p)->lpVtbl->GetDevice(p,a)
925 #define IWineD3DVolumeTexture_SetPrivateData(p,a,b,c,d) (p)->lpVtbl->SetPrivateData(p,a,b,c,d)
926 #define IWineD3DVolumeTexture_GetPrivateData(p,a,b,c) (p)->lpVtbl->GetPrivateData(p,a,b,c)
927 #define IWineD3DVolumeTexture_FreePrivateData(p,a) (p)->lpVtbl->FreePrivateData(p,a)
928 #define IWineD3DVolumeTexture_SetPriority(p,a) (p)->lpVtbl->SetPriority(p,a)
929 #define IWineD3DVolumeTexture_GetPriority(p) (p)->lpVtbl->GetPriority(p)
930 #define IWineD3DVolumeTexture_PreLoad(p) (p)->lpVtbl->PreLoad(p)
931 #define IWineD3DVolumeTexture_GetType(p) (p)->lpVtbl->GetType(p)
932 /*** IWineD3DVolumeTexture methods: IWineD3DBaseTexture ***/
933 #define IWineD3DVolumeTexture_SetLOD(p,a) (p)->lpVtbl->SetLOD(p,a)
934 #define IWineD3DVolumeTexture_GetLOD(p) (p)->lpVtbl->GetLOD(p)
935 #define IWineD3DVolumeTexture_GetLevelCount(p) (p)->lpVtbl->GetLevelCount(p)
936 #define IWineD3DVolumeTexture_SetAutoGenFilterType(p,a) (p)->lpVtbl->SetAutoGenFilterType(p,a)
937 #define IWineD3DVolumeTexture_GetAutoGenFilterType(p) (p)->lpVtbl->GetAutoGenFilterType(p)
938 #define IWineD3DVolumeTexture_GenerateMipSubLevels(p) (p)->lpVtbl->GenerateMipSubLevels(p)
939 #define IWineD3DVolumeTexture_SetDirty(p,a) (p)->lpVtbl->SetDirty(p,a)
940 #define IWineD3DVolumeTexture_GetDirty(p) (p)->lpVtbl->GetDirty(p)
941 #define IWineD3DVolumeTexture_BindTexture(p) (p)->lpVtbl->BindTexture(p)
942 #define IWineD3DVolumeTexture_UnBindTexture(p) (p)->lpVtbl->UnBindTexture(p)
943 #define IWineD3DVolumeTexture_GetTextureDimensions(p) (p)->lpVtbl->GetTextureDimensions(p)
944 /*** IWineD3DVolumeTexture methods ***/
945 #define IWineD3DVolumeTexture_GetLevelDesc(p,a,b) (p)->lpVtbl->GetLevelDesc(p,a,b)
946 #define IWineD3DVolumeTexture_GetVolumeLevel(p,a,b) (p)->lpVtbl->GetVolumeLevel(p,a,b)
947 #define IWineD3DVolumeTexture_LockBox(p,a,b,c,d) (p)->lpVtbl->LockBox(p,a,b,c,d)
948 #define IWineD3DVolumeTexture_UnlockBox(p,a) (p)->lpVtbl->UnlockBox(p,a)
949 #define IWineD3DVolumeTexture_AddDirtyBox(p,a) (p)->lpVtbl->AddDirtyBox(p,a)
950 #endif
952 /*****************************************************************************
953 * IWineD3DSurface interface
955 #define INTERFACE IWineD3DSurface
956 DECLARE_INTERFACE_(IWineD3DSurface,IWineD3DResource)
958 /*** IUnknown methods ***/
959 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
960 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
961 STDMETHOD_(ULONG,Release)(THIS) PURE;
962 /*** IWineD3DResource methods ***/
963 STDMETHOD(GetParent)(THIS_ IUnknown **pParent) PURE;
964 STDMETHOD(GetDevice)(THIS_ IWineD3DDevice ** ppDevice) PURE;
965 STDMETHOD(SetPrivateData)(THIS_ REFGUID refguid, CONST void * pData, DWORD SizeOfData, DWORD Flags) PURE;
966 STDMETHOD(GetPrivateData)(THIS_ REFGUID refguid, void * pData, DWORD * pSizeOfData) PURE;
967 STDMETHOD(FreePrivateData)(THIS_ REFGUID refguid) PURE;
968 STDMETHOD_(DWORD,SetPriority)(THIS_ DWORD PriorityNew) PURE;
969 STDMETHOD_(DWORD,GetPriority)(THIS) PURE;
970 STDMETHOD_(void,PreLoad)(THIS) PURE;
971 STDMETHOD_(D3DRESOURCETYPE,GetType)(THIS) PURE;
972 /*** IWineD3DSurface methods ***/
973 STDMETHOD(GetContainer)(THIS_ REFIID riid, void ** ppContainer) PURE;
974 STDMETHOD(GetDesc)(THIS_ WINED3DSURFACE_DESC * pDesc) PURE;
975 STDMETHOD(LockRect)(THIS_ D3DLOCKED_RECT * pLockedRect, CONST RECT * pRect,DWORD Flags) PURE;
976 STDMETHOD(UnlockRect)(THIS) PURE;
977 STDMETHOD(GetDC)(THIS_ HDC *pHdc) PURE;
978 STDMETHOD(ReleaseDC)(THIS_ HDC hdc) PURE;
979 /* Internally used methods */
980 STDMETHOD(CleanDirtyRect)(THIS) PURE;
981 STDMETHOD(AddDirtyRect)(THIS_ CONST RECT* pRect) PURE;
982 STDMETHOD(LoadTexture)(THIS_ UINT gl_target, UINT gl_level) PURE;
983 STDMETHOD(SaveSnapshot)(THIS_ const char *filename) PURE;
984 STDMETHOD(SetContainer)(THIS_ IUnknown *container) PURE;
985 STDMETHOD(SetPBufferState)(THIS_ BOOL inPBuffer, BOOL inTexture) PURE;
988 #undef INTERFACE
990 #if !defined(__cplusplus) || defined(CINTERFACE)
991 /*** IUnknown methods ***/
992 #define IWineD3DSurface_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
993 #define IWineD3DSurface_AddRef(p) (p)->lpVtbl->AddRef(p)
994 #define IWineD3DSurface_Release(p) (p)->lpVtbl->Release(p)
995 /*** IWineD3DResource methods ***/
996 #define IWineD3DSurface_GetParent(p,a) (p)->lpVtbl->GetParent(p,a)
997 #define IWineD3DSurface_GetDevice(p,a) (p)->lpVtbl->GetDevice(p,a)
998 #define IWineD3DSurface_SetPrivateData(p,a,b,c,d) (p)->lpVtbl->SetPrivateData(p,a,b,c,d)
999 #define IWineD3DSurface_GetPrivateData(p,a,b,c) (p)->lpVtbl->GetPrivateData(p,a,b,c)
1000 #define IWineD3DSurface_FreePrivateData(p,a) (p)->lpVtbl->FreePrivateData(p,a)
1001 #define IWineD3DSurface_SetPriority(p,a) (p)->lpVtbl->SetPriority(p,a)
1002 #define IWineD3DSurface_GetPriority(p) (p)->lpVtbl->GetPriority(p)
1003 #define IWineD3DSurface_PreLoad(p) (p)->lpVtbl->PreLoad(p)
1004 #define IWineD3DSurface_GetType(p) (p)->lpVtbl->GetType(p)
1005 /*** IWineD3DSurface methods ***/
1006 #define IWineD3DSurface_GetContainer(p,a,b) (p)->lpVtbl->GetContainer(p,a,b)
1007 #define IWineD3DSurface_GetDesc(p,a) (p)->lpVtbl->GetDesc(p,a)
1008 #define IWineD3DSurface_LockRect(p,a,b,c) (p)->lpVtbl->LockRect(p,a,b,c)
1009 #define IWineD3DSurface_UnlockRect(p) (p)->lpVtbl->UnlockRect(p)
1010 #define IWineD3DSurface_GetDC(p,a) (p)->lpVtbl->GetDC(p,a)
1011 #define IWineD3DSurface_ReleaseDC(p,a) (p)->lpVtbl->ReleaseDC(p,a)
1012 /*** IWineD3DSurface (Internal, no d3d mapping) methods ***/
1013 #define IWineD3DSurface_CleanDirtyRect(p) (p)->lpVtbl->CleanDirtyRect(p)
1014 #define IWineD3DSurface_AddDirtyRect(p,a) (p)->lpVtbl->AddDirtyRect(p,a)
1015 #define IWineD3DSurface_LoadTexture(p,a,b) (p)->lpVtbl->LoadTexture(p,a,b)
1016 #define IWineD3DSurface_SaveSnapshot(p,a) (p)->lpVtbl->SaveSnapshot(p,a)
1017 #define IWineD3DSurface_SetContainer(p,a) (p)->lpVtbl->SetContainer(p,a)
1018 #define IWineD3DSurface_SetPBufferState(p,a,b) (p)->lpVtbl->SetPBufferState(p,a,b)
1019 #endif
1021 /*****************************************************************************
1022 * IWineD3DVolume interface
1024 #define INTERFACE IWineD3DVolume
1025 DECLARE_INTERFACE_(IWineD3DVolume,IWineD3DResource)
1027 /*** IUnknown methods ***/
1028 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
1029 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1030 STDMETHOD_(ULONG,Release)(THIS) PURE;
1031 /*** IWineD3DResource methods ***/
1032 STDMETHOD(GetParent)(THIS_ IUnknown **pParent) PURE;
1033 STDMETHOD(GetDevice)(THIS_ IWineD3DDevice ** ppDevice) PURE;
1034 STDMETHOD(SetPrivateData)(THIS_ REFGUID refguid, CONST void * pData, DWORD SizeOfData, DWORD Flags) PURE;
1035 STDMETHOD(GetPrivateData)(THIS_ REFGUID refguid, void * pData, DWORD * pSizeOfData) PURE;
1036 STDMETHOD(FreePrivateData)(THIS_ REFGUID refguid) PURE;
1037 STDMETHOD_(DWORD,SetPriority)(THIS_ DWORD PriorityNew) PURE;
1038 STDMETHOD_(DWORD,GetPriority)(THIS) PURE;
1039 STDMETHOD_(void,PreLoad)(THIS) PURE;
1040 STDMETHOD_(D3DRESOURCETYPE, GetType)(THIS) PURE;
1041 /*** IWineD3DVolume methods ***/
1042 STDMETHOD(GetContainer)(THIS_ REFIID riid, void ** ppContainer) PURE;
1043 STDMETHOD(GetDesc)(THIS_ WINED3DVOLUME_DESC * pDesc) PURE;
1044 STDMETHOD(LockBox)(THIS_ D3DLOCKED_BOX* pLockedVolume, CONST D3DBOX* pBox, DWORD Flags) PURE;
1045 STDMETHOD(UnlockBox)(THIS) PURE;
1046 STDMETHOD(AddDirtyBox)(THIS_ CONST D3DBOX* pDirtyBox) PURE;
1047 STDMETHOD(CleanDirtyBox)(THIS) PURE;
1048 STDMETHOD(LoadTexture)(THIS_ UINT gl_level) PURE;
1049 STDMETHOD(SetContainer)(THIS_ IUnknown *container) PURE;
1051 #undef INTERFACE
1053 #if !defined(__cplusplus) || defined(CINTERFACE)
1054 /*** IUnknown methods ***/
1055 #define IWineD3DVolume_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
1056 #define IWineD3DVolume_AddRef(p) (p)->lpVtbl->AddRef(p)
1057 #define IWineD3DVolume_Release(p) (p)->lpVtbl->Release(p)
1058 /*** IWineD3DResource methods ***/
1059 #define IWineD3DVolume_GetParent(p,a) (p)->lpVtbl->GetParent(p,a)
1060 #define IWineD3DVolume_GetDevice(p,a) (p)->lpVtbl->GetDevice(p,a)
1061 #define IWineD3DVolume_SetPrivateData(p,a,b,c,d) (p)->lpVtbl->SetPrivateData(p,a,b,c,d)
1062 #define IWineD3DVolume_GetPrivateData(p,a,b,c) (p)->lpVtbl->GetPrivateData(p,a,b,c)
1063 #define IWineD3DVolume_FreePrivateData(p,a) (p)->lpVtbl->FreePrivateData(p,a)
1064 #define IWineD3DVolume_SetPriority(p,a) (p)->lpVtbl->SetPriority(p,a)
1065 #define IWineD3DVolume_GetPriority(p) (p)->lpVtbl->GetPriority(p)
1066 #define IWineD3DVolume_PreLoad(p) (p)->lpVtbl->PreLoad(p)
1067 #define IWineD3DVolume_GetType(p) (p)->lpVtbl->GetType(p)
1068 /*** IWineD3DVolume methods ***/
1069 #define IWineD3DVolume_GetContainer(p,a,b) (p)->lpVtbl->GetContainer(p,a,b)
1070 #define IWineD3DVolume_GetDesc(p,a) (p)->lpVtbl->GetDesc(p,a)
1071 #define IWineD3DVolume_LockBox(p,a,b,c) (p)->lpVtbl->LockBox(p,a,b,c)
1072 #define IWineD3DVolume_UnlockBox(p) (p)->lpVtbl->UnlockBox(p)
1073 #define IWineD3DVolume_AddDirtyBox(p,a) (p)->lpVtbl->AddDirtyBox(p,a)
1074 #define IWineD3DVolume_CleanDirtyBox(p) (p)->lpVtbl->CleanDirtyBox(p)
1075 #define IWineD3DVolume_LoadTexture(p,a) (p)->lpVtbl->LoadTexture(p,a)
1076 #define IWineD3DVolume_SetContainer(p,a) (p)->lpVtbl->SetContainer(p,a)
1077 #endif
1079 /*****************************************************************************
1080 * IWineD3DVertexDeclaration interface
1082 #define INTERFACE IWineD3DVertexDeclaration
1083 DECLARE_INTERFACE_(IWineD3DVertexDeclaration,IUnknown)
1085 /*** IUnknown methods ***/
1086 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
1087 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1088 STDMETHOD_(ULONG,Release)(THIS) PURE;
1089 /*** IWineD3DVertexDeclaration methods ***/
1090 STDMETHOD(GetDevice)(THIS_ IWineD3DDevice ** ppDevice) PURE;
1091 STDMETHOD(GetDeclaration)(THIS_ UINT iDeclVersion, VOID*, DWORD* pSize) PURE;
1093 #undef INTERFACE
1095 #if !defined(__cplusplus) || defined(CINTERFACE)
1096 /*** IUnknown methods ***/
1097 #define IWineD3DVertexDeclaration_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
1098 #define IWineD3DVertexDeclaration_AddRef(p) (p)->lpVtbl->AddRef(p)
1099 #define IWineD3DVertexDeclaration_Release(p) (p)->lpVtbl->Release(p)
1100 /*** IWineD3DVertexDeclaration methods ***/
1101 #define IWineD3DVertexDeclaration_GetDevice(p,a) (p)->lpVtbl->GetDevice(p,a)
1102 #define IWineD3DVertexDeclaration_GetDeclaration(p,a,b,c) (p)->lpVtbl->GetDeclaration(p,a,b,c)
1103 #endif
1105 /*****************************************************************************
1106 * IWineD3DStateBlock interface
1108 #define INTERFACE IWineD3DStateBlock
1109 DECLARE_INTERFACE_(IWineD3DStateBlock,IUnknown)
1111 /*** IUnknown methods ***/
1112 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
1113 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1114 STDMETHOD_(ULONG,Release)(THIS) PURE;
1115 /*** IWineD3DStateBlock methods ***/
1116 STDMETHOD(GetParent)(THIS_ IUnknown **pParent) PURE;
1117 STDMETHOD(InitStartupStateBlock)(THIS) PURE;
1119 #undef INTERFACE
1121 #if !defined(__cplusplus) || defined(CINTERFACE)
1122 /*** IUnknown methods ***/
1123 #define IWineD3DStateBlock_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
1124 #define IWineD3DStateBlock_AddRef(p) (p)->lpVtbl->AddRef(p)
1125 #define IWineD3DStateBlock_Release(p) (p)->lpVtbl->Release(p)
1126 /*** IWineD3DStateBlock methods ***/
1127 #define IWineD3DStateBlock_GetParent(p,a) (p)->lpVtbl->GetParent(p,a)
1128 #define IWineD3DStateBlock_InitStartupStateBlock(p) (p)->lpVtbl->InitStartupStateBlock(p)
1129 #endif
1131 /*****************************************************************************
1132 * WineD3DQuery interface
1134 #define INTERFACE IWineD3DQuery
1135 DECLARE_INTERFACE_(IWineD3DQuery,IUnknown)
1137 /*** IUnknown methods ***/
1138 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void **ppvObject) PURE;
1139 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1140 STDMETHOD_(ULONG,Release)(THIS) PURE;
1141 /*** IWineD3DQuery methods ***/
1142 STDMETHOD(GetParent)(THIS_ IUnknown **pParent) PURE;
1143 STDMETHOD(GetDevice)(THIS_ IWineD3DDevice **ppDevice) PURE;
1144 STDMETHOD(GetData)(THIS_ void *pData, DWORD dwSize, DWORD dwGetDataFlags) PURE;
1145 STDMETHOD_(DWORD,GetDataSize)(THIS) PURE;
1146 STDMETHOD_(WINED3DQUERYTYPE, GetType)(THIS) PURE;
1147 STDMETHOD(Issue)(THIS_ DWORD dwIssueFlags) PURE;
1150 #undef INTERFACE
1152 #if !defined(__cplusplus) || defined(CINTERFACE)
1153 /*** IUnknown methods ***/
1154 #define IWineD3DQuery_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
1155 #define IWineD3DQuery_AddRef(p) (p)->lpVtbl->AddRef(p)
1156 #define IWineD3DQuery_Release(p) (p)->lpVtbl->Release(p)
1157 /*** IWineD3DQuery methods ***/
1158 #define IWineD3DQuery_GetParent(p,a) (p)->lpVtbl->GetParent(p,a)
1159 #define IWineD3DQuery_GetDevice(p,a) (p)->lpVtbl->GetDevice(p,a)
1160 #define IWineD3DQuery_GetData(p,a,b,c) (p)->lpVtbl->GetData(p,a,b,c)
1161 #define IWineD3DQuery_GetDataSize(p) (p)->lpVtbl->GetDataSize(p)
1162 #define IWineD3DQuery_GetType(p) (p)->lpVtbl->GetType(p)
1163 #define IWineD3DQuery_Issue(p,a) (p)->lpVtbl->Issue(p,a)
1165 #endif
1167 /*****************************************************************************
1168 * IWineD3DSwapChain interface
1169 * TODO: add gamma-ramp setting functions to make life easier
1170 * (There kinda missing from Microsofts DirectX!)
1172 #define INTERFACE IWineD3DSwapChain
1173 DECLARE_INTERFACE_(IWineD3DSwapChain,IUnknown)
1175 /*** IUnknown methods ***/
1176 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void **ppvObject) PURE;
1177 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1178 STDMETHOD_(ULONG,Release)(THIS) PURE;
1179 /*** IDirect3DSwapChain9 methods ***/
1180 STDMETHOD(GetParent)(THIS_ IUnknown **pParent) PURE;
1181 STDMETHOD(GetDevice)(THIS_ IWineD3DDevice **ppDevice) PURE;
1182 STDMETHOD(Present)(THIS_ CONST RECT *pSourceRect, CONST RECT *pDestRect, HWND hDestWindowOverride, CONST RGNDATA *pDirtyRegion, DWORD dwFlags) PURE;
1183 STDMETHOD(GetFrontBufferData)(THIS_ IWineD3DSurface *pDestSurface) PURE;
1184 STDMETHOD(GetBackBuffer)(THIS_ UINT iBackBuffer, D3DBACKBUFFER_TYPE Type, IWineD3DSurface **ppBackBuffer) PURE;
1185 STDMETHOD(GetRasterStatus)(THIS_ D3DRASTER_STATUS *pRasterStatus) PURE;
1186 STDMETHOD(GetDisplayMode)(THIS_ D3DDISPLAYMODE *pMode) PURE;
1187 STDMETHOD(GetPresentParameters)(THIS_ D3DPRESENT_PARAMETERS *pPresentationParameters) PURE;
1188 STDMETHOD(SetGammaRamp)(THIS_ DWORD Flags, const D3DGAMMARAMP *pRamp) PURE;
1189 STDMETHOD(GetGammaRamp)(THIS_ D3DGAMMARAMP *pRamp) PURE;
1191 #undef INTERFACE
1193 #if !defined(__cplusplus) || defined(CINTERFACE)
1194 /*** IUnknown methods ***/
1195 #define IWineD3DSwapChain_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
1196 #define IWineD3DSwapChain_AddRef(p) (p)->lpVtbl->AddRef(p)
1197 #define IWineD3DSwapChain_Release(p) (p)->lpVtbl->Release(p)
1198 /*** IWineD3DSwapChain methods ***/
1200 #define IWineD3DSwapChain_GetParent(p,a) (p)->lpVtbl->GetParent(p,a)
1201 #define IWineD3DSwapChain_GetDevice(p,a) (p)->lpVtbl->GetDevice(p,a)
1202 #define IWineD3DSwapChain_Present(p,a,b,c,d,e) (p)->lpVtbl->Present(p,a,b,c,d,e)
1203 #define IWineD3DSwapChain_GetFrontBufferData(p,a) (p)->lpVtbl->GetFrontBufferData(p,a)
1204 #define IWineD3DSwapChain_GetBackBuffer(p,a,b,c) (p)->lpVtbl->GetBackBuffer(p,a,b,c)
1205 #define IWineD3DSwapChain_GetRasterStatus(p,a) (p)->lpVtbl->GetRasterStatus(p,a)
1206 #define IWineD3DSwapChain_GetDisplayMode(p,a) (p)->lpVtbl->GetDisplayMode(p,a)
1207 #define IWineD3DSwapChain_GetPresentParameters(p,a) (p)->lpVtbl->GetPresentParameters(p,a)
1208 #define IWineD3DSwapChain_SetGammaRamp(p,a,b) (p)->lpVtbl->SetGammaRamp(p,a,b)
1209 #define IWineD3DSwapChain_GetGammaRamp(p,a) (p)->lpVtbl->GetGammaRamp(p,a)
1210 #endif
1212 /*****************************************************************************
1213 * IWineD3DVertexShader interface
1215 #define INTERFACE IWineD3DVertexShader
1216 DECLARE_INTERFACE_(IWineD3DVertexShader,IUnknown)
1218 /*** IUnknown methods ***/
1219 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
1220 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1221 STDMETHOD_(ULONG,Release)(THIS) PURE;
1222 /*** IWineD3DVertexShader methods ***/
1223 STDMETHOD(GetParent)(THIS_ IUnknown **pParent) PURE;
1224 STDMETHOD(GetDevice)(THIS_ IWineD3DDevice** ppDevice) PURE;
1225 STDMETHOD(GetFunction)(THIS_ VOID* pData, UINT* pSizeOfData) PURE;
1226 STDMETHOD(SetConstantB)(THIS_ UINT StartRegister, CONST BOOL* pConstantData, UINT BoolCount) PURE;
1227 STDMETHOD(SetConstantI)(THIS_ UINT StartRegister, CONST INT* pConstantData, UINT Vector4iCount) PURE;
1228 STDMETHOD(SetConstantF)(THIS_ UINT StartRegister, CONST FLOAT* pConstantData, UINT Vector4fCount) PURE;
1229 STDMETHOD(GetConstantB)(THIS_ UINT StartRegister, BOOL* pConstantData, UINT BoolCount) PURE;
1230 STDMETHOD(GetConstantI)(THIS_ UINT StartRegister, INT* pConstantData, UINT Vector4iCount) PURE;
1231 STDMETHOD(GetConstantF)(THIS_ UINT StartRegister, FLOAT* pConstantData, UINT Vector4fCount) PURE;
1232 /* Internal Interfaces */
1233 STDMETHOD_(DWORD, GetVersion)(THIS) PURE;
1235 #undef INTERFACE
1237 #if !defined(__cplusplus) || defined(CINTERFACE)
1238 /*** IUnknown methods ***/
1239 #define IWineD3DVertexShader_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
1240 #define IWineD3DVertexShader_AddRef(p) (p)->lpVtbl->AddRef(p)
1241 #define IWineD3DVertexShader_Release(p) (p)->lpVtbl->Release(p)
1242 /*** IWineD3DVertexShader methods ***/
1243 #define IWineD3DVertexShader_GetParent(p,a) (p)->lpVtbl->GetParent(p,a)
1244 #define IWineD3DVertexShader_GetDevice(p,a) (p)->lpVtbl->GetDevice(p,a)
1245 #define IWineD3DVertexShader_GetFunction(p,a,b) (p)->lpVtbl->GetFunction(p,a,b)
1246 #define IWineD3DVertexShader_SetConstantB(p,a,b,c) (p)->lpVtbl->SetConstantB(p,a,b,c)
1247 #define IWineD3DVertexShader_SetConstantI(p,a,b,c) (p)->lpVtbl->SetConstantI(p,a,b,c)
1248 #define IWineD3DVertexShader_SetConstantF(p,a,b,c) (p)->lpVtbl->SetConstantF(p,a,b,c)
1249 #define IWineD3DVertexShader_GetConstantB(p,a,b,c) (p)->lpVtbl->GetConstantB(p,a,b,c)
1250 #define IWineD3DVertexShader_GetConstantI(p,a,b,c) (p)->lpVtbl->GetConstantI(p,a,b,c)
1251 #define IWineD3DVertexShader_GetConstantF(p,a,b,c) (p)->lpVtbl->GetConstantF(p,a,b,c)
1252 #define IWineD3DVertexShader_GetVersion(p) (p)->lpVtbl->GetVersion(p)
1253 #endif
1255 /*****************************************************************************
1256 * IWineD3DPixelShader interface
1258 #define INTERFACE IWineD3DPixelShader
1259 DECLARE_INTERFACE_(IWineD3DPixelShader,IUnknown)
1261 /*** IUnknown methods ***/
1262 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
1263 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1264 STDMETHOD_(ULONG,Release)(THIS) PURE;
1265 /*** IWineD3DPixelShader methods ***/
1266 STDMETHOD(GetParent)(THIS_ IUnknown **pParent) PURE;
1267 STDMETHOD(GetDevice)(THIS_ IWineD3DDevice** ppDevice) PURE;
1268 STDMETHOD(GetFunction)(THIS_ VOID* pData, UINT* pSizeOfData) PURE;
1269 STDMETHOD(SetConstantF)(THIS_ UINT StartRegister, CONST FLOAT* pConstantData, UINT Vector4fCount) PURE;
1270 STDMETHOD(GetConstantF)(THIS_ UINT StartRegister, FLOAT* pConstantData, UINT Vector4fCount) PURE;
1271 /* Internal Interfaces */
1272 STDMETHOD_(DWORD, GetVersion)(THIS) PURE;
1274 #undef INTERFACE
1276 #if !defined(__cplusplus) || defined(CINTERFACE)
1277 /*** IUnknown methods ***/
1278 #define IWineD3DPixelShader_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
1279 #define IWineD3DPixelShader_AddRef(p) (p)->lpVtbl->AddRef(p)
1280 #define IWineD3DPixelShader_Release(p) (p)->lpVtbl->Release(p)
1281 /*** IWineD3DPixelShader methods ***/
1282 #define IWineD3DPixelShader_GetParent(p,a) (p)->lpVtbl->GetParent(p,a)
1283 #define IWineD3DPixelShader_GetDevice(p,a) (p)->lpVtbl->GetDevice(p,a)
1284 #define IWineD3DPixelShader_GetFunction(p,a,b) (p)->lpVtbl->GetFunction(p,a,b)
1285 #define IWineD3DPixelShader_SetConstantF(p,a,b,c) (p)->lpVtbl->SetConstantF(p,a,b,c)
1286 #define IWineD3DPixelShader_GetConstantF(p,a,b,c) (p)->lpVtbl->GetConstantF(p,a,b,c)
1287 #define IWineD3DPixelShader_GetVersion(p) (p)->lpVtbl->GetVersion(p)
1288 #endif
1290 #if 0 /* FIXME: During porting in from d3d8 - the following will be used */
1291 extern HRESULT WINAPI IDirect3DVertexShaderImpl_ParseProgram(IDirect3DVertexShaderImpl* This, CONST DWORD* pFunction);
1292 /* internal Interfaces */
1293 extern HRESULT WINAPI IDirect3DVertexShaderImpl_ExecuteSW(IDirect3DVertexShaderImpl* This, VSHADERINPUTDATA* input, VSHADEROUTPUTDATA* output);
1294 #endif /* Temporary #if 0 */
1297 #endif