Lines Matching refs:tnl
120 TNLcontext *tnl = TNL_CONTEXT(ctx); in TAG() local
121 struct vertex_buffer *VB = &tnl->vb; in TAG()
122 tnl_interp_func interp = tnl->Driver.Render.Interp; in TAG()
169 tnl->Driver.Render.CopyPV( ctx, newvert, v1 ); in TAG()
179 tnl->Driver.Render.ClippedLine( ctx, v0, v1 ); in TAG()
188 TNLcontext *tnl = TNL_CONTEXT(ctx); in TAG() local
189 struct vertex_buffer *VB = &tnl->vb; in TAG()
190 tnl_interp_func interp = tnl->Driver.Render.Interp; in TAG()
241 tnl->Driver.Render.CopyPV( ctx, inlist[0], pv ); in TAG()
257 tnl->Driver.Render.ClippedPolygon( ctx, inlist, n ); in TAG()
267 TNLcontext *tnl = TNL_CONTEXT(ctx); in TAG() local
268 struct vertex_buffer *VB = &tnl->vb; in TAG()
269 tnl_interp_func interp = tnl->Driver.Render.Interp; in TAG()
303 tnl->Driver.Render.CopyPV( ctx, inlist[0], pv ); in TAG()
307 tnl->Driver.Render.ClippedPolygon( ctx, inlist, n ); in TAG()