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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_points.c88 GLuint numTcoords = 0; local in function:sprite_point
144 tCoords[numTcoords++] = attr;
179 tCoords[numTcoords++] = VARYING_SLOT_PNTC;
221 for (i = 0; i < numTcoords; i++) {
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_points.c88 GLuint numTcoords = 0; local in function:sprite_point
144 tCoords[numTcoords++] = attr;
172 tCoords[numTcoords++] = VARYING_SLOT_PNTC;
214 for (i = 0; i < numTcoords; i++) {

Completed in 3 milliseconds