| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_vertex.h | 86 GLuint edst, GLuint eout, GLuint ein, 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 ); 171 GLuint edst, GLuint eout, GLuint ein,
|
| H A D | t_vertex.c | 166 GLuint edst, GLuint eout, GLuint ein, 180 vtx->interp( ctx, t, edst, eout, ein, force_boundary ); 184 static void choose_copy_pv_func( struct gl_context *ctx, GLuint edst, GLuint esrc ) argument 198 vtx->copy_pv( ctx, edst, esrc ); 211 GLuint edst, GLuint eout, GLuint ein, 215 vtx->interp( ctx, t, edst, eout, ein, force_boundary ); 220 void _tnl_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc ) argument 223 vtx->copy_pv( ctx, edst, esrc ); 164 choose_interp_func(struct gl_context * ctx,GLfloat t,GLuint edst,GLuint eout,GLuint ein,GLboolean force_boundary) argument 209 _tnl_interp(struct gl_context * ctx,GLfloat t,GLuint edst,GLuint eout,GLuint ein,GLboolean force_boundary) argument
|
| H A D | t_vertex_generic.c | 1012 GLuint edst, GLuint eout, GLuint ein, 1020 GLubyte *vdst = vtx->vertex_buf + edst * vtx->vertex_size; 1027 const GLfloat *dstclip = VB->ClipPtr->data[edst]; 1041 a[0].insert[4-1]( &a[0], vdst, VB->ClipPtr->data[edst] ); 1061 void _tnl_generic_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc ) argument 1065 GLubyte *vdst = vtx->vertex_buf + edst * vtx->vertex_size; 1010 _tnl_generic_interp(struct gl_context * ctx,GLfloat t,GLuint edst,GLuint eout,GLuint ein,GLboolean force_boundary) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_vertex.h | 86 GLuint edst, GLuint eout, GLuint ein, 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 ); 171 GLuint edst, GLuint eout, GLuint ein,
|
| H A D | t_vertex.c | 167 GLuint edst, GLuint eout, GLuint ein, 181 vtx->interp( ctx, t, edst, eout, ein, force_boundary ); 185 static void choose_copy_pv_func( struct gl_context *ctx, GLuint edst, GLuint esrc ) argument 199 vtx->copy_pv( ctx, edst, esrc ); 212 GLuint edst, GLuint eout, GLuint ein, 216 vtx->interp( ctx, t, edst, eout, ein, force_boundary ); 221 void _tnl_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc ) argument 224 vtx->copy_pv( ctx, edst, esrc ); 165 choose_interp_func(struct gl_context * ctx,GLfloat t,GLuint edst,GLuint eout,GLuint ein,GLboolean force_boundary) argument 210 _tnl_interp(struct gl_context * ctx,GLfloat t,GLuint edst,GLuint eout,GLuint ein,GLboolean force_boundary) argument
|
| H A D | t_vertex_generic.c | 1012 GLuint edst, GLuint eout, GLuint ein, 1020 GLubyte *vdst = vtx->vertex_buf + edst * vtx->vertex_size; 1027 const GLfloat *dstclip = VB->ClipPtr->data[edst]; 1041 a[0].insert[4-1]( &a[0], vdst, VB->ClipPtr->data[edst] ); 1061 void _tnl_generic_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc ) argument 1065 GLubyte *vdst = vtx->vertex_buf + edst * vtx->vertex_size; 1010 _tnl_generic_interp(struct gl_context * ctx,GLfloat t,GLuint edst,GLuint eout,GLuint ein,GLboolean force_boundary) argument
|