Home
last modified time | relevance | path

Searched defs:vertex_count (Results 1 – 10 of 10) sorted by relevance

/reactos/dll/directx/wine/d3drm/
H A Dmeshbuilder.c595 DWORD vertex_count, D3DVECTOR *vertices, DWORD normal_count, D3DVECTOR *normals, in d3drm_mesh_builder2_AddFaces()
605 DWORD vertex_count, DWORD normal_count, DWORD face_count) in d3drm_mesh_builder2_ReserveSpace()
738 DWORD *vertex_count, D3DVECTOR *vertices, DWORD *normal_count, D3DVECTOR *normals, in d3drm_mesh_builder2_GetVertices()
1673 DWORD vertex_count, D3DVECTOR *vertices, DWORD normal_count, D3DVECTOR *normals, in d3drm_mesh_builder3_AddFaces()
1683 DWORD vertex_count, DWORD normal_count, DWORD face_count) in d3drm_mesh_builder3_ReserveSpace()
1828 DWORD *vertex_count, D3DVECTOR *vertices, DWORD *normal_count, D3DVECTOR *normals, in d3drm_mesh_builder3_GetGeometry()
2192 DWORD flags, DWORD format, DWORD vertex_count, void *data) in d3drm_mesh_builder3_AddTriangles()
2209 DWORD start_idx, DWORD *vertex_count, D3DVECTOR *vertices) in d3drm_mesh_builder3_GetVertices()
2514 static HRESULT WINAPI d3drm_mesh_AddGroup(IDirect3DRMMesh *iface, unsigned vertex_count, in d3drm_mesh_AddGroup()
2688 …SULT WINAPI d3drm_mesh_GetGroup(IDirect3DRMMesh *iface, D3DRMGROUPINDEX id, unsigned *vertex_count, in d3drm_mesh_GetGroup()
H A Dface.c293 DWORD *vertex_count, D3DVECTOR *coords, D3DVECTOR *normals) in d3drm_face1_GetVertices()
521 DWORD *vertex_count, D3DVECTOR *coords, D3DVECTOR *normals) in d3drm_face2_GetVertices()
/reactos/dll/directx/wine/ddraw/
H A Ddevice.c2153 void *vertices, DWORD vertex_count, DWORD flags) in d3d_device3_BeginIndexed()
2164 void *vertices, DWORD vertex_count, DWORD flags) in d3d_device2_BeginIndexed()
3497 DWORD vertex_count, DWORD flags) in d3d_device7_DrawPrimitive()
3557 DWORD vertex_count, DWORD flags) in d3d_device7_DrawPrimitive_FPUSetup()
3564 DWORD vertex_count, DWORD flags) in d3d_device7_DrawPrimitive_FPUPreserve()
3589 D3DPRIMITIVETYPE primitive_type, DWORD fvf, void *vertices, DWORD vertex_count, in d3d_device3_DrawPrimitive()
3605 DWORD vertex_count, DWORD flags) in d3d_device2_DrawPrimitive()
3687 D3DPRIMITIVETYPE primitive_type, DWORD fvf, void *vertices, DWORD vertex_count, in d3d_device7_DrawIndexedPrimitive()
3767 D3DPRIMITIVETYPE primitive_type, DWORD fvf, void *vertices, DWORD vertex_count, in d3d_device7_DrawIndexedPrimitive_FPUSetup()
3807 DWORD vertex_count, WORD *indices, DWORD index_count, DWORD flags) in d3d_device2_DrawIndexedPrimitive()
[all …]
/reactos/dll/directx/wine/wined3d/
H A Dbuffer.c554 unsigned int i, j, range_idx, start, end, vertex_count; in buffer_conversion_upload() local
H A Ddevice.c3341 UINT src_start_idx, UINT dst_idx, UINT vertex_count, struct wined3d_buffer *dst_buffer, in wined3d_device_process_vertices()
3740 … wined3d_device_draw_primitive(struct wined3d_device *device, UINT start_vertex, UINT vertex_count) in wined3d_device_draw_primitive()
3751 UINT start_vertex, UINT vertex_count, UINT start_instance, UINT instance_count) in wined3d_device_draw_primitive_instanced()
H A Dcontext.c4624 …int base_vertex_idx, unsigned int start_idx, unsigned int vertex_count, unsigned int instance_coun… in draw_primitive_immediate_mode()
/reactos/modules/rostests/winetests/d3drm/
H A Dd3drm.c3367 int vertex_count; member
3411 unsigned vertex_count, face_count, vertex_per_face; in test_frame_mesh_materials() local
6721 static void set_execute_data(IDirect3DExecuteBuffer *execute_buffer, UINT vertex_count, UINT offset… in set_execute_data()
6765 static void emit_process_vertices(void **ptr, DWORD flags, WORD base_idx, DWORD vertex_count) in emit_process_vertices()
/reactos/dll/directx/wine/d3d8/
H A Ddevice.c2140 D3DPRIMITIVETYPE primitive_type, UINT min_vertex_idx, UINT vertex_count, in d3d8_device_DrawIndexedPrimitive()
2291 D3DPRIMITIVETYPE primitive_type, UINT min_vertex_idx, UINT vertex_count, in d3d8_device_DrawIndexedPrimitiveUP()
2384 UINT dst_idx, UINT vertex_count, IDirect3DVertexBuffer8 *dst_buffer, DWORD flags) in d3d8_device_ProcessVertices()
/reactos/dll/directx/wine/d3d9/
H A Ddevice.c2651 UINT vertex_count, UINT start_idx, UINT primitive_count) in d3d9_device_DrawIndexedPrimitive()
2823 D3DPRIMITIVETYPE primitive_type, UINT min_vertex_idx, UINT vertex_count, in d3d9_device_DrawIndexedPrimitiveUP()
2927 UINT src_start_idx, UINT dst_idx, UINT vertex_count, IDirect3DVertexBuffer9 *dst_buffer, in d3d9_device_ProcessVertices()
/reactos/sdk/include/reactos/wine/
H A Dwined3d.h1706 UINT vertex_count; member