Lines Matching refs:ctx
105 is_vertex_position(const struct gl_context *ctx, GLuint index)
110 #define ATTR_UNION(A, N, T, C, V0, V1, V2, V3) do { (void)ctx; (void)(A); } while(0)
111 #define ERROR(err) _mesa_error(ctx, err, __func__)
123 vbo_install_exec_vtxfmt_noop(struct gl_context *ctx)
130 struct _glapi_table *tab = ctx->Exec;
133 if (ctx->BeginEnd) {
134 tab = ctx->BeginEnd;
138 if (ctx->HWSelectModeBeginEnd) {
139 tab = ctx->HWSelectModeBeginEnd;
146 vbo_install_save_vtxfmt_noop(struct gl_context *ctx)
148 struct _glapi_table *tab = ctx->Save;