Home | History | Annotate | Download | only in swrast_setup

Lines Matching defs:VB

116    struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb;
117 GLubyte *ef = VB->EdgeFlag;
215 struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb;
219 if (VB->Elts) {
221 if (VB->ClipMask[VB->Elts[i]] == 0)
222 _swrast_Point( ctx, &verts[VB->Elts[i]] );
226 if (VB->ClipMask[i] == 0)