Searched refs:baseInstance (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec_array.c | 584 GLsizei count, GLuint numInstances, GLuint baseInstance) in vbo_draw_arrays() argument 598 prim[0].base_instance = baseInstance; in vbo_draw_arrays() 714 GLsizei numInstances, GLuint baseInstance) in vbo_exec_DrawArraysInstancedBaseInstance() argument 721 numInstances, baseInstance); in vbo_exec_DrawArraysInstancedBaseInstance() 730 vbo_draw_arrays(ctx, mode, first, count, numInstances, baseInstance); in vbo_exec_DrawArraysInstancedBaseInstance() 809 GLuint baseInstance) in vbo_validated_drawrangeelements() argument 833 prim[0].base_instance = baseInstance; in vbo_validated_drawrangeelements() 1079 GLuint baseInstance) in vbo_exec_DrawElementsInstancedBaseInstance() argument 1087 numInstances, baseInstance); in vbo_exec_DrawElementsInstancedBaseInstance() 1095 baseInstance); in vbo_exec_DrawElementsInstancedBaseInstance() [all …]
|