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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dvertexdeclaration.c176 unsigned int numcoords = (texcoords >> (idx2*2)) & 0x03; local
177 switch (numcoords) {
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dvertexdeclaration.c173 unsigned int numcoords = (texcoords >> (idx2*2)) & 0x03; local
174 switch (numcoords) {

Completed in 44 milliseconds