Home | History | Annotate | Download | only in tnl

Lines Matching refs:tnl

39 #include "tnl.h"
122 TNLcontext *tnl = TNL_CONTEXT(ctx);
123 struct tnl_shine_tab *list = tnl->_ShineTabList;
163 if (tnl->_ShineTable[side])
164 tnl->_ShineTable[side]->refcount--;
166 tnl->_ShineTable[side] = s;
175 TNLcontext *tnl = TNL_CONTEXT(ctx);
179 if (!tnl->_ShineTable[0] || tnl->_ShineTable[0]->shininess != shininess)
183 if (!tnl->_ShineTable[1] || tnl->_ShineTable[1]->shininess != shininess)
276 TNLcontext *tnl = TNL_CONTEXT(ctx);
277 const struct tnl_shine_tab *tab = tnl->_ShineTable[face];
329 TNLcontext *tnl = TNL_CONTEXT(ctx);
330 struct vertex_buffer *VB = &tnl->vb;
420 TNLcontext *tnl = TNL_CONTEXT(ctx);
422 GLuint size = tnl->vb.Size;