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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddevice.c2045 UINT primitive_count, const void *index_data, D3DFORMAT index_format,
2053 UINT idx_fmt_size = index_format == D3DFMT_INDEX16 ? 2 : 4;
2061 "index_data %p, index_format %#x, vertex_data %p, vertex_stride %u.\n",
2063 index_data, index_format, vertex_data, vertex_stride);
2118 wined3dformat_from_d3dformat(index_format));
2043 d3d8_device_DrawIndexedPrimitiveUP(IDirect3DDevice8 *iface, D3DPRIMITIVETYPE primitive_type, UINT min_vertex_idx, UINT vertex_count, UINT primitive_count, const void *index_data, D3DFORMAT index_format, const void *vertex_data, UINT vertex_stride) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddevice.c2385 UINT primitive_count, const void *index_data, D3DFORMAT index_format,
2393 UINT idx_fmt_size = index_format == D3DFMT_INDEX16 ? 2 : 4;
2401 "index_data %p, index_format %#x, vertex_data %p, vertex_stride %u.\n",
2403 index_data, index_format, vertex_data, vertex_stride);
2458 wined3dformat_from_d3dformat(index_format));
2383 d3d9_device_DrawIndexedPrimitiveUP(IDirect3DDevice9Ex *iface, D3DPRIMITIVETYPE primitive_type, UINT min_vertex_idx, UINT vertex_count, UINT primitive_count, const void *index_data, D3DFORMAT index_format, const void *vertex_data, UINT vertex_stride) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dwined3d_private.h2518 enum wined3d_format_id index_format; member in struct:wined3d_state

Completed in 289 milliseconds