#include "main/glheader.h"
#include "main/imports.h"
#include "main/mtypes.h"
#include "main/macros.h"
#include "vbo_split.h"
#include "vbo.h"
Functions | |
| GLboolean | split_prim_inplace (GLenum mode, GLuint *first, GLuint *incr) |
| void | vbo_split_prims (GLcontext *ctx, const struct gl_client_array *arrays[], const struct _mesa_prim *prim, GLuint nr_prims, const struct _mesa_index_buffer *ib, GLuint min_index, GLuint max_index, vbo_draw_func draw, const struct split_limits *limits) |
| GLboolean split_prim_inplace | ( | GLenum | mode, | |
| GLuint * | first, | |||
| GLuint * | incr | |||
| ) |
| void vbo_split_prims | ( | GLcontext * | ctx, | |
| const struct gl_client_array * | arrays[], | |||
| const struct _mesa_prim * | prim, | |||
| GLuint | nr_prims, | |||
| const struct _mesa_index_buffer * | ib, | |||
| GLuint | min_index, | |||
| GLuint | max_index, | |||
| vbo_draw_func | draw, | |||
| const struct split_limits * | limits | |||
| ) |
1.5.4