Searched defs:index_data (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddevice.c2045 UINT primitive_count, const void *index_data, D3DFORMAT index_format,
2061 "index_data %p, index_format %#x, vertex_data %p, vertex_stride %u.\n",
2063 index_data, index_format, vertex_data, vertex_stride);
2109 memcpy(buffer_data, index_data, idx_size);
2043 d3d8_device_DrawIndexedPrimitiveUP(IDirect3DDevice8 *iface, D3DPRIMITIVETYPE primitive_type, UINT min_vertex_idx, UINT vertex_count, UINT primitive_count, const void *index_data, D3DFORMAT index_format, const void *vertex_data, UINT vertex_stride) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddevice.c2385 UINT primitive_count, const void *index_data, D3DFORMAT index_format,
2401 "index_data %p, index_format %#x, vertex_data %p, vertex_stride %u.\n",
2403 index_data, index_format, vertex_data, vertex_stride);
2449 memcpy(buffer_data, index_data, idx_size);
2383 d3d9_device_DrawIndexedPrimitiveUP(IDirect3DDevice9Ex *iface, D3DPRIMITIVETYPE primitive_type, UINT min_vertex_idx, UINT vertex_count, UINT primitive_count, const void *index_data, D3DFORMAT index_format, const void *vertex_data, UINT vertex_stride) argument

Completed in 65 milliseconds