Searched defs:vertex_count_from_primitive_count (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddevice.c150 static UINT vertex_count_from_primitive_count(D3DPRIMITIVETYPE primitive_type, UINT primitive_count) function
1897 vertex_count_from_primitive_count(primitive_type, primitive_count));
1916 vertex_count_from_primitive_count(primitive_type, primitive_count));
1965 UINT vtx_count = vertex_count_from_primitive_count(primitive_type, primitive_count);
2052 UINT idx_count = vertex_count_from_primitive_count(primitive_type, primitive_count);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Ddevice.c149 static UINT vertex_count_from_primitive_count(D3DPRIMITIVETYPE primitive_type, UINT primitive_count) function
1682 vertex_count_from_primitive_count(PrimitiveType, PrimitiveCount));
1699 vertex_count_from_primitive_count(PrimitiveType, primCount));
1715 vertex_count_from_primitive_count(PrimitiveType, PrimitiveCount),
1737 vertex_count_from_primitive_count(PrimitiveType, PrimitiveCount), pIndexData,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddevice.c172 static UINT vertex_count_from_primitive_count(D3DPRIMITIVETYPE primitive_type, UINT primitive_count) function
2234 vertex_count_from_primitive_count(primitive_type, primitive_count));
2256 vertex_count_from_primitive_count(primitive_type, primitive_count));
2304 UINT vtx_count = vertex_count_from_primitive_count(primitive_type, primitive_count);
2392 UINT idx_count = vertex_count_from_primitive_count(primitive_type, primitive_count);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddevice.c172 static UINT vertex_count_from_primitive_count(D3DPRIMITIVETYPE primitive_type, UINT primitive_count) function
2252 vertex_count_from_primitive_count(PrimitiveType, PrimitiveCount));
2273 vertex_count_from_primitive_count(PrimitiveType, primCount));
2292 vertex_count_from_primitive_count(PrimitiveType, PrimitiveCount),
2314 vertex_count_from_primitive_count(PrimitiveType, PrimitiveCount), pIndexData,

Completed in 145 milliseconds