Lines Matching refs:gl_context
46 _mesa_init_shader_state(struct gl_context * ctx);
49 _mesa_free_shader_state(struct gl_context *ctx);
53 _mesa_reference_shader(struct gl_context *ctx, struct gl_shader **ptr,
57 _mesa_lookup_shader(struct gl_context *ctx, GLuint name);
60 _mesa_lookup_shader_err(struct gl_context *ctx, GLuint name, const char *caller);
65 _mesa_reference_shader_program(struct gl_context *ctx,
69 _mesa_init_shader(struct gl_context *ctx, struct gl_shader *shader);
72 _mesa_new_shader(struct gl_context *ctx, GLuint name, GLenum type);
75 _mesa_init_shader_program(struct gl_context *ctx, struct gl_shader_program *prog);
78 _mesa_lookup_shader_program(struct gl_context *ctx, GLuint name);
81 _mesa_lookup_shader_program_err(struct gl_context *ctx, GLuint name,
85 _mesa_clear_shader_program_data(struct gl_context *ctx,
89 _mesa_free_shader_program_data(struct gl_context *ctx,
98 _mesa_init_shader_state(struct gl_context *ctx);
101 _mesa_free_shader_state(struct gl_context *ctx);