HomeSort by relevance Sort by last modified time
    Searched refs:InvalidateState (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.c 446 swrast->InvalidateState = _swrast_sleep;
598 swrast->InvalidateState = _swrast_invalidate_state;
662 SWRAST_CONTEXT(ctx)->InvalidateState( ctx, new_state );
686 SWRAST_CONTEXT(ctx)->InvalidateState( ctx, _NEW_HINT );
696 SWRAST_CONTEXT(ctx)->InvalidateState( ctx, _NEW_HINT );
762 swrast->InvalidateState = _swrast_sleep;
s_context.h 240 void (*InvalidateState)( struct gl_context *ctx, GLbitfield new_state );
  /external/mesa3d/src/mesa/swrast/
s_context.c 446 swrast->InvalidateState = _swrast_sleep;
598 swrast->InvalidateState = _swrast_invalidate_state;
662 SWRAST_CONTEXT(ctx)->InvalidateState( ctx, new_state );
686 SWRAST_CONTEXT(ctx)->InvalidateState( ctx, _NEW_HINT );
696 SWRAST_CONTEXT(ctx)->InvalidateState( ctx, _NEW_HINT );
762 swrast->InvalidateState = _swrast_sleep;
s_context.h 240 void (*InvalidateState)( struct gl_context *ctx, GLbitfield new_state );

Completed in 955 milliseconds