Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_context.c443 swrast->InvalidateState = _swrast_sleep; in _swrast_invalidate_state()
596 swrast->InvalidateState = _swrast_invalidate_state; in _swrast_validate_derived()
660 SWRAST_CONTEXT(ctx)->InvalidateState( ctx, new_state ); in _swrast_InvalidateState()
684 SWRAST_CONTEXT(ctx)->InvalidateState( ctx, _NEW_HINT ); in _swrast_allow_vertex_fog()
694 SWRAST_CONTEXT(ctx)->InvalidateState( ctx, _NEW_HINT ); in _swrast_allow_pixel_fog()
760 swrast->InvalidateState = _swrast_sleep; in _swrast_CreateContext()
Ds_context.h257 void (*InvalidateState)( struct gl_context *ctx, GLbitfield new_state ); member