Home | History | Annotate | Download | only in main

Lines Matching defs:totalLength

1321    GLsizei i, totalLength;
1360 totalLength = offsets[count - 1] + 2;
1361 source = (GLcharARB *) malloc(totalLength * sizeof(GLcharARB));
1373 source[totalLength - 1] = '\0';
1374 source[totalLength - 2] = '\0';