Searched refs:tnl (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl/
H A Dt_vb_cliptmp.h120 TNLcontext *tnl = TNL_CONTEXT(ctx); local
121 struct vertex_buffer *VB = &tnl->vb;
122 tnl_interp_func interp = tnl->Driver.Render.Interp;
170 tnl->Driver.Render.CopyPV( ctx, newvert, v1 );
180 tnl->Driver.Render.ClippedLine( ctx, v0, v1 );
189 TNLcontext *tnl = TNL_CONTEXT(ctx); local
190 struct vertex_buffer *VB = &tnl->vb;
191 tnl_interp_func interp = tnl->Driver.Render.Interp;
226 tnl->Driver.Render.CopyPV( ctx, inlist[0], pv );
230 tnl
240 TNLcontext *tnl = TNL_CONTEXT(ctx); local
[all...]
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dvboxdri_drv.c56 #include "tnl/tnl.h"
57 #include "tnl/t_context.h"
58 #include "tnl/t_pipeline.h"
496 TNLcontext *tnl = TNL_CONTEXT(ctx); local
497 tnl->Driver.RunPipeline = _tnl_run_pipeline;

Completed in 678 milliseconds