Home | History | Annotate | Download | only in main

Lines Matching refs:gl_context

34 struct gl_context;
87 _mesa_light(struct gl_context *ctx, GLuint lnum, GLenum pname, const GLfloat *params);
90 extern GLuint _mesa_material_bitmask( struct gl_context *ctx,
95 extern void _mesa_update_lighting( struct gl_context *ctx );
97 extern void _mesa_update_tnl_spaces( struct gl_context *ctx, GLuint new_state );
99 extern void _mesa_update_material( struct gl_context *ctx,
102 extern void _mesa_update_color_material( struct gl_context *ctx,
105 extern void _mesa_init_lighting( struct gl_context *ctx );
107 extern void _mesa_free_lighting_data( struct gl_context *ctx );
109 extern void _mesa_allow_light_in_model( struct gl_context *ctx, GLboolean flag );