Lines Matching full:newvert
54 INTERP_4F( t, coord[newvert], coord[idx], coord[idxPrev]); \
55 interp( ctx, t, newvert, idx, idxPrev, GL_TRUE ); \
60 INTERP_4F( t, coord[newvert], coord[idxPrev], coord[idx]); \
61 interp( ctx, t, newvert, idxPrev, idx, GL_FALSE ); \
63 outlist[outcount++] = newvert++; \
124 GLuint newvert = VB->Count;
152 INTERP_4F( t0, coord[newvert], coord[v0], coord[v1] );
153 interp( ctx, t0, newvert, v0, v1, GL_FALSE );
154 v0 = newvert;
155 newvert++;
166 INTERP_4F( t1, coord[newvert], coord[v1], coord[v0_orig] );
167 interp( ctx, t1, newvert, v1, v0_orig, GL_FALSE );
170 tnl->Driver.Render.CopyPV( ctx, newvert, v1 );
172 v1 = newvert;
174 newvert++;
192 GLuint newvert = VB->Count;
272 GLuint newvert = VB->Count;