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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddevice.c3582 const struct wined3d_vertex_declaration *declaration, DWORD flags, DWORD dst_fvf)
3593 "dst_buffer %p, declaration %p, flags %#x, dst_fvf %#x.\n",
3595 dst_buffer, declaration, flags, dst_fvf);
3635 &stream_info, dst_buffer, flags, dst_fvf);
3580 wined3d_device_process_vertices(struct wined3d_device *device, UINT src_start_idx, UINT dst_idx, UINT vertex_count, struct wined3d_buffer *dst_buffer, const struct wined3d_vertex_declaration *declaration, DWORD flags, DWORD dst_fvf) argument

Completed in 563 milliseconds