Searched refs:tnl_render_func (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_pipeline.h | 64 extern tnl_render_func _tnl_render_tab_elts[]; 65 extern tnl_render_func _tnl_render_tab_verts[];
|
| H A D | t_context.h | 324 typedef void (*tnl_render_func)( struct gl_context *ctx, GLuint start, GLuint count, typedef in typeref:typename:void (*)(struct gl_context * ctx,GLuint start,GLuint count,GLuint flags) 464 tnl_render_func *PrimTabVerts; 465 tnl_render_func *PrimTabElts;
|
| H A D | t_vb_render.c | 157 tnl_render_func render_tris = tnl->Driver.Render.PrimTabElts[GL_TRIANGLES]; 269 tnl_render_func *tab;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_pipeline.h | 64 extern tnl_render_func _tnl_render_tab_elts[]; 65 extern tnl_render_func _tnl_render_tab_verts[];
|
| H A D | t_context.h | 324 typedef void (*tnl_render_func)( struct gl_context *ctx, GLuint start, GLuint count, typedef in typeref:typename:void (*)(struct gl_context * ctx,GLuint start,GLuint count,GLuint flags) 464 tnl_render_func *PrimTabVerts; 465 tnl_render_func *PrimTabElts;
|
| H A D | t_vb_render.c | 157 tnl_render_func render_tris = tnl->Driver.Render.PrimTabElts[GL_TRIANGLES]; 269 tnl_render_func *tab;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/ |
| H A D | t_dd_dmatmp.h | 414 static const tnl_render_func TAG(render_tab_verts)[GL_POLYGON+2] =
|
| H A D | t_dd_dmatmp2.h | 522 static tnl_render_func TAG(render_tab_verts)[GL_POLYGON+2] = 913 static tnl_render_func TAG(render_tab_elts)[GL_POLYGON+2] =
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/ |
| H A D | t_dd_dmatmp.h | 414 static const tnl_render_func TAG(render_tab_verts)[GL_POLYGON+2] =
|
| H A D | t_dd_dmatmp2.h | 522 static tnl_render_func TAG(render_tab_verts)[GL_POLYGON+2] = 913 static tnl_render_func TAG(render_tab_elts)[GL_POLYGON+2] =
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_swtcl.c | 417 const tnl_render_func *tab = TAG(render_tab_verts);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_swtcl.c | 416 const tnl_render_func *tab = TAG(render_tab_verts);
|
Completed in 19 milliseconds