Searched refs:edst (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vertex.h86 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 Dt_vertex.c155 GLuint edst, GLuint eout, GLuint ein,
167 vtx->interp( ctx, t, edst, eout, ein, force_boundary );
171 static void choose_copy_pv_func( struct gl_context *ctx, GLuint edst, GLuint esrc ) argument
182 vtx->copy_pv( ctx, edst, esrc );
195 GLuint edst, GLuint eout, GLuint ein,
199 vtx->interp( ctx, t, edst, eout, ein, force_boundary );
204 void _tnl_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc ) argument
207 vtx->copy_pv( ctx, edst, esrc );
153 choose_interp_func( struct gl_context *ctx, GLfloat t, GLuint edst, GLuint eout, GLuint ein, GLboolean force_boundary ) argument
193 _tnl_interp( struct gl_context *ctx, GLfloat t, GLuint edst, GLuint eout, GLuint ein, GLboolean force_boundary ) argument
H A Dt_vertex_generic.c1013 GLuint edst, GLuint eout, GLuint ein,
1021 GLubyte *vdst = vtx->vertex_buf + edst * vtx->vertex_size;
1028 const GLfloat *dstclip = VB->ClipPtr->data[edst];
1042 a[0].insert[4-1]( &a[0], vdst, VB->ClipPtr->data[edst] );
1062 void _tnl_generic_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc ) argument
1066 GLubyte *vdst = vtx->vertex_buf + edst * vtx->vertex_size;
1011 _tnl_generic_interp( struct gl_context *ctx, GLfloat t, GLuint edst, GLuint eout, GLuint ein, GLboolean force_boundary ) argument
/external/mesa3d/src/mesa/tnl/
H A Dt_vertex.h86 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 Dt_vertex.c155 GLuint edst, GLuint eout, GLuint ein,
167 vtx->interp( ctx, t, edst, eout, ein, force_boundary );
171 static void choose_copy_pv_func( struct gl_context *ctx, GLuint edst, GLuint esrc ) argument
182 vtx->copy_pv( ctx, edst, esrc );
195 GLuint edst, GLuint eout, GLuint ein,
199 vtx->interp( ctx, t, edst, eout, ein, force_boundary );
204 void _tnl_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc ) argument
207 vtx->copy_pv( ctx, edst, esrc );
153 choose_interp_func( struct gl_context *ctx, GLfloat t, GLuint edst, GLuint eout, GLuint ein, GLboolean force_boundary ) argument
193 _tnl_interp( struct gl_context *ctx, GLfloat t, GLuint edst, GLuint eout, GLuint ein, GLboolean force_boundary ) argument
H A Dt_vertex_generic.c1013 GLuint edst, GLuint eout, GLuint ein,
1021 GLubyte *vdst = vtx->vertex_buf + edst * vtx->vertex_size;
1028 const GLfloat *dstclip = VB->ClipPtr->data[edst];
1042 a[0].insert[4-1]( &a[0], vdst, VB->ClipPtr->data[edst] );
1062 void _tnl_generic_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc ) argument
1066 GLubyte *vdst = vtx->vertex_buf + edst * vtx->vertex_size;
1011 _tnl_generic_interp( struct gl_context *ctx, GLfloat t, GLuint edst, GLuint eout, GLuint ein, GLboolean force_boundary ) argument
/external/tcpdump/
H A Dprint-llc.c149 const u_char *esrc, const u_char *edst, u_short *extracted_ethertype)
318 if (esrc == NULL || edst == NULL)
323 etheraddr_string(edst),
326 if (esrc == NULL || edst == NULL)
334 etheraddr_string(edst),
148 llc_print(const u_char *p, u_int length, u_int caplen, const u_char *esrc, const u_char *edst, u_short *extracted_ethertype) argument
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
H A Dt_dd_vb.c49 static void copy_pv_rgba4_spec5( struct gl_context *ctx, GLuint edst, GLuint esrc ) argument
54 GLuint *dst = (GLuint *)(verts + (edst * size));
60 static void copy_pv_rgba4( struct gl_context *ctx, GLuint edst, GLuint esrc ) argument
65 GLuint *dst = (GLuint *)(verts + (edst * size));
70 static void copy_pv_rgba3( struct gl_context *ctx, GLuint edst, GLuint esrc ) argument
75 GLuint *dst = (GLuint *)(verts + (edst * size));
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_vb.c49 static void copy_pv_rgba4_spec5( struct gl_context *ctx, GLuint edst, GLuint esrc ) argument
54 GLuint *dst = (GLuint *)(verts + (edst * size));
60 static void copy_pv_rgba4( struct gl_context *ctx, GLuint edst, GLuint esrc ) argument
65 GLuint *dst = (GLuint *)(verts + (edst * size));
70 static void copy_pv_rgba3( struct gl_context *ctx, GLuint edst, GLuint esrc ) argument
75 GLuint *dst = (GLuint *)(verts + (edst * size));

Completed in 249 milliseconds