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

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglthread_draw.c83 const GLvoid **out_indices)
102 out_indices[i] = (const GLvoid*)(intptr_t)(upload_offset + offset);
1105 const GLvoid **out_indices = alloca(sizeof(indices[0]) * draw_count); local in function:_mesa_marshal_MultiDrawElementsBaseVertex
1109 out_indices);
1110 indices = out_indices;
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) argument

Completed in 3 milliseconds