ReactOS 0.4.16-dev-319-g6cf4263
|
#include <wined3d.h>
Public Attributes | |
UINT | row_pitch |
UINT | slice_pitch |
void * | data |
void* wined3d_map_desc::data |
Definition at line 1820 of file wined3d.h.
Referenced by buffer_resource_sub_resource_map(), d3d8_device_DrawIndexedPrimitiveUP(), d3d8_device_DrawPrimitiveUP(), d3d8_indexbuffer_Lock(), d3d8_surface_LockRect(), d3d8_vertexbuffer_Lock(), d3d8_volume_LockBox(), d3d9_device_DrawIndexedPrimitiveUP(), d3d9_device_DrawPrimitiveUP(), d3d9_indexbuffer_Lock(), d3d9_surface_LockRect(), d3d9_vertexbuffer_Lock(), d3d9_volume_LockBox(), d3d_device7_DrawIndexedPrimitive(), d3d_device7_DrawIndexedPrimitiveStrided(), d3d_device7_DrawIndexedPrimitiveVB(), d3d_device7_DrawPrimitive(), d3d_device7_DrawPrimitiveStrided(), d3d_execute_buffer_SetExecuteData(), d3d_vertex_buffer7_Lock(), process_vertices_strided(), surface_cpu_blt(), surface_lock(), texture_resource_sub_resource_map(), wined3d_device_create_cursor_texture(), wined3d_device_process_vertices(), and wined3d_device_set_cursor_properties().
UINT wined3d_map_desc::row_pitch |
Definition at line 1818 of file wined3d.h.
Referenced by buffer_resource_sub_resource_map(), d3d8_surface_LockRect(), d3d8_volume_LockBox(), d3d9_surface_LockRect(), d3d9_volume_LockBox(), surface_cpu_blt(), texture_resource_sub_resource_map(), and wined3d_device_create_cursor_texture().
UINT wined3d_map_desc::slice_pitch |
Definition at line 1819 of file wined3d.h.
Referenced by buffer_resource_sub_resource_map(), d3d8_volume_LockBox(), d3d9_volume_LockBox(), surface_cpu_blt(), texture_resource_sub_resource_map(), and wined3d_device_create_cursor_texture().