Lines Matching defs:ctx
54 _mesa_init_program(struct gl_context *ctx);
57 _mesa_free_program_data(struct gl_context *ctx);
60 _mesa_update_default_objects_program(struct gl_context *ctx);
63 _mesa_set_program_error(struct gl_context *ctx, GLint pos, const char *string);
70 _mesa_new_program(struct gl_context *ctx, gl_shader_stage stage, GLuint id,
74 _mesa_delete_program(struct gl_context *ctx, struct gl_program *prog);
77 _mesa_lookup_program(struct gl_context *ctx, GLuint id);
80 _mesa_reference_program_(struct gl_context *ctx,
85 _mesa_reference_program(struct gl_context *ctx,
90 _mesa_reference_program_(ctx, ptr, prog);
94 _mesa_get_min_invocations_per_fragment(struct gl_context *ctx,