Lines Matching full:new_state
428 _swrast_sleep( struct gl_context *ctx, GLbitfield new_state )
430 (void) ctx; (void) new_state;
435 _swrast_invalidate_state( struct gl_context *ctx, GLbitfield new_state )
440 swrast->NewState |= new_state;
448 new_state = ~0;
451 if (new_state & swrast->InvalidateTriangleMask)
454 if (new_state & swrast->InvalidateLineMask)
457 if (new_state & swrast->InvalidatePointMask)
460 if (new_state & _SWRAST_NEW_BLEND_FUNC)
463 if (new_state & _SWRAST_NEW_TEXTURE_SAMPLE_FUNC)
657 _swrast_InvalidateState( struct gl_context *ctx, GLbitfield new_state )
662 SWRAST_CONTEXT(ctx)->InvalidateState( ctx, new_state );