Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
H A Dglthread_draw.c83 const GLvoid **out_indices) in upload_multi_indices()
102 out_indices[i] = (const GLvoid*)(intptr_t)(upload_offset + offset); in upload_multi_indices()
1119 const GLvoid **out_indices = alloca(sizeof(indices[0]) * draw_count); in _mesa_marshal_MultiDrawElementsBaseVertex() local
1123 out_indices); in _mesa_marshal_MultiDrawElementsBaseVertex()
1124 indices = out_indices; in _mesa_marshal_MultiDrawElementsBaseVertex()
80 upload_multi_indices(struct gl_context *ctx, unsigned total_count, unsigned index_size, unsigned draw_count, const GLsizei *count, const GLvoid *const *indices, const GLvoid **out_indices) upload_multi_indices() argument

Completed in 4 milliseconds