Home
last modified time | relevance | path

Searched refs:split_context (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/vbo/
Dvbo_split_inplace.c43 struct split_context { struct
63 static void flush_vertex( struct split_context *split ) in flush_vertex() argument
108 static struct _mesa_prim *next_outprim( struct split_context *split ) in next_outprim()
121 static void update_index_bounds(struct split_context *split, in update_index_bounds()
132 static GLuint get_max_vertices(struct split_context *split, in get_max_vertices()
148 static void split_prims( struct split_context *split) in split_prims()
274 struct split_context split; in vbo_split_inplace()