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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddrawprim.c57 const void *idx_data, UINT start_idx, INT base_vertex_index, UINT start_instance, UINT instance_count)
70 if (start_instance)
71 FIXME("Start instance (%u) not supported.\n", start_instance);
620 UINT start_instance, UINT instance_count, BOOL indexed)
817 start_idx, state->base_vertex_index, start_instance, instance_count);
56 drawStridedFast(const struct wined3d_gl_info *gl_info, GLenum primitive_type, UINT count, UINT idx_size, const void *idx_data, UINT start_idx, INT base_vertex_index, UINT start_instance, UINT instance_count) argument
619 draw_primitive(struct wined3d_device *device, UINT start_idx, UINT index_count, UINT start_instance, UINT instance_count, BOOL indexed) argument
H A Ddevice.c4139 UINT start_idx, UINT index_count, UINT start_instance, UINT instance_count)
4143 draw_primitive(device, start_idx, index_count, start_instance, instance_count, TRUE);
4138 wined3d_device_draw_indexed_primitive_instanced(struct wined3d_device *device, UINT start_idx, UINT index_count, UINT start_instance, UINT instance_count) argument

Completed in 61 milliseconds