Searched refs:parent_ops (Results 1 - 25 of 30) sorted by relevance

12

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dvertexdeclaration.c69 declaration->parent_ops->wined3d_object_destroyed(declaration->parent);
173 void *parent, const struct wined3d_parent_ops *parent_ops)
188 declaration->parent_ops = parent_ops;
246 const struct wined3d_parent_ops *parent_ops, struct wined3d_vertex_declaration **declaration)
251 TRACE("device %p, elements %p, element_count %u, parent %p, parent_ops %p, declaration %p.\n",
252 device, elements, element_count, parent, parent_ops, declaration);
258 hr = vertexdeclaration_init(object, device, elements, element_count, parent, parent_ops);
413 DWORD fvf, void *parent, const struct wined3d_parent_ops *parent_ops,
420 TRACE("device %p, fvf %#x, parent %p, parent_ops
171 vertexdeclaration_init(struct wined3d_vertex_declaration *declaration, struct wined3d_device *device, const struct wined3d_vertex_element *elements, UINT element_count, void *parent, const struct wined3d_parent_ops *parent_ops) argument
244 wined3d_vertex_declaration_create(struct wined3d_device *device, const struct wined3d_vertex_element *elements, UINT element_count, void *parent, const struct wined3d_parent_ops *parent_ops, struct wined3d_vertex_declaration **declaration) argument
412 wined3d_vertex_declaration_create_from_fvf(struct wined3d_device *device, DWORD fvf, void *parent, const struct wined3d_parent_ops *parent_ops, struct wined3d_vertex_declaration **declaration) argument
[all...]
H A Dtexture.c44 void *parent, const struct wined3d_parent_ops *parent_ops, const struct wined3d_resource_ops *resource_ops
56 "device %p, parent %p, parent_ops %p, resource_ops %p.\n",
60 device, parent, parent_ops, resource_ops);
65 desc->width, desc->height, desc->depth, 0, parent, parent_ops, resource_ops,
70 desc->width, desc->height, desc->depth, 0, parent, parent_ops, resource_ops)))
521 texture->resource.parent_ops->wined3d_object_destroyed(texture->resource.parent);
843 const struct wined3d_parent_ops *parent_ops
915 desc, device, parent, parent_ops, &texture2d_resource_ops,
919 desc, device, parent, parent_ops, &texture2d_resource_ops)))
1094 const struct wined3d_parent_ops *parent_ops
42 wined3d_texture_init(struct wined3d_texture *texture, const struct wined3d_texture_ops *texture_ops, UINT layer_count, UINT level_count, const struct wined3d_resource_desc *desc, struct wined3d_device *device, void *parent, const struct wined3d_parent_ops *parent_ops, const struct wined3d_resource_ops *resource_ops , HANDLE *shared_handle , void **pavClientMem ) argument
1618 wined3d_texture_create_2d(struct wined3d_device *device, const struct wined3d_resource_desc *desc, UINT level_count, DWORD surface_flags, void *parent, const struct wined3d_parent_ops *parent_ops, struct wined3d_texture **texture , HANDLE *shared_handle , void **pavClientMem ) argument
1659 wined3d_texture_create_3d(struct wined3d_device *device, const struct wined3d_resource_desc *desc, UINT level_count, void *parent, const struct wined3d_parent_ops *parent_ops, struct wined3d_texture **texture , HANDLE *shared_handle , void **pavClientMem ) argument
1699 wined3d_texture_create_cube(struct wined3d_device *device, const struct wined3d_resource_desc *desc, UINT level_count, DWORD surface_flags, void *parent, const struct wined3d_parent_ops *parent_ops, struct wined3d_texture **texture , HANDLE *shared_handle , void **pavClientMem ) argument
[all...]
H A Dvolume.c162 volume->resource.parent_ops->wined3d_object_destroyed(volume->resource.parent);
295 void *parent, const struct wined3d_parent_ops *parent_ops
314 width * height * depth * format->byte_count, parent, parent_ops,
338 const struct wined3d_parent_ops *parent_ops, struct wined3d_volume **volume
350 TRACE("parent %p, parent_ops %p, volume %p.\n", parent, parent_ops, volume);
359 hr = volume_init(object, device, width, height, depth, usage, format_id, pool, parent, parent_ops
336 wined3d_volume_create(struct wined3d_device *device, UINT width, UINT height, UINT depth, DWORD usage, enum wined3d_format_id format_id, enum wined3d_pool pool, void *parent, const struct wined3d_parent_ops *parent_ops, struct wined3d_volume **volume , HANDLE *shared_handle , void *pvClientMem ) argument
H A Dshader.c344 void *parent, const struct wined3d_parent_ops *parent_ops)
349 shader->parent_ops = parent_ops;
1755 shader->parent_ops->wined3d_object_destroyed(shader->parent);
1944 void *parent, const struct wined3d_parent_ops *parent_ops, unsigned int max_version)
1954 shader_init(shader, device, parent, parent_ops);
2019 void *parent, const struct wined3d_parent_ops *parent_ops, unsigned int max_version)
2023 shader_init(shader, device, parent, parent_ops);
2291 void *parent, const struct wined3d_parent_ops *parent_ops, unsigned int max_version)
2300 shader_init(shader, device, parent, parent_ops);
343 shader_init(struct wined3d_shader *shader, struct wined3d_device *device, void *parent, const struct wined3d_parent_ops *parent_ops) argument
1942 vertexshader_init(struct wined3d_shader *shader, struct wined3d_device *device, const DWORD *byte_code, const struct wined3d_shader_signature *output_signature, void *parent, const struct wined3d_parent_ops *parent_ops, unsigned int max_version) argument
2017 geometryshader_init(struct wined3d_shader *shader, struct wined3d_device *device, const DWORD *byte_code, const struct wined3d_shader_signature *output_signature, void *parent, const struct wined3d_parent_ops *parent_ops, unsigned int max_version) argument
2289 pixelshader_init(struct wined3d_shader *shader, struct wined3d_device *device, const DWORD *byte_code, const struct wined3d_shader_signature *output_signature, void *parent, const struct wined3d_parent_ops *parent_ops, unsigned int max_version) argument
2387 wined3d_shader_create_gs(struct wined3d_device *device, const DWORD *byte_code, const struct wined3d_shader_signature *output_signature, void *parent, const struct wined3d_parent_ops *parent_ops, struct wined3d_shader **shader, unsigned int max_version) argument
2415 wined3d_shader_create_ps(struct wined3d_device *device, const DWORD *byte_code, const struct wined3d_shader_signature *output_signature, void *parent, const struct wined3d_parent_ops *parent_ops, struct wined3d_shader **shader, unsigned int max_version) argument
2447 wined3d_shader_create_vs(struct wined3d_device *device, const DWORD *byte_code, const struct wined3d_shader_signature *output_signature, void *parent, const struct wined3d_parent_ops *parent_ops, struct wined3d_shader **shader, unsigned int max_version) argument
2481 shader_reinit(struct wined3d_shader *shader, struct wined3d_device *device, void *parent, const struct wined3d_parent_ops *parent_ops) argument
[all...]
H A Dresource.c93 void *parent, const struct wined3d_parent_ops *parent_ops,
120 resource->parent_ops = parent_ops;
89 resource_init(struct wined3d_resource *resource, struct wined3d_device *device, enum wined3d_resource_type type, const struct wined3d_format *format, enum wined3d_multisample_type multisample_type, UINT multisample_quality, DWORD usage, enum wined3d_pool pool, UINT width, UINT height, UINT depth, UINT size, void *parent, const struct wined3d_parent_ops *parent_ops, const struct wined3d_resource_ops *resource_ops , HANDLE *shared_handle , void *pvClientMem ) argument
H A Dbuffer.c677 buffer->resource.parent_ops->wined3d_object_destroyed(buffer->resource.parent);
1367 const char *data, void *parent, const struct wined3d_parent_ops *parent_ops)
1382 parent, parent_ops, &buffer_resource_ops
1466 void *parent, const struct wined3d_parent_ops *parent_ops, struct wined3d_buffer **buffer)
1480 WINED3D_POOL_MANAGED, GL_ARRAY_BUFFER_ARB, data, parent, parent_ops);
1497 void *parent, const struct wined3d_parent_ops *parent_ops, struct wined3d_buffer **buffer)
1502 TRACE("device %p, size %u, usage %#x, pool %#x, parent %p, parent_ops %p, buffer %p.\n",
1503 device, size, usage, pool, parent, parent_ops, buffer);
1522 pool, GL_ARRAY_BUFFER_ARB, NULL, parent, parent_ops);
1537 void *parent, const struct wined3d_parent_ops *parent_ops, struc
1365 buffer_init(struct wined3d_buffer *buffer, struct wined3d_device *device, UINT size, DWORD usage, enum wined3d_format_id format_id, enum wined3d_pool pool, GLenum bind_hint, const char *data, void *parent, const struct wined3d_parent_ops *parent_ops) argument
1465 wined3d_buffer_create(struct wined3d_device *device, struct wined3d_buffer_desc *desc, const void *data, void *parent, const struct wined3d_parent_ops *parent_ops, struct wined3d_buffer **buffer) argument
1496 wined3d_buffer_create_vb(struct wined3d_device *device, UINT size, DWORD usage, enum wined3d_pool pool, void *parent, const struct wined3d_parent_ops *parent_ops, struct wined3d_buffer **buffer) argument
1536 wined3d_buffer_create_ib(struct wined3d_device *device, UINT size, DWORD usage, enum wined3d_pool pool, void *parent, const struct wined3d_parent_ops *parent_ops, struct wined3d_buffer **buffer) argument
[all...]
H A Dswapchain.c256 swapchain->parent_ops->wined3d_object_destroyed(swapchain->parent);
1012 struct wined3d_swapchain_desc *desc, void *parent, const struct wined3d_parent_ops *parent_ops)
1077 swapchain->parent_ops = parent_ops;
1370 void *parent, const struct wined3d_parent_ops *parent_ops, struct wined3d_swapchain **swapchain)
1375 TRACE("device %p, desc %p, parent %p, parent_ops %p, swapchain %p.\n",
1376 device, desc, parent, parent_ops, swapchain);
1382 hr = swapchain_init(object, device, desc, parent, parent_ops);
1011 swapchain_init(struct wined3d_swapchain *swapchain, struct wined3d_device *device, struct wined3d_swapchain_desc *desc, void *parent, const struct wined3d_parent_ops *parent_ops) argument
1369 wined3d_swapchain_create(struct wined3d_device *device, struct wined3d_swapchain_desc *desc, void *parent, const struct wined3d_parent_ops *parent_ops, struct wined3d_swapchain **swapchain) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dvertexdeclaration.c81 This->parent_ops->wined3d_object_destroyed(This->parent);
200 IUnknown *parent, const struct wined3d_parent_ops *parent_ops)
217 declaration->parent_ops = parent_ops;
198 vertexdeclaration_init(IWineD3DVertexDeclarationImpl *declaration, IWineD3DDeviceImpl *device, const WINED3DVERTEXELEMENT *elements, UINT element_count, IUnknown *parent, const struct wined3d_parent_ops *parent_ops) argument
H A Dresource.c41 WINED3DPOOL pool, IUnknown *parent, const struct wined3d_parent_ops *parent_ops
59 resource->parent_ops = parent_ops;
H A Dshader.c288 IUnknown *parent, const struct wined3d_parent_ops *parent_ops)
293 shader->parent_ops = parent_ops;
1591 shader->baseShader.parent_ops->wined3d_object_destroyed(shader->baseShader.parent);
1774 IUnknown *parent, const struct wined3d_parent_ops *parent_ops)
1785 shader_init(&shader->baseShader, device, parent, parent_ops);
1889 shader->base_shader.parent_ops->wined3d_object_destroyed(shader->base_shader.parent);
1926 IUnknown *parent, const struct wined3d_parent_ops *parent_ops)
1931 shader_init(&shader->base_shader, device, parent, parent_ops);
1989 shader->baseShader.parent_ops
287 shader_init(struct IWineD3DBaseShaderClass *shader, IWineD3DDeviceImpl *device, IUnknown *parent, const struct wined3d_parent_ops *parent_ops) argument
1772 vertexshader_init(IWineD3DVertexShaderImpl *shader, IWineD3DDeviceImpl *device, const DWORD *byte_code, const struct wined3d_shader_signature *output_signature, IUnknown *parent, const struct wined3d_parent_ops *parent_ops) argument
1924 geometryshader_init(struct wined3d_geometryshader *shader, IWineD3DDeviceImpl *device, const DWORD *byte_code, const struct wined3d_shader_signature *output_signature, IUnknown *parent, const struct wined3d_parent_ops *parent_ops) argument
2213 pixelshader_init(IWineD3DPixelShaderImpl *shader, IWineD3DDeviceImpl *device, const DWORD *byte_code, const struct wined3d_shader_signature *output_signature, IUnknown *parent, const struct wined3d_parent_ops *parent_ops) argument
2328 shader_reinit(struct IWineD3DBaseShaderClass *shader, IWineD3DDeviceImpl *device, IUnknown *parent, const struct wined3d_parent_ops *parent_ops) argument
[all...]
H A Dvolume.c142 This->resource.parent_ops->wined3d_object_destroyed(This->resource.parent);
411 IUnknown *parent, const struct wined3d_parent_ops *parent_ops
431 width * height * depth * format_desc->byte_count, usage, format_desc, pool, parent, parent_ops
H A Dvolumetexture.c142 This->resource.parent_ops->wined3d_object_destroyed(This->resource.parent);
367 WINED3DPOOL pool, IUnknown *parent, const struct wined3d_parent_ops *parent_ops
427 device, 0, usage, format_desc, pool, parent, parent_ops
H A Dcubetexture.c186 This->resource.parent_ops->wined3d_object_destroyed(This->resource.parent);
493 IUnknown *parent, const struct wined3d_parent_ops *parent_ops
547 device, 0, usage, format_desc, pool, parent, parent_ops
H A Ddevice.c665 const void *data, IUnknown *parent, const struct wined3d_parent_ops *parent_ops, IWineD3DBuffer **buffer)
683 WINED3DPOOL_MANAGED, GL_ARRAY_BUFFER_ARB, data, parent, parent_ops);
701 IUnknown *parent, const struct wined3d_parent_ops *parent_ops)
707 TRACE("iface %p, size %u, usage %#x, pool %#x, buffer %p, parent %p, parent_ops %p.\n",
708 iface, Size, Usage, Pool, ppVertexBuffer, parent, parent_ops);
729 Pool, GL_ARRAY_BUFFER_ARB, NULL, parent, parent_ops);
745 IUnknown *parent, const struct wined3d_parent_ops *parent_ops)
764 parent, parent_ops);
810 WINED3DSURFTYPE Impl, IUnknown *parent, const struct wined3d_parent_ops *parent_ops
825 TRACE("surface_type %#x, parent %p, parent_ops
664 IWineD3DDeviceImpl_CreateBuffer(IWineD3DDevice *iface, struct wined3d_buffer_desc *desc, const void *data, IUnknown *parent, const struct wined3d_parent_ops *parent_ops, IWineD3DBuffer **buffer) argument
699 IWineD3DDeviceImpl_CreateVertexBuffer(IWineD3DDevice *iface, UINT Size, DWORD Usage, WINED3DPOOL Pool, IWineD3DBuffer **ppVertexBuffer, IUnknown *parent, const struct wined3d_parent_ops *parent_ops) argument
743 IWineD3DDeviceImpl_CreateIndexBuffer(IWineD3DDevice *iface, UINT Length, DWORD Usage, WINED3DPOOL Pool, IWineD3DBuffer **ppIndexBuffer, IUnknown *parent, const struct wined3d_parent_ops *parent_ops) argument
1145 IWineD3DDeviceImpl_CreateVertexDeclaration(IWineD3DDevice *iface, IWineD3DVertexDeclaration **declaration, IUnknown *parent, const struct wined3d_parent_ops *parent_ops, const WINED3DVERTEXELEMENT *elements, UINT element_count) argument
1314 IWineD3DDeviceImpl_CreateVertexDeclarationFromFVF(IWineD3DDevice *iface, IWineD3DVertexDeclaration **declaration, IUnknown *parent, const struct wined3d_parent_ops *parent_ops, DWORD fvf) argument
1333 IWineD3DDeviceImpl_CreateVertexShader(IWineD3DDevice *iface, const DWORD *pFunction, const struct wined3d_shader_signature *output_signature, IWineD3DVertexShader **ppVertexShader, IUnknown *parent, const struct wined3d_parent_ops *parent_ops) argument
1367 IWineD3DDeviceImpl_CreateGeometryShader(IWineD3DDevice *iface, const DWORD *byte_code, const struct wined3d_shader_signature *output_signature, IWineD3DGeometryShader **shader, IUnknown *parent, const struct wined3d_parent_ops *parent_ops) argument
1397 IWineD3DDeviceImpl_CreatePixelShader(IWineD3DDevice *iface, const DWORD *pFunction, const struct wined3d_shader_signature *output_signature, IWineD3DPixelShader **ppPixelShader, IUnknown *parent, const struct wined3d_parent_ops *parent_ops) argument
[all...]
H A Dwined3d_private.h2055 const struct wined3d_parent_ops *parent_ops; member in struct:IWineD3DResourceClass
2073 WINED3DPOOL pool, IUnknown *parent, const struct wined3d_parent_ops *parent_ops
2179 WINED3DPOOL pool, IUnknown *parent, const struct wined3d_parent_ops *parent_ops
2222 IUnknown *parent, const struct wined3d_parent_ops *parent_ops
2245 IUnknown *parent, const struct wined3d_parent_ops *parent_ops
2281 IUnknown *parent, const struct wined3d_parent_ops *parent_ops
2304 WINED3DPOOL pool, IUnknown *parent, const struct wined3d_parent_ops *parent_ops
2435 WINED3DPOOL pool, IUnknown *parent, const struct wined3d_parent_ops *parent_ops
2612 const struct wined3d_parent_ops *parent_ops; member in struct:IWineD3DVertexDeclarationImpl
2626 IUnknown *parent, const struct wined3d_parent_ops *parent_ops) DECLSPEC_HIDDE
3096 const struct wined3d_parent_ops *parent_ops; member in struct:IWineD3DBaseShaderClass
[all...]
H A Dbasetexture.c43 WINED3DPOOL pool, IUnknown *parent, const struct wined3d_parent_ops *parent_ops
59 size, usage, format_desc, pool, parent, parent_ops
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dwined3d.h6824 const struct wined3d_parent_ops *parent_ops,
6833 const struct wined3d_parent_ops *parent_ops) = 0;
6841 const struct wined3d_parent_ops *parent_ops) = 0;
6862 const struct wined3d_parent_ops *parent_ops) = 0;
6878 const struct wined3d_parent_ops *parent_ops) = 0;
6890 const struct wined3d_parent_ops *parent_ops
6906 const struct wined3d_parent_ops *parent_ops
6921 const struct wined3d_parent_ops *parent_ops) = 0;
6937 const struct wined3d_parent_ops *parent_ops,
6944 const struct wined3d_parent_ops *parent_ops,
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwined3d.h6825 const struct wined3d_parent_ops *parent_ops,
6834 const struct wined3d_parent_ops *parent_ops) = 0;
6842 const struct wined3d_parent_ops *parent_ops) = 0;
6863 const struct wined3d_parent_ops *parent_ops) = 0;
6879 const struct wined3d_parent_ops *parent_ops) = 0;
6891 const struct wined3d_parent_ops *parent_ops
6907 const struct wined3d_parent_ops *parent_ops
6922 const struct wined3d_parent_ops *parent_ops) = 0;
6938 const struct wined3d_parent_ops *parent_ops,
6945 const struct wined3d_parent_ops *parent_ops,
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dwined3d.h6824 const struct wined3d_parent_ops *parent_ops,
6833 const struct wined3d_parent_ops *parent_ops) = 0;
6841 const struct wined3d_parent_ops *parent_ops) = 0;
6862 const struct wined3d_parent_ops *parent_ops) = 0;
6878 const struct wined3d_parent_ops *parent_ops) = 0;
6890 const struct wined3d_parent_ops *parent_ops
6906 const struct wined3d_parent_ops *parent_ops
6921 const struct wined3d_parent_ops *parent_ops) = 0;
6937 const struct wined3d_parent_ops *parent_ops,
6944 const struct wined3d_parent_ops *parent_ops,
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dwined3d.h6824 const struct wined3d_parent_ops *parent_ops,
6833 const struct wined3d_parent_ops *parent_ops) = 0;
6841 const struct wined3d_parent_ops *parent_ops) = 0;
6862 const struct wined3d_parent_ops *parent_ops) = 0;
6878 const struct wined3d_parent_ops *parent_ops) = 0;
6890 const struct wined3d_parent_ops *parent_ops
6906 const struct wined3d_parent_ops *parent_ops
6921 const struct wined3d_parent_ops *parent_ops) = 0;
6937 const struct wined3d_parent_ops *parent_ops,
6944 const struct wined3d_parent_ops *parent_ops,
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshader.c288 IUnknown *parent, const struct wined3d_parent_ops *parent_ops)
293 shader->parent_ops = parent_ops;
1594 shader->baseShader.parent_ops->wined3d_object_destroyed(shader->baseShader.parent);
1778 IUnknown *parent, const struct wined3d_parent_ops *parent_ops)
1789 shader_init(&shader->baseShader, device, parent, parent_ops);
1893 shader->base_shader.parent_ops->wined3d_object_destroyed(shader->base_shader.parent);
1930 IUnknown *parent, const struct wined3d_parent_ops *parent_ops)
1935 shader_init(&shader->base_shader, device, parent, parent_ops);
1994 shader->baseShader.parent_ops
287 shader_init(struct IWineD3DBaseShaderClass *shader, IWineD3DDeviceImpl *device, IUnknown *parent, const struct wined3d_parent_ops *parent_ops) argument
1776 vertexshader_init(IWineD3DVertexShaderImpl *shader, IWineD3DDeviceImpl *device, const DWORD *byte_code, const struct wined3d_shader_signature *output_signature, IUnknown *parent, const struct wined3d_parent_ops *parent_ops) argument
1928 geometryshader_init(struct wined3d_geometryshader *shader, IWineD3DDeviceImpl *device, const DWORD *byte_code, const struct wined3d_shader_signature *output_signature, IUnknown *parent, const struct wined3d_parent_ops *parent_ops) argument
2219 pixelshader_init(IWineD3DPixelShaderImpl *shader, IWineD3DDeviceImpl *device, const DWORD *byte_code, const struct wined3d_shader_signature *output_signature, IUnknown *parent, const struct wined3d_parent_ops *parent_ops) argument
2334 shader_reinit(struct IWineD3DBaseShaderClass *shader, IWineD3DDeviceImpl *device, IUnknown *parent, const struct wined3d_parent_ops *parent_ops) argument
[all...]
H A Dwined3d_private.h2090 const struct wined3d_parent_ops *parent_ops; member in struct:IWineD3DResourceClass
2108 WINED3DPOOL pool, IUnknown *parent, const struct wined3d_parent_ops *parent_ops
2214 WINED3DPOOL pool, IUnknown *parent, const struct wined3d_parent_ops *parent_ops
2257 IUnknown *parent, const struct wined3d_parent_ops *parent_ops
2280 IUnknown *parent, const struct wined3d_parent_ops *parent_ops
2316 IUnknown *parent, const struct wined3d_parent_ops *parent_ops
2339 WINED3DPOOL pool, IUnknown *parent, const struct wined3d_parent_ops *parent_ops
2470 WINED3DPOOL pool, IUnknown *parent, const struct wined3d_parent_ops *parent_ops
2647 const struct wined3d_parent_ops *parent_ops; member in struct:IWineD3DVertexDeclarationImpl
2661 IUnknown *parent, const struct wined3d_parent_ops *parent_ops) DECLSPEC_HIDDE
3131 const struct wined3d_parent_ops *parent_ops; member in struct:IWineD3DBaseShaderClass
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwined3d.h6805 const struct wined3d_parent_ops *parent_ops,
6814 const struct wined3d_parent_ops *parent_ops) = 0;
6822 const struct wined3d_parent_ops *parent_ops) = 0;
6843 const struct wined3d_parent_ops *parent_ops) = 0;
6859 const struct wined3d_parent_ops *parent_ops) = 0;
6871 const struct wined3d_parent_ops *parent_ops) = 0;
6882 const struct wined3d_parent_ops *parent_ops) = 0;
6892 const struct wined3d_parent_ops *parent_ops) = 0;
6908 const struct wined3d_parent_ops *parent_ops,
6915 const struct wined3d_parent_ops *parent_ops,
[all...]
H A Dwined3d.idl2845 [in] const struct wined3d_parent_ops *parent_ops,
2854 [in] const struct wined3d_parent_ops *parent_ops
2862 [in] const struct wined3d_parent_ops *parent_ops
2883 [in] const struct wined3d_parent_ops *parent_ops
2899 [in] const struct wined3d_parent_ops *parent_ops
2911 [in] const struct wined3d_parent_ops *parent_ops
2922 [in] const struct wined3d_parent_ops *parent_ops
2932 [in] const struct wined3d_parent_ops *parent_ops
2948 [in] const struct wined3d_parent_ops *parent_ops,
2955 [in] const struct wined3d_parent_ops *parent_ops,
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwined3d.h2073 const void *data, void *parent, const struct wined3d_parent_ops *parent_ops, struct wined3d_buffer **buffer);
2075 enum wined3d_pool pool, void *parent, const struct wined3d_parent_ops *parent_ops,
2078 enum wined3d_pool pool, void *parent, const struct wined3d_parent_ops *parent_ops,
2317 const struct wined3d_parent_ops *parent_ops, struct wined3d_shader **shader, unsigned int max_version);
2320 const struct wined3d_parent_ops *parent_ops, struct wined3d_shader **shader, unsigned int max_version);
2323 const struct wined3d_parent_ops *parent_ops, struct wined3d_shader **shader, unsigned int max_version);
2345 void *parent, const struct wined3d_parent_ops *parent_ops, struct wined3d_surface **surface
2388 void *parent, const struct wined3d_parent_ops *parent_ops, struct wined3d_swapchain **swapchain);
2415 UINT level_count, DWORD surface_flags, void *parent, const struct wined3d_parent_ops *parent_ops,
2423 UINT level_count, void *parent, const struct wined3d_parent_ops *parent_ops, struc
[all...]

Completed in 266 milliseconds

12