Lines Matching defs:ctx
53 _swrast_update_rasterflags( struct gl_context *ctx ) in _swrast_update_rasterflags()
132 _swrast_update_polygon( struct gl_context *ctx ) in _swrast_update_polygon()
168 _swrast_update_fog_hint( struct gl_context *ctx ) in _swrast_update_fog_hint()
183 _swrast_update_texture_env( struct gl_context *ctx ) in _swrast_update_texture_env()
214 _swrast_update_deferred_texture(struct gl_context *ctx) in _swrast_update_deferred_texture()
247 _swrast_update_fog_state( struct gl_context *ctx ) in _swrast_update_fog_state()
266 _swrast_update_fragment_program(struct gl_context *ctx, GLbitfield newState) in _swrast_update_fragment_program()
281 _swrast_update_specular_vertex_add(struct gl_context *ctx) in _swrast_update_specular_vertex_add()
345 _swrast_validate_triangle( struct gl_context *ctx, in _swrast_validate_triangle()
370 _swrast_validate_line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 ) in _swrast_validate_line()
391 _swrast_validate_point( struct gl_context *ctx, const SWvertex *v0 ) in _swrast_validate_point()
412 _swrast_validate_blend_func(struct gl_context *ctx, GLuint n, const GLubyte mask[], in _swrast_validate_blend_func()
425 _swrast_sleep( struct gl_context *ctx, GLbitfield new_state ) in _swrast_sleep()
432 _swrast_invalidate_state( struct gl_context *ctx, GLbitfield new_state ) in _swrast_invalidate_state()
467 _swrast_update_texture_samplers(struct gl_context *ctx) in _swrast_update_texture_samplers()
493 _swrast_update_active_attribs(struct gl_context *ctx) in _swrast_update_active_attribs()
551 _swrast_validate_derived( struct gl_context *ctx ) in _swrast_validate_derived()
605 _swrast_Quad( struct gl_context *ctx, in _swrast_Quad()
621 _swrast_Triangle( struct gl_context *ctx, const SWvertex *v0, in _swrast_Triangle()
634 _swrast_Line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 ) in _swrast_Line()
645 _swrast_Point( struct gl_context *ctx, const SWvertex *v0 ) in _swrast_Point()
655 _swrast_InvalidateState( struct gl_context *ctx, GLbitfield new_state ) in _swrast_InvalidateState()
664 _swrast_ResetLineStipple( struct gl_context *ctx ) in _swrast_ResetLineStipple()
673 _swrast_SetFacing(struct gl_context *ctx, GLuint facing) in _swrast_SetFacing()
679 _swrast_allow_vertex_fog( struct gl_context *ctx, GLboolean value ) in _swrast_allow_vertex_fog()
689 _swrast_allow_pixel_fog( struct gl_context *ctx, GLboolean value ) in _swrast_allow_pixel_fog()
718 _swrast_CreateContext( struct gl_context *ctx ) in _swrast_CreateContext()
821 _swrast_DestroyContext( struct gl_context *ctx ) in _swrast_DestroyContext()
845 _swrast_GetDeviceDriverReference( struct gl_context *ctx ) in _swrast_GetDeviceDriverReference()
852 _swrast_flush( struct gl_context *ctx ) in _swrast_flush()
863 _swrast_render_primitive( struct gl_context *ctx, GLenum prim ) in _swrast_render_primitive()
875 _swrast_span_render_start(struct gl_context *ctx) in _swrast_span_render_start()
884 _swrast_span_render_finish(struct gl_context *ctx) in _swrast_span_render_finish()
892 _swrast_render_start( struct gl_context *ctx ) in _swrast_render_start()
901 _swrast_render_finish( struct gl_context *ctx ) in _swrast_render_finish()
920 _swrast_print_vertex( struct gl_context *ctx, const SWvertex *v ) in _swrast_print_vertex()