Searched refs:volume (Results 1 - 25 of 133) sorted by relevance

123456

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dvolume.c42 static void volume_bind_and_dirtify(const struct wined3d_volume *volume, struct wined3d_context *context) argument
44 struct wined3d_texture *container = volume->container;
55 active_sampler = volume->resource.device->rev_tex_unit_map[context->active_texture];
58 device_invalidate_state(volume->resource.device, STATE_SAMPLER(active_sampler));
63 void volume_add_dirty_box(struct wined3d_volume *volume, const struct wined3d_box *dirty_box) argument
65 volume->dirty = TRUE;
68 volume->lockedBox.left = min(volume->lockedBox.left, dirty_box->left);
69 volume->lockedBox.top = min(volume
86 volume_set_container(struct wined3d_volume *volume, struct wined3d_texture *container) argument
94 volume_load(const struct wined3d_volume *volume, struct wined3d_context *context, UINT level, BOOL srgb_mode) argument
127 wined3d_volume_incref(struct wined3d_volume *volume) argument
145 wined3d_volume_decref(struct wined3d_volume *volume) argument
163 HeapFree(GetProcessHeap(), 0, volume); local
169 wined3d_volume_get_parent(const struct wined3d_volume *volume) argument
176 wined3d_volume_set_priority(struct wined3d_volume *volume, DWORD priority) argument
181 wined3d_volume_get_priority(const struct wined3d_volume *volume) argument
187 wined3d_volume_preload(struct wined3d_volume *volume) argument
192 wined3d_volume_get_resource(struct wined3d_volume *volume) argument
199 wined3d_volume_map(struct wined3d_volume *volume, struct wined3d_map_desc *map_desc, const struct wined3d_box *box, DWORD flags) argument
272 wined3d_volume_unmap(struct wined3d_volume *volume) argument
293 volume_init(struct wined3d_volume *volume, 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 , HANDLE *shared_handle , void *pvClientMem ) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DquartzAudio.h38 void QuartzBell(int volume, DeviceIntPtr pDevice, pointer ctrl, int class);
H A Dlnx-keyboard.h63 int volume, int pitch, int duration);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A DquartzAudio.h38 void QuartzBell(int volume, DeviceIntPtr pDevice, pointer ctrl, int class);
H A Dlnx-keyboard.h62 int volume, int pitch, int duration);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DquartzAudio.h39 void QuartzBell(int volume, DeviceIntPtr pDevice, pointer ctrl, int class);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DquartzAudio.h39 void QuartzBell(int volume, DeviceIntPtr pDevice, pointer ctrl, int class);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Dvolume.c60 struct d3d8_volume *volume = impl_from_IDirect3DVolume8(iface); local
64 if (volume->forwardReference)
67 TRACE("Forwarding to %p,\n", volume->forwardReference);
68 return IUnknown_AddRef(volume->forwardReference);
73 ULONG ref = InterlockedIncrement(&volume->refcount);
80 wined3d_volume_incref(volume->wined3d_volume);
90 struct d3d8_volume *volume = impl_from_IDirect3DVolume8(iface); local
94 if (volume->forwardReference)
97 TRACE("Forwarding to %p.\n", volume->forwardReference);
98 return IUnknown_Release(volume
120 struct d3d8_volume *volume = impl_from_IDirect3DVolume8(iface); local
141 struct d3d8_volume *volume = impl_from_IDirect3DVolume8(iface); local
159 struct d3d8_volume *volume = impl_from_IDirect3DVolume8(iface); local
176 struct d3d8_volume *volume = impl_from_IDirect3DVolume8(iface); local
192 struct d3d8_volume *volume = impl_from_IDirect3DVolume8(iface); local
210 struct d3d8_volume *volume = impl_from_IDirect3DVolume8(iface); local
236 struct d3d8_volume *volume = impl_from_IDirect3DVolume8(iface); local
256 struct d3d8_volume *volume = impl_from_IDirect3DVolume8(iface); local
295 volume_init(struct d3d8_volume *volume, struct d3d8_device *device, UINT width, UINT height, UINT depth, DWORD usage, enum wined3d_format_id format, enum wined3d_pool pool) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dvolume.c61 struct d3d9_volume *volume = impl_from_IDirect3DVolume9(iface); local
66 if (volume->forwardReference)
68 TRACE("Forwarding to %p.\n", volume->forwardReference);
69 return IUnknown_AddRef(volume->forwardReference);
72 refcount = InterlockedIncrement(&volume->refcount);
78 wined3d_volume_incref(volume->wined3d_volume);
87 struct d3d9_volume *volume = impl_from_IDirect3DVolume9(iface); local
92 if (volume->forwardReference)
94 TRACE("Forwarding to %p.\n", volume->forwardReference);
95 return IUnknown_Release(volume
113 struct d3d9_volume *volume = impl_from_IDirect3DVolume9(iface); local
134 struct d3d9_volume *volume = impl_from_IDirect3DVolume9(iface); local
152 struct d3d9_volume *volume = impl_from_IDirect3DVolume9(iface); local
169 struct d3d9_volume *volume = impl_from_IDirect3DVolume9(iface); local
185 struct d3d9_volume *volume = impl_from_IDirect3DVolume9(iface); local
202 struct d3d9_volume *volume = impl_from_IDirect3DVolume9(iface); local
227 struct d3d9_volume *volume = impl_from_IDirect3DVolume9(iface); local
247 struct d3d9_volume *volume = impl_from_IDirect3DVolume9(iface); local
286 volume_init(struct d3d9_volume *volume, struct d3d9_device *device, UINT width, UINT height, UINT depth, DWORD usage, enum wined3d_format_id format, enum wined3d_pool pool , HANDLE *shared_handle , void *pvClientMem ) argument
[all...]
/vbox/src/VBox/Additions/haiku/SharedFolders/
H A Dvboxsf.c215 status_t mount(fs_volume *volume, const char *device, uint32 flags, const char *args, ino_t *_rootVnodeID) argument
228 volume->private_volume = vbsfvolume;
252 rs = publish_vnode(volume, root_vnode->vnode, root_vnode, &vboxsf_vnode_ops, S_IFDIR, 0);
255 volume->ops = &vboxsf_volume_ops;
261 free(volume->private_volume);
267 status_t unmount(fs_volume *volume) argument
270 vboxCallUnmapFolder(&g_clientHandle, volume->private_volume);
278 vboxsf_volume* volume = _volume->private_volume; local
287 rc = vboxCallCreate(&g_clientHandle, &volume->map, vnode->path, &params);
323 vboxsf_volume* volume local
358 vboxsf_read_dir_1(vboxsf_volume* volume, vboxsf_vnode* vnode, vboxsf_dir_cookie* cookie, struct dirent* buffer, size_t bufferSize) argument
436 vboxsf_volume* volume = _volume->private_volume; local
461 vboxsf_volume* volume = _volume->private_volume; local
474 vboxsf_volume* volume = _volume->private_volume; local
508 vboxsf_volume* volume = _volume->private_volume; local
601 vboxsf_volume* volume = _volume->private_volume; local
665 vboxsf_volume* volume = _volume->private_volume; local
729 vboxsf_volume* volume = _volume->private_volume; local
746 vboxsf_close_dir(fs_volume *volume, fs_vnode *vnode, void *cookie) argument
752 vboxsf_free_cookie(fs_volume *volume, fs_vnode *vnode, void *_cookie) argument
761 vboxsf_volume* volume = _volume->private_volume; local
782 vboxsf_volume* volume = _volume->private_volume; local
800 vboxsf_write_stat(fs_volume *volume, fs_vnode *vnode, const struct stat *stat, uint32 statMask) argument
809 vboxsf_volume* volume = _volume->private_volume; local
834 vboxsf_volume* volume = _volume->private_volume; local
846 vboxsf_volume* volume = _volume->private_volume; local
855 vboxsf_link(fs_volume *volume, fs_vnode *dir, const char *name, fs_vnode *vnode) argument
863 vboxsf_volume* volume = _volume->private_volume; local
877 vboxsf_volume* volume = _volume->private_volume; local
895 vboxsf_volume* volume = _volume->private_volume; local
[all...]
H A Dvboxsf.h95 status_t vboxsf_get_vnode(fs_volume* volume, ino_t id, fs_vnode* vnode, int* _type, uint32* _flags, bool reenter);
96 status_t vboxsf_put_vnode(fs_volume* volume, fs_vnode* vnode, bool reenter);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dlnx-keyboard.h62 int volume, int pitch, int duration);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dlnx-keyboard.h62 int volume, int pitch, int duration);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dvolume.c278 HRESULT volume_init(IDirect3DVolume9Impl *volume, IDirect3DDevice9Impl *device, UINT width, UINT height, argument
288 volume->lpVtbl = &Direct3DVolume9_Vtbl;
289 volume->ref = 1;
293 format, pool, &volume->wineD3DVolume, (IUnknown *)volume, &d3d9_volume_wined3d_parent_ops,
297 format, pool, &volume->wineD3DVolume, (IUnknown *)volume, &d3d9_volume_wined3d_parent_ops);
301 WARN("Failed to create wined3d volume, hr %#x.\n", hr);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dvolume.c77 ERR("Volume should be part of a volume texture\n");
313 WARN("Trying to unlock unlocked volume %p.\n", iface);
316 TRACE("(%p) : unlocking volume\n", This);
409 HRESULT volume_init(IWineD3DVolumeImpl *volume, IWineD3DDeviceImpl *device, UINT width, argument
424 WARN("Volume cannot be created - no volume texture support.\n");
428 volume->lpVtbl = &IWineD3DVolume_Vtbl;
430 hr = resource_init((IWineD3DResource *)volume, WINED3DRTYPE_VOLUME, device,
442 volume->currentDesc.Width = width;
443 volume->currentDesc.Height = height;
444 volume
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dlnx-keyboard.h62 int volume, int pitch, int duration);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dlnx-keyboard.h62 int volume, int pitch, int duration);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dlnx-keyboard.h62 int volume, int pitch, int duration);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dlnx-keyboard.h62 int volume, int pitch, int duration);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dlnx-keyboard.h62 int volume, int pitch, int duration);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dlnx-keyboard.h62 int volume, int pitch, int duration);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dlnx-keyboard.h62 int volume, int pitch, int duration);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dlnx-keyboard.h62 int volume, int pitch, int duration);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dlnx-keyboard.h62 int volume, int pitch, int duration);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dlnx-keyboard.h62 int volume, int pitch, int duration);

Completed in 3374 milliseconds

123456