Searched refs:esrc (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_vertex.h | 91 extern void _tnl_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc ); 167 void _tnl_generic_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc );
|
| H A D | t_vertex.c | 184 static void choose_copy_pv_func( struct gl_context *ctx, GLuint edst, GLuint esrc ) argument 198 vtx->copy_pv( ctx, edst, esrc ); 220 void _tnl_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc ) argument 223 vtx->copy_pv( ctx, edst, esrc );
|
| H A D | t_vertex_generic.c | 1061 void _tnl_generic_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc ) argument 1064 GLubyte *vsrc = vtx->vertex_buf + esrc * vtx->vertex_size;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_vertex.h | 91 extern void _tnl_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc ); 167 void _tnl_generic_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc );
|
| H A D | t_vertex.c | 185 static void choose_copy_pv_func( struct gl_context *ctx, GLuint edst, GLuint esrc ) argument 199 vtx->copy_pv( ctx, edst, esrc ); 221 void _tnl_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc ) argument 224 vtx->copy_pv( ctx, edst, esrc );
|
| H A D | t_vertex_generic.c | 1061 void _tnl_generic_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc ) argument 1064 GLubyte *vsrc = vtx->vertex_buf + esrc * vtx->vertex_size;
|
Completed in 7 milliseconds