Home | History | Annotate | Download | only in tnl

Lines Matching defs:nr

69    const GLuint nr = VB->Count;
89 for (j = 0; j < nr; j++,STRIDE_F(vertex,vstride),STRIDE_F(normal,nstride)) {
250 const GLuint nr = VB->Count;
267 for (j = 0; j < nr; j++,STRIDE_F(vertex,vstride),STRIDE_F(normal,nstride)) {
427 const GLuint nr = VB->Count;
429 const GLuint nr = VB->AttribPtr[_TNL_ATTRIB_NORMAL]->count;
443 if (nr > 1) {
452 for (j = 0; j < nr; j++, STRIDE_F(normal,nstride)) {
530 const GLuint nr = VB->Count;
532 const GLuint nr = VB->AttribPtr[_TNL_ATTRIB_NORMAL]->count;
537 fprintf(stderr, "%s %d\n", __FUNCTION__, nr );
550 if (nr > 1) {
559 for (j = 0; j < nr; j++, STRIDE_F(normal,nstride)) {