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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddevice.c1965 UINT vtx_count = vertex_count_from_primitive_count(primitive_type, primitive_count); local
1966 UINT size = vtx_count * stride;
2005 hr = wined3d_device_draw_primitive(device->wined3d_device, vb_pos / stride, vtx_count);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddevice.c2304 UINT vtx_count = vertex_count_from_primitive_count(primitive_type, primitive_count); local
2305 UINT size = vtx_count * stride;
2345 hr = wined3d_device_draw_primitive(device->wined3d_device, vb_pos / stride, vtx_count);

Completed in 562 milliseconds