|
ReactOS 0.4.17-dev-934-g091855f
|
#include <wined3d_private.h>

Public Attributes | |
| struct list | users |
| void * | map_ptr |
| size_t | buffer_offset |
| size_t | memory_offset |
| unsigned int | client_map_count |
| bool | coherent |
| uint8_t | refcount |
Definition at line 1593 of file wined3d_private.h.
| size_t wined3d_bo::buffer_offset |
Definition at line 1599 of file wined3d_private.h.
Referenced by draw_primitive(), wined3d_context_gl_map_bo_address(), and wined3d_texture_gl_download_data().
Definition at line 1601 of file wined3d_private.h.
Referenced by wined3d_cs_map_upload_bo(), and wined3d_cs_unmap_upload_bo().
| bool wined3d_bo::coherent |
Definition at line 1602 of file wined3d_private.h.
Referenced by wined3d_cs_map_upload_bo().
| void* wined3d_bo::map_ptr |
Definition at line 1598 of file wined3d_private.h.
Referenced by wined3d_context_gl_map_bo_address(), and wined3d_cs_map_upload_bo().
| size_t wined3d_bo::memory_offset |
Definition at line 1600 of file wined3d_private.h.
Referenced by wined3d_cs_map_upload_bo().
| uint8_t wined3d_bo::refcount |
Definition at line 1607 of file wined3d_private.h.
Referenced by wined3d_buffer_acquire_bo_for_write(), wined3d_buffer_set_bo(), wined3d_buffer_update_sub_resource(), wined3d_command_list_decref(), wined3d_command_list_destroy_object(), and wined3d_command_list_incref().
Definition at line 1597 of file wined3d_private.h.
Referenced by wined3d_buffer_set_bo(), and wined3d_texture_set_bo().