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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c4762 UINT idxStride = 2; local
4790 idxStride = 2;
4792 idxStride = 4;
4800 drawPrimitive(iface, index_count, startIndex, idxStride,
4848 int idxStride; local
4862 idxStride = 2;
4864 idxStride = 4;
4882 drawPrimitive(iface, index_count, 0 /* start_idx */, idxStride, pIndexData);

Completed in 71 milliseconds