Home
last modified time | relevance | path

Searched refs:InvalidateState (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_context.c440 swrast->InvalidateState = _swrast_sleep; in _swrast_invalidate_state()
593 swrast->InvalidateState = _swrast_invalidate_state; in _swrast_validate_derived()
657 SWRAST_CONTEXT(ctx)->InvalidateState( ctx, new_state ); in _swrast_InvalidateState()
681 SWRAST_CONTEXT(ctx)->InvalidateState( ctx, _NEW_HINT ); in _swrast_allow_vertex_fog()
691 SWRAST_CONTEXT(ctx)->InvalidateState( ctx, _NEW_HINT ); in _swrast_allow_pixel_fog()
757 swrast->InvalidateState = _swrast_sleep; in _swrast_CreateContext()
Ds_context.h257 void (*InvalidateState)( struct gl_context *ctx, GLbitfield new_state ); member