Home | History | Annotate | Download | only in tnl

Lines Matching refs:Elts

121    const GLuint * const elt = VB->Elts;				\
139 /* Elts, with the possibility of clipping.
147 /* TODO: do this for all primitives, verts and elts:
157 const GLuint * const elt = VB->Elts;
211 const GLuint * const elt = VB->Elts; \
226 /* Elts, no clipping.
238 void _tnl_RenderClippedPolygon( struct gl_context *ctx, const GLuint *elts, GLuint n )
242 GLuint *tmp = VB->Elts;
244 VB->Elts = (GLuint *)elts;
246 VB->Elts = tmp;
294 tab = VB->Elts ? clip_render_tab_elts : clip_render_tab_verts;
298 tab = (VB->Elts ?