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

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_points.c89 GLuint numTcoords = 0; local
145 tCoords[numTcoords++] = attr;
180 tCoords[numTcoords++] = FRAG_ATTRIB_PNTC;
222 for (i = 0; i < numTcoords; i++) {
/external/mesa3d/src/mesa/swrast/
H A Ds_points.c89 GLuint numTcoords = 0; local
145 tCoords[numTcoords++] = attr;
180 tCoords[numTcoords++] = FRAG_ATTRIB_PNTC;
222 for (i = 0; i < numTcoords; i++) {

Completed in 48 milliseconds