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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dd3d9_private.h155 struct d3d9_device struct
178 HRESULT device_init(struct d3d9_device *device, struct d3d9 *parent, struct wined3d *wined3d,
196 HRESULT volume_init(struct d3d9_volume *volume, struct d3d9_device *device, UINT width, UINT height,
212 HRESULT d3d9_swapchain_create(struct d3d9_device *device, struct wined3d_swapchain_desc *desc,
226 HRESULT surface_init(struct d3d9_surface *surface, struct d3d9_device *device, UINT width, UINT height,
245 HRESULT vertexbuffer_init(struct d3d9_vertexbuffer *buffer, struct d3d9_device *device,
258 HRESULT indexbuffer_init(struct d3d9_indexbuffer *buffer, struct d3d9_device *device,
270 HRESULT cubetexture_init(struct d3d9_texture *texture, struct d3d9_device *device,
277 HRESULT texture_init(struct d3d9_texture *texture, struct d3d9_device *device,
284 HRESULT volumetexture_init(struct d3d9_texture *texture, struct d3d9_device *devic
[all...]
H A Ddevice.c257 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface);
281 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface);
290 static LONG d3d9_device_Term(struct d3d9_device *device)
331 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface);
377 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface);
392 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface);
406 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface);
419 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface);
431 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(iface);
462 struct d3d9_device *devic
[all...]
H A Dswapchain.c57 struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(swapchain->parent_device);
333 static HRESULT swapchain_init(struct d3d9_swapchain *swapchain, struct d3d9_device *device,
358 HRESULT d3d9_swapchain_create(struct d3d9_device *device, struct wined3d_swapchain_desc *desc,
H A Dstateblock.c143 HRESULT stateblock_init(struct d3d9_stateblock *stateblock, struct d3d9_device *device,
H A Dshader.c146 HRESULT vertexshader_init(struct d3d9_vertexshader *shader, struct d3d9_device *device, const DWORD *byte_code)
290 HRESULT pixelshader_init(struct d3d9_pixelshader *shader, struct d3d9_device *device, const DWORD *byte_code)
H A Dquery.c173 HRESULT query_init(struct d3d9_query *query, struct d3d9_device *device, D3DQUERYTYPE type)
H A Dvertexdeclaration.c377 struct d3d9_device *device, const D3DVERTEXELEMENT9 *elements)
423 HRESULT d3d9_vertex_declaration_create(struct d3d9_device *device,
H A Dvolume.c286 HRESULT volume_init(struct d3d9_volume *volume, struct d3d9_device *device, UINT width, UINT height,
H A Dbuffer.c295 HRESULT vertexbuffer_init(struct d3d9_vertexbuffer *buffer, struct d3d9_device *device,
587 HRESULT indexbuffer_init(struct d3d9_indexbuffer *buffer, struct d3d9_device *device,
H A Ddirectx.c460 struct d3d9_device *object;
572 struct d3d9_device *object;
H A Dtexture.c1318 HRESULT texture_init(struct d3d9_texture *texture, struct d3d9_device *device,
1368 HRESULT cubetexture_init(struct d3d9_texture *texture, struct d3d9_device *device,
1418 HRESULT volumetexture_init(struct d3d9_texture *texture, struct d3d9_device *device,
H A Dsurface.c405 HRESULT surface_init(struct d3d9_surface *surface, struct d3d9_device *device, UINT width, UINT height,

Completed in 113 milliseconds