Home
last modified time | relevance | path

Searched refs:_NEW_HINT (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/main/
Dhint.c58 FLUSH_VERTICES(ctx, _NEW_HINT); in _mesa_Hint()
66 FLUSH_VERTICES(ctx, _NEW_HINT); in _mesa_Hint()
74 FLUSH_VERTICES(ctx, _NEW_HINT); in _mesa_Hint()
82 FLUSH_VERTICES(ctx, _NEW_HINT); in _mesa_Hint()
90 FLUSH_VERTICES(ctx, _NEW_HINT); in _mesa_Hint()
100 FLUSH_VERTICES(ctx, _NEW_HINT); in _mesa_Hint()
110 FLUSH_VERTICES(ctx, _NEW_HINT); in _mesa_Hint()
120 FLUSH_VERTICES(ctx, _NEW_HINT); in _mesa_Hint()
130 FLUSH_VERTICES(ctx, _NEW_HINT); in _mesa_Hint()
Ddebug.c79 (state & _NEW_HINT) ? "ctx->Hint, " : "", in _mesa_print_state()
Dmtypes.h3138 #define _NEW_HINT (1 << 7) /**< gl_context::Hint */ macro
/external/mesa3d/src/mesa/swrast/
Ds_context.c301 _NEW_HINT | \
561 if (swrast->NewState & (_NEW_HINT | _NEW_PROGRAM)) in _swrast_validate_derived()
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()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_sf.c216 .mesa = (_NEW_HINT | _NEW_LIGHT | _NEW_POLYGON | _NEW_POINT |
Dbrw_state_upload.c335 DEFINE_BIT(_NEW_HINT),
/external/mesa3d/src/mesa/tnl/
Dt_context.c132 if (new_state & (_NEW_HINT | _NEW_PROGRAM)) { in _tnl_InvalidateState()