Lines Matching refs:ctx
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));
95 loopback_prim(struct gl_context *ctx,
115 CALL_Begin(ctx->Exec, (prim->mode));
125 la[k].func(ctx, la[k].index, (const GLfloat *)(data + la[k].offset));
131 CALL_End(ctx->Exec, ());
148 _vbo_loopback_vertex_list(struct gl_context *ctx,
187 loopback_prim(ctx, (GLubyte*)buffer + vao->BufferBinding[0].Offset,