Searched refs:src_start_idx (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/directx/wine/d3d8/ |
H A D | device.c | 2383 static HRESULT WINAPI d3d8_device_ProcessVertices(IDirect3DDevice8 *iface, UINT src_start_idx, in d3d8_device_ProcessVertices() argument 2391 iface, src_start_idx, dst_idx, vertex_count, dst_buffer, flags); in d3d8_device_ProcessVertices() 2394 hr = wined3d_device_process_vertices(device->wined3d_device, src_start_idx, dst_idx, in d3d8_device_ProcessVertices()
|
/reactos/dll/directx/wine/d3d9/ |
H A D | device.c | 2927 UINT src_start_idx, UINT dst_idx, UINT vertex_count, IDirect3DVertexBuffer9 *dst_buffer, in d3d9_device_ProcessVertices() argument 2936 iface, src_start_idx, dst_idx, vertex_count, dst_buffer, declaration, flags); in d3d9_device_ProcessVertices() 2939 … hr = wined3d_device_process_vertices(device->wined3d_device, src_start_idx, dst_idx, vertex_count, in d3d9_device_ProcessVertices()
|
/reactos/dll/directx/wine/wined3d/ |
H A D | device.c | 3341 UINT src_start_idx, UINT dst_idx, UINT vertex_count, struct wined3d_buffer *dst_buffer, in wined3d_device_process_vertices() argument 3355 device, src_start_idx, dst_idx, vertex_count, in wined3d_device_process_vertices() 3381 box.left = src_start_idx * e->stride; in wined3d_device_process_vertices()
|
/reactos/sdk/include/reactos/wine/ |
H A D | wined3d.h | 2370 UINT src_start_idx, UINT dst_idx, UINT vertex_count, struct wined3d_buffer *dst_buffer,
|