Go to the source code of this file.
Functions |
| static void | get_minmax_index (GLuint count, GLuint type, const GLvoid *indices, GLuint *min_index, GLuint *max_index) |
| static void | bind_array_obj (GLcontext *ctx) |
| static void | recalculate_input_bindings (GLcontext *ctx) |
| static void | bind_arrays (GLcontext *ctx) |
| static void GLAPIENTRY | vbo_exec_DrawArrays (GLenum mode, GLint start, GLsizei count) |
| static void GLAPIENTRY | vbo_exec_DrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) |
| static void GLAPIENTRY | vbo_exec_DrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) |
| void | vbo_exec_array_init (struct vbo_exec_context *exec) |
| void | vbo_exec_array_destroy (struct vbo_exec_context *exec) |