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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddevice.c2052 UINT idx_count = vertex_count_from_primitive_count(primitive_type, primitive_count); local
2054 UINT idx_size = idx_count * idx_fmt_size;
2122 hr = wined3d_device_draw_indexed_primitive(device->wined3d_device, ib_pos / idx_fmt_size, idx_count);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddevice.c2392 UINT idx_count = vertex_count_from_primitive_count(primitive_type, primitive_count); local
2394 UINT idx_size = idx_count * idx_fmt_size;
2462 hr = wined3d_device_draw_indexed_primitive(device->wined3d_device, ib_pos / idx_fmt_size, idx_count);

Completed in 219 milliseconds