Home | History | Annotate | Download | only in tnl

Lines Matching defs:VB

121    struct vertex_buffer *VB = &tnl->vb;
123 GLfloat (*coord)[4] = VB->ClipPtr->data;
124 GLuint newvert = VB->Count;
150 if (VB->ClipMask[v0]) {
164 if (VB->ClipMask[v1]) {
189 struct vertex_buffer *VB = &tnl->vb;
191 GLuint newvert = VB->Count;
192 GLfloat (*coord)[4] = VB->ClipPtr->data;
240 assert( inlist[0] >= VB->Count );
268 struct vertex_buffer *VB = &tnl->vb;
270 GLuint newvert = VB->Count;
271 GLfloat (*coord)[4] = VB->ClipPtr->data;
302 assert( inlist[0] >= VB->Count );