Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (d3d_surface) |
| static void | volume_bind_and_dirtify (const struct wined3d_volume *volume, struct wined3d_context *context) |
| void | volume_add_dirty_box (struct wined3d_volume *volume, const struct wined3d_box *dirty_box) |
| void | volume_set_container (struct wined3d_volume *volume, struct wined3d_texture *container) |
| void | volume_load (const struct wined3d_volume *volume, struct wined3d_context *context, UINT level, BOOL srgb_mode) |
| static void | volume_unload (struct wined3d_resource *resource) |
| ULONG CDECL | wined3d_volume_incref (struct wined3d_volume *volume) |
| ULONG CDECL | wined3d_volume_decref (struct wined3d_volume *volume) |
| void *CDECL | wined3d_volume_get_parent (const struct wined3d_volume *volume) |
| DWORD CDECL | wined3d_volume_set_priority (struct wined3d_volume *volume, DWORD priority) |
| DWORD CDECL | wined3d_volume_get_priority (const struct wined3d_volume *volume) |
| void CDECL | wined3d_volume_preload (struct wined3d_volume *volume) |
| struct wined3d_resource *CDECL | wined3d_volume_get_resource (struct wined3d_volume *volume) |
| HRESULT CDECL | wined3d_volume_map (struct wined3d_volume *volume, struct wined3d_mapped_box *mapped_box, const struct wined3d_box *box, DWORD flags) |
| struct wined3d_volume *CDECL | wined3d_volume_from_resource (struct wined3d_resource *resource) |
| HRESULT CDECL | wined3d_volume_unmap (struct wined3d_volume *volume) |
| static HRESULT | 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) |
| HRESULT CDECL | 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) |
Variables |
| static struct wined3d_resource_ops | volume_resource_ops |