Lines Matching refs:tnl
44 TNLcontext *tnl = TNL_CONTEXT(ctx); in get_space() local
47 tnl->block[tnl->nr_blocks++] = space; in get_space()
54 TNLcontext *tnl = TNL_CONTEXT(ctx); in free_space() local
56 for (i = 0; i < tnl->nr_blocks; i++) in free_space()
57 free(tnl->block[i]); in free_space()
58 tnl->nr_blocks = 0; in free_space()
175 TNLcontext *tnl = TNL_CONTEXT(ctx); in _tnl_import_array() local
176 struct vertex_buffer *VB = &tnl->vb; in _tnl_import_array()
227 VB->AttribPtr[attrib] = &tnl->tmp_inputs[attrib]; in _tnl_import_array()
271 TNLcontext *tnl = TNL_CONTEXT(ctx); in bind_inputs() local
272 struct vertex_buffer *VB = &tnl->vb; in bind_inputs()
340 TNLcontext *tnl = TNL_CONTEXT(ctx); in bind_indices() local
341 struct vertex_buffer *VB = &tnl->vb; in bind_indices()
392 TNLcontext *tnl = TNL_CONTEXT(ctx); in bind_prims() local
393 struct vertex_buffer *VB = &tnl->vb; in bind_prims()
439 TNLcontext *tnl = TNL_CONTEXT(ctx); in _tnl_draw_prims() local
441 const GLint max = TEST_SPLIT ? 8 : tnl->vb.Size - MAX_CLIPPED_VERTICES; in _tnl_draw_prims()
523 tnl->CurInstance = inst; in _tnl_draw_prims()