HomeSort by relevance Sort by last modified time
    Searched refs:esrc (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/mesa/tnl/
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 );
t_vertex.c 171 static void choose_copy_pv_func( struct gl_context *ctx, GLuint edst, GLuint esrc )
182 vtx->copy_pv( ctx, edst, esrc );
204 void _tnl_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc )
207 vtx->copy_pv( ctx, edst, esrc );
t_vertex_generic.c 1062 void _tnl_generic_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc )
1065 GLubyte *vsrc = vtx->vertex_buf + esrc * vtx->vertex_size;
  /external/tcpdump/
print-llc.c 145 const u_char *esrc, const u_char *edst, u_short *extracted_ethertype)
316 if (esrc == NULL || edst == NULL)
320 etheraddr_string(ndo, esrc),
324 if (esrc == NULL || edst == NULL)
330 etheraddr_string(ndo, esrc),
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_vb.c 49 static void copy_pv_rgba4_spec5( struct gl_context *ctx, GLuint edst, GLuint esrc )
55 GLuint *src = (GLuint *)(verts + (esrc * size));
60 static void copy_pv_rgba4( struct gl_context *ctx, GLuint edst, GLuint esrc )
66 GLuint *src = (GLuint *)(verts + (esrc * size));
70 static void copy_pv_rgba3( struct gl_context *ctx, GLuint edst, GLuint esrc )
76 GLuint *src = (GLuint *)(verts + (esrc * size));
  /external/valgrind/VEX/priv/
guest_amd64_toIR.c 7799 IRTemp esrc = newTemp(ty); local
    [all...]
guest_x86_toIR.c 6193 IRTemp esrc = newTemp(ty); local
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 958 milliseconds