Go to the source code of this file.
Data Structures |
| struct | loopback_attr |
Typedefs |
| typedef void(* | attr_func )(GLcontext *ctx, GLint target, const GLfloat *) |
Functions |
| static void | VertexAttrib1fvNV (GLcontext *ctx, GLint target, const GLfloat *v) |
| static void | VertexAttrib2fvNV (GLcontext *ctx, GLint target, const GLfloat *v) |
| static void | VertexAttrib3fvNV (GLcontext *ctx, GLint target, const GLfloat *v) |
| static void | VertexAttrib4fvNV (GLcontext *ctx, GLint target, const GLfloat *v) |
| static void | loopback_prim (GLcontext *ctx, const GLfloat *buffer, const struct _mesa_prim *prim, GLuint wrap_count, GLuint vertex_size, const struct loopback_attr *la, GLuint nr) |
| static void | loopback_weak_prim (GLcontext *ctx, const struct _mesa_prim *prim) |
| void | vbo_loopback_vertex_list (GLcontext *ctx, const GLfloat *buffer, const GLubyte *attrsz, const struct _mesa_prim *prim, GLuint prim_count, GLuint wrap_count, GLuint vertex_size) |
Variables |
| static attr_func | vert_attrfunc [4] |