OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:update_input_ptrs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vertex.c
396
static void
update_input_ptrs
( struct gl_context *ctx, GLuint start )
function
434
update_input_ptrs
( ctx, start );
450
update_input_ptrs
(ctx, start);
471
update_input_ptrs
(ctx, oldIndex = elts[start++]);
/external/mesa3d/src/mesa/tnl/
t_vertex.c
396
static void
update_input_ptrs
( struct gl_context *ctx, GLuint start )
function
434
update_input_ptrs
( ctx, start );
450
update_input_ptrs
(ctx, start);
471
update_input_ptrs
(ctx, oldIndex = elts[start++]);
Completed in 868 milliseconds