Searched refs:idx2 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dvertexdeclaration.c72 unsigned int idx, idx2; local
175 for (idx2 = 0; idx2 < num_textures; idx2++) {
176 unsigned int numcoords = (texcoords >> (idx2*2)) & 0x03;
192 elements[idx].UsageIndex = idx2;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dvertexdeclaration.c69 unsigned int idx, idx2; local
172 for (idx2 = 0; idx2 < num_textures; idx2++) {
173 unsigned int numcoords = (texcoords >> (idx2*2)) & 0x03;
189 elements[idx].UsageIndex = idx2;

Completed in 45 milliseconds