• Home
  • Raw
  • Download

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()
269 _swrast_update_fragment_program(struct gl_context *ctx, GLbitfield newState) in _swrast_update_fragment_program()
284 _swrast_update_specular_vertex_add(struct gl_context *ctx) in _swrast_update_specular_vertex_add()
348 _swrast_validate_triangle( struct gl_context *ctx, in _swrast_validate_triangle()
373 _swrast_validate_line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 ) in _swrast_validate_line()
394 _swrast_validate_point( struct gl_context *ctx, const SWvertex *v0 ) in _swrast_validate_point()
415 _swrast_validate_blend_func(struct gl_context *ctx, GLuint n, const GLubyte mask[], in _swrast_validate_blend_func()
428 _swrast_sleep( struct gl_context *ctx, GLbitfield new_state ) in _swrast_sleep()
435 _swrast_invalidate_state( struct gl_context *ctx, GLbitfield new_state ) in _swrast_invalidate_state()
470 _swrast_update_texture_samplers(struct gl_context *ctx) in _swrast_update_texture_samplers()
496 _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()
848 _swrast_GetDeviceDriverReference( struct gl_context *ctx ) in _swrast_GetDeviceDriverReference()
855 _swrast_flush( struct gl_context *ctx ) in _swrast_flush()
866 _swrast_render_primitive( struct gl_context *ctx, GLenum prim ) in _swrast_render_primitive()
878 _swrast_span_render_start(struct gl_context *ctx) in _swrast_span_render_start()
887 _swrast_span_render_finish(struct gl_context *ctx) in _swrast_span_render_finish()
895 _swrast_render_start( struct gl_context *ctx ) in _swrast_render_start()
904 _swrast_render_finish( struct gl_context *ctx ) in _swrast_render_finish()
918 _swrast_print_vertex( struct gl_context *ctx, const SWvertex *v ) in _swrast_print_vertex()