Lines Matching defs:ctx
55 _swrast_update_rasterflags( struct gl_context *ctx ) in _swrast_update_rasterflags()
134 _swrast_update_polygon( struct gl_context *ctx ) in _swrast_update_polygon()
170 _swrast_update_fog_hint( struct gl_context *ctx ) in _swrast_update_fog_hint()
185 _swrast_update_texture_env( struct gl_context *ctx ) in _swrast_update_texture_env()
216 _swrast_update_deferred_texture(struct gl_context *ctx) in _swrast_update_deferred_texture()
249 _swrast_update_fog_state( struct gl_context *ctx ) in _swrast_update_fog_state()
268 _swrast_update_fragment_program(struct gl_context *ctx, GLbitfield newState) in _swrast_update_fragment_program()
283 _swrast_update_specular_vertex_add(struct gl_context *ctx) in _swrast_update_specular_vertex_add()
347 _swrast_validate_triangle( struct gl_context *ctx, in _swrast_validate_triangle()
372 _swrast_validate_line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 ) in _swrast_validate_line()
393 _swrast_validate_point( struct gl_context *ctx, const SWvertex *v0 ) in _swrast_validate_point()
414 _swrast_validate_blend_func(struct gl_context *ctx, GLuint n, const GLubyte mask[], in _swrast_validate_blend_func()
427 _swrast_sleep( struct gl_context *ctx, GLbitfield new_state ) in _swrast_sleep()
434 _swrast_invalidate_state( struct gl_context *ctx, GLbitfield new_state ) in _swrast_invalidate_state()
469 _swrast_update_texture_samplers(struct gl_context *ctx) in _swrast_update_texture_samplers()
495 _swrast_update_active_attribs(struct gl_context *ctx) in _swrast_update_active_attribs()
553 _swrast_validate_derived( struct gl_context *ctx ) in _swrast_validate_derived()
607 _swrast_Quad( struct gl_context *ctx, in _swrast_Quad()
623 _swrast_Triangle( struct gl_context *ctx, const SWvertex *v0, in _swrast_Triangle()
636 _swrast_Line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 ) in _swrast_Line()
647 _swrast_Point( struct gl_context *ctx, const SWvertex *v0 ) in _swrast_Point()
657 _swrast_InvalidateState( struct gl_context *ctx, GLbitfield new_state ) in _swrast_InvalidateState()
666 _swrast_ResetLineStipple( struct gl_context *ctx ) in _swrast_ResetLineStipple()
675 _swrast_SetFacing(struct gl_context *ctx, GLuint facing) in _swrast_SetFacing()
681 _swrast_allow_vertex_fog( struct gl_context *ctx, GLboolean value ) in _swrast_allow_vertex_fog()
691 _swrast_allow_pixel_fog( struct gl_context *ctx, GLboolean value ) in _swrast_allow_pixel_fog()
720 _swrast_CreateContext( struct gl_context *ctx ) in _swrast_CreateContext()
823 _swrast_DestroyContext( struct gl_context *ctx ) in _swrast_DestroyContext()
847 _swrast_GetDeviceDriverReference( struct gl_context *ctx ) in _swrast_GetDeviceDriverReference()
854 _swrast_flush( struct gl_context *ctx ) in _swrast_flush()
865 _swrast_render_primitive( struct gl_context *ctx, GLenum prim ) in _swrast_render_primitive()
877 _swrast_span_render_start(struct gl_context *ctx) in _swrast_span_render_start()
886 _swrast_span_render_finish(struct gl_context *ctx) in _swrast_span_render_finish()
894 _swrast_render_start( struct gl_context *ctx ) in _swrast_render_start()
903 _swrast_render_finish( struct gl_context *ctx ) in _swrast_render_finish()
922 _swrast_print_vertex( struct gl_context *ctx, const SWvertex *v ) in _swrast_print_vertex()