Lines Matching full:extern
36 extern void _tnl_run_pipeline( struct gl_context *ctx );
38 extern void _tnl_destroy_pipeline( struct gl_context *ctx );
40 extern void _tnl_install_pipeline( struct gl_context *ctx,
46 extern const struct tnl_pipeline_stage _tnl_vertex_transform_stage;
47 extern const struct tnl_pipeline_stage _tnl_normal_transform_stage;
48 extern const struct tnl_pipeline_stage _tnl_lighting_stage;
49 extern const struct tnl_pipeline_stage _tnl_fog_coordinate_stage;
50 extern const struct tnl_pipeline_stage _tnl_texgen_stage;
51 extern const struct tnl_pipeline_stage _tnl_texture_transform_stage;
52 extern const struct tnl_pipeline_stage _tnl_point_attenuation_stage;
53 extern const struct tnl_pipeline_stage _tnl_vertex_program_stage;
54 extern const struct tnl_pipeline_stage _tnl_render_stage;
58 extern const struct tnl_pipeline_stage *_tnl_default_pipeline[];
59 extern const struct tnl_pipeline_stage *_tnl_vp_pipeline[];
64 extern tnl_render_func _tnl_render_tab_elts[];
65 extern tnl_render_func _tnl_render_tab_verts[];
67 extern void _tnl_RenderClippedPolygon( struct gl_context *ctx,
70 extern void _tnl_RenderClippedLine( struct gl_context *ctx, GLuint ii, GLuint jj );