Home | History | Annotate | Download | only in program

Lines Matching defs:firstRow

293          const GLuint firstRow = (GLuint) state[2];
298 ASSERT(firstRow >= 0);
299 ASSERT(firstRow < 4);
335 for (i = 0, row = firstRow; row <= lastRow; row++) {
343 for (i = 0, row = firstRow; row <= lastRow; row++) {
1003 const GLuint firstRow = (GLuint) state[2];
1012 firstRow == lastRow)
1013 sprintf(tmp, ".row[%d]", firstRow);
1015 sprintf(tmp, ".row[%d..%d]", firstRow, lastRow);