Searched refs:start_idx (Results 1 - 20 of 20) 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)
75 (const char *)idx_data + (idx_size * start_idx), instance_count, base_vertex_index));
81 (const char *)idx_data + (idx_size * start_idx), instance_count));
89 (const char *)idx_data + (idx_size * start_idx), base_vertex_index));
95 idxtype, (const char *)idx_data + (idx_size * start_idx));
101 gl_info->gl_ops.gl.p_glDrawArrays(primitive_type, start_idx, count);
619 void draw_primitive(struct wined3d_device *device, UINT start_idx, UINT index_count, argument
800 state->gl_primitive_type, idx_data, idx_size, start_idx);
805 state->gl_primitive_type, idx_data, idx_size, start_idx);
812 idx_data, idx_size, start_idx, stat
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
[all...]
H A Dshader.c1796 UINT start_idx, const float *src_data, UINT count)
1798 UINT end_idx = start_idx + count;
1801 TRACE("shader %p, start_idx %u, src_data %p, count %u.\n", shader, start_idx, src_data, count);
1810 for (i = start_idx; i < end_idx; ++i)
1819 memcpy(value, src_data + (i - start_idx) * 4 /* 4 components */, 4 * sizeof(float));
1795 wined3d_shader_set_local_constants_float(struct wined3d_shader *shader, UINT start_idx, const float *src_data, UINT count) argument
H A Ddevice.c4104 HRESULT CDECL wined3d_device_draw_indexed_primitive(struct wined3d_device *device, UINT start_idx, UINT index_count) argument
4108 TRACE("device %p, start_idx %u, index_count %u.\n", device, start_idx, index_count);
4133 draw_primitive(device, start_idx, index_count, 0, 0, TRUE);
4139 UINT start_idx, UINT index_count, UINT start_instance, UINT instance_count)
4141 TRACE("device %p, start_idx %u, index_count %u.\n", device, start_idx, index_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
H A Dwined3d_private.h981 void draw_primitive(struct wined3d_device *device, UINT start_idx, UINT index_count,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddrawprim.c53 UINT count, UINT idx_size, const void *idx_data, UINT start_idx)
61 (const char *)idx_data + (idx_size * start_idx));
66 TRACE("(%p) : glDrawArrays(%#x, %d, %d)\n", iface, primitive_type, start_idx, count);
68 glDrawArrays(primitive_type, start_idx, count);
52 drawStridedFast(IWineD3DDevice *iface, GLenum primitive_type, UINT count, UINT idx_size, const void *idx_data, UINT start_idx) argument
H A Dshader.c1617 UINT start_idx, const float *src_data, UINT count)
1623 TRACE("iface %p, start_idx %u, src_data %p, count %u.\n", iface, start_idx, src_data, count);
1625 end_idx = start_idx + count;
1632 for (i = start_idx; i < end_idx; ++i)
1638 memcpy(lconst->value, src_data + (i - start_idx) * 4 /* 4 components */, 4 * sizeof(float));
1616 vertexshader_SetLocalConstantsF(IWineD3DVertexShader *iface, UINT start_idx, const float *src_data, UINT count) argument
H A Dwined3d_private.h978 UINT start_idx, UINT idxBytes, const void *idxData) DECLSPEC_HIDDEN;
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshader.c1621 UINT start_idx, const float *src_data, UINT count)
1627 TRACE("iface %p, start_idx %u, src_data %p, count %u.\n", iface, start_idx, src_data, count);
1629 end_idx = start_idx + count;
1636 for (i = start_idx; i < end_idx; ++i)
1642 memcpy(lconst->value, src_data + (i - start_idx) * 4 /* 4 components */, 4 * sizeof(float));
1620 vertexshader_SetLocalConstantsF(IWineD3DVertexShader *iface, UINT start_idx, const float *src_data, UINT count) argument
H A Dwined3d_private.h999 UINT start_idx, UINT idxBytes, const void *idxData) DECLSPEC_HIDDEN;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwined3d.h2103 HRESULT __cdecl wined3d_device_draw_indexed_primitive(struct wined3d_device *device, UINT start_idx, UINT index_count);
2105 UINT start_idx, UINT index_count, UINT start_instance, UINT instance_count);
2330 UINT start_idx, const float *src_data, UINT vector4f_count);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d10effect.h851 D3D10_DEVICE_STATE_TYPES state_type, UINT start_idx, UINT count);
854 D3D10_DEVICE_STATE_TYPES state_type, UINT start_idx, UINT count);
H A Dd3drmobj.h2923 STDMETHOD(SetVertices)(THIS_ DWORD start_idx, DWORD count, D3DVECTOR *v) PURE;
2924 STDMETHOD(GetVertices)(THIS_ DWORD start_idx, DWORD *count, D3DVECTOR *v) PURE;
2925 STDMETHOD(SetNormals)(THIS_ DWORD start_idx, DWORD count, D3DVECTOR *v) PURE;
2926 STDMETHOD(GetNormals)(THIS_ DWORD start_idx, DWORD *count, D3DVECTOR *v) PURE;
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dwined3d.h6617 UINT start_idx,
6652 UINT start_idx,
6672 #define IWineD3DVertexShader_SetLocalConstantsF(This,start_idx,src_data,vector4f_count) (This)->lpVtbl->SetLocalConstantsF(This,start_idx,src_data,vector4f_count)
6679 UINT start_idx,
7362 UINT start_idx,
8145 UINT start_idx,
8413 #define IWineD3DDevice_DrawIndexedPrimitive(This,start_idx,index_count) (This)->lpVtbl->DrawIndexedPrimitive(This,start_idx,index_count)
9551 UINT start_idx,
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwined3d.h6618 UINT start_idx,
6653 UINT start_idx,
6673 #define IWineD3DVertexShader_SetLocalConstantsF(This,start_idx,src_data,vector4f_count) (This)->lpVtbl->SetLocalConstantsF(This,start_idx,src_data,vector4f_count)
6680 UINT start_idx,
7363 UINT start_idx,
8146 UINT start_idx,
8414 #define IWineD3DDevice_DrawIndexedPrimitive(This,start_idx,index_count) (This)->lpVtbl->DrawIndexedPrimitive(This,start_idx,index_count)
9552 UINT start_idx,
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dwined3d.h6617 UINT start_idx,
6652 UINT start_idx,
6672 #define IWineD3DVertexShader_SetLocalConstantsF(This,start_idx,src_data,vector4f_count) (This)->lpVtbl->SetLocalConstantsF(This,start_idx,src_data,vector4f_count)
6679 UINT start_idx,
7362 UINT start_idx,
8145 UINT start_idx,
8413 #define IWineD3DDevice_DrawIndexedPrimitive(This,start_idx,index_count) (This)->lpVtbl->DrawIndexedPrimitive(This,start_idx,index_count)
9551 UINT start_idx,
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwined3d.h6598 UINT start_idx,
6633 UINT start_idx,
6653 #define IWineD3DVertexShader_SetLocalConstantsF(This,start_idx,src_data,vector4f_count) (This)->lpVtbl->SetLocalConstantsF(This,start_idx,src_data,vector4f_count)
6660 UINT start_idx,
7333 UINT start_idx,
8094 UINT start_idx,
8336 #define IWineD3DDevice_DrawIndexedPrimitive(This,start_idx,index_count) (This)->lpVtbl->DrawIndexedPrimitive(This,start_idx,index_count)
9470 UINT start_idx,
[all...]
H A Dwined3d.idl2810 [in] UINT start_idx,
3364 [in] UINT start_idx,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dwined3d.h6617 UINT start_idx,
6652 UINT start_idx,
6672 #define IWineD3DVertexShader_SetLocalConstantsF(This,start_idx,src_data,vector4f_count) (This)->lpVtbl->SetLocalConstantsF(This,start_idx,src_data,vector4f_count)
6679 UINT start_idx,
7362 UINT start_idx,
8145 UINT start_idx,
8413 #define IWineD3DDevice_DrawIndexedPrimitive(This,start_idx,index_count) (This)->lpVtbl->DrawIndexedPrimitive(This,start_idx,index_count)
9551 UINT start_idx,
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddevice.c1905 UINT start_idx, UINT primitive_count)
1910 TRACE("iface %p, primitive_type %#x, min_vertex_idx %u, vertex_count %u, start_idx %u, primitive_count %u.\n",
1911 iface, primitive_type, min_vertex_idx, vertex_count, start_idx, primitive_count);
1915 hr = wined3d_device_draw_indexed_primitive(device->wined3d_device, start_idx,
1903 d3d8_device_DrawIndexedPrimitive(IDirect3DDevice8 *iface, D3DPRIMITIVETYPE primitive_type, UINT min_vertex_idx, UINT vertex_count, UINT start_idx, UINT primitive_count) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddevice.c2242 UINT vertex_count, UINT start_idx, UINT primitive_count)
2248 "vertex_count %u, start_idx %u, primitive_count %u.\n",
2250 vertex_count, start_idx, primitive_count);
2255 hr = wined3d_device_draw_indexed_primitive(device->wined3d_device, start_idx,
2240 d3d9_device_DrawIndexedPrimitive(IDirect3DDevice9Ex *iface, D3DPRIMITIVETYPE primitive_type, INT base_vertex_idx, UINT min_vertex_idx, UINT vertex_count, UINT start_idx, UINT primitive_count) argument

Completed in 422 milliseconds