Searched refs:update_input_ptrs (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vertex.c412 static void update_input_ptrs( struct gl_context *ctx, GLuint start ) function in typeref:typename:void
450 update_input_ptrs( ctx, start );
466 update_input_ptrs(ctx, start);
487 update_input_ptrs(ctx, oldIndex = elts[start++]);
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vertex.c413 static void update_input_ptrs( struct gl_context *ctx, GLuint start ) function in typeref:typename:void
451 update_input_ptrs( ctx, start );
467 update_input_ptrs(ctx, start);
488 update_input_ptrs(ctx, oldIndex = elts[start++]);

Completed in 5 milliseconds