Lines Matching defs:ctx
56 _mesa_reference_shader(struct gl_context *ctx, struct gl_shader **ptr, in _mesa_reference_shader()
95 _mesa_init_shader(struct gl_context *ctx, struct gl_shader *shader) in _mesa_init_shader()
105 _mesa_new_shader(struct gl_context *ctx, GLuint name, GLenum type) in _mesa_new_shader()
125 _mesa_delete_shader(struct gl_context *ctx, struct gl_shader *sh) in _mesa_delete_shader()
138 _mesa_lookup_shader(struct gl_context *ctx, GLuint name) in _mesa_lookup_shader()
160 _mesa_lookup_shader_err(struct gl_context *ctx, GLuint name, const char *caller) in _mesa_lookup_shader_err()
195 _mesa_reference_shader_program(struct gl_context *ctx, in _mesa_reference_shader_program()
238 _mesa_init_shader_program(struct gl_context *ctx, struct gl_shader_program *prog) in _mesa_init_shader_program()
263 _mesa_new_shader_program(struct gl_context *ctx, GLuint name) in _mesa_new_shader_program()
279 _mesa_clear_shader_program_data(struct gl_context *ctx, in _mesa_clear_shader_program_data()
307 _mesa_free_shader_program_data(struct gl_context *ctx, in _mesa_free_shader_program_data()
366 _mesa_delete_shader_program(struct gl_context *ctx, struct gl_shader_program *shProg) in _mesa_delete_shader_program()
378 _mesa_lookup_shader_program(struct gl_context *ctx, GLuint name) in _mesa_lookup_shader_program()
401 _mesa_lookup_shader_program_err(struct gl_context *ctx, GLuint name, in _mesa_lookup_shader_program_err()