Home
last modified time | relevance | path

Searched defs:edst (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/tnl_dd/
Dt_dd_vb.c49 static void copy_pv_rgba4_spec5( struct gl_context *ctx, GLuint edst, GLuint esrc ) in copy_pv_rgba4_spec5()
60 static void copy_pv_rgba4( struct gl_context *ctx, GLuint edst, GLuint esrc ) in copy_pv_rgba4()
70 static void copy_pv_rgba3( struct gl_context *ctx, GLuint edst, GLuint esrc ) in copy_pv_rgba3()
/external/mesa3d/src/mesa/tnl/
Dt_vertex.c155 GLuint edst, GLuint eout, GLuint ein, in choose_interp_func()
171 static void choose_copy_pv_func( struct gl_context *ctx, GLuint edst, GLuint esrc ) in choose_copy_pv_func()
195 GLuint edst, GLuint eout, GLuint ein, in _tnl_interp()
204 void _tnl_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc ) in _tnl_copy_pv()
Dt_vertex_generic.c1013 GLuint edst, GLuint eout, GLuint ein, in _tnl_generic_interp()
1062 void _tnl_generic_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc ) in _tnl_generic_copy_pv()
/external/tcpdump/
Dprint-llc.c145 const u_char *esrc, const u_char *edst, u_short *extracted_ethertype) in llc_print()