Searched refs:tnl_emit_func (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ | ||
| H A D | t_context.h | 291 typedef void (*tnl_emit_func)( struct gl_context *ctx, typedef in typeref:typename:void (*)(struct gl_context * ctx,GLuint count,GLubyte * dest) 349 tnl_emit_func func; 370 tnl_emit_func emit; |
| H A D | t_vertex_sse.c | 634 vtx->emit = (tnl_emit_func)x86_get_func(&p->func); |
| H A D | t_vertex_generic.c | 935 tnl_emit_func func = NULL; |
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ | ||
| H A D | t_context.h | 291 typedef void (*tnl_emit_func)( struct gl_context *ctx, typedef in typeref:typename:void (*)(struct gl_context * ctx,GLuint count,GLubyte * dest) 349 tnl_emit_func func; 370 tnl_emit_func emit; |
| H A D | t_vertex_sse.c | 634 vtx->emit = (tnl_emit_func)x86_get_func(&p->func); |
| H A D | t_vertex_generic.c | 935 tnl_emit_func func = NULL; |
Completed in 10 milliseconds