Home | History | Annotate | Download | only in swrast

Lines Matching defs:count

55    GLuint count = 0;
86 span.array->x[count] = px + col;
87 span.array->y[count] = py + row;
88 count++;
108 span.array->x[count] = px + col;
109 span.array->y[count] = py + row;
110 count++;
126 if (count + width >= SWRAST_MAX_WIDTH || row + 1 == height) {
128 span.end = count;
131 count = 0;