Searched refs:InvalidateState (Results 1 – 2 of 2) sorted by relevance
445 swrast->InvalidateState = _swrast_sleep; in _swrast_invalidate_state()598 swrast->InvalidateState = _swrast_invalidate_state; in _swrast_validate_derived()662 SWRAST_CONTEXT(ctx)->InvalidateState( ctx, new_state ); in _swrast_InvalidateState()686 SWRAST_CONTEXT(ctx)->InvalidateState( ctx, _NEW_HINT ); in _swrast_allow_vertex_fog()696 SWRAST_CONTEXT(ctx)->InvalidateState( ctx, _NEW_HINT ); in _swrast_allow_pixel_fog()762 swrast->InvalidateState = _swrast_sleep; in _swrast_CreateContext()
256 void (*InvalidateState)( struct gl_context *ctx, GLbitfield new_state ); member