Lines Matching defs:index
39 typedef void (*attr_func)(struct gl_context *ctx, GLint index, const GLfloat *);
47 VertexAttrib1fvNV(struct gl_context *ctx, GLint index, const GLfloat *v)
49 CALL_VertexAttrib1fvNV(ctx->Exec, (index, v));
54 VertexAttrib2fvNV(struct gl_context *ctx, GLint index, const GLfloat *v)
56 CALL_VertexAttrib2fvNV(ctx->Exec, (index, v));
61 VertexAttrib3fvNV(struct gl_context *ctx, GLint index, const GLfloat *v)
63 CALL_VertexAttrib3fvNV(ctx->Exec, (index, v));
68 VertexAttrib4fvNV(struct gl_context *ctx, GLint index, const GLfloat *v)
70 CALL_VertexAttrib4fvNV(ctx->Exec, (index, v));
83 enum vbo_attrib index;
125 la[k].func(ctx, la[k].index, (const GLfloat *)(data + la[k].offset));
140 la[*nr].index = shift + i;