Lines Matching +defs:token +defs:count
202 /* count the number of extensions, ignoring successive spaces */
376 GLenum token;
387 for (i = 0; lim[i].token; i++) {
388 glGetIntegerv(lim[i].token, max);
458 GLenum token;
499 for (i = 0; common_limits[i].token; i++) {
500 extfuncs->GetProgramivARB(target, common_limits[i].token, max);
506 for (i = 0; fragment_limits[i].token; i++) {
507 extfuncs->GetProgramivARB(target, fragment_limits[i].token, max);
526 GLuint count;
527 GLenum token;
754 for (i = 0; limits[i].count; i++) {
758 glGetIntegerv(limits[i].token, max);
764 if (limits[i].count == 1) {
768 assert(limits[i].count == 2);