Home
last modified time | relevance | path

Searched refs:_NEW_FOG (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/main/
Dfog.c116 FLUSH_VERTICES(ctx, _NEW_FOG); in _mesa_Fogfv()
126 FLUSH_VERTICES(ctx, _NEW_FOG); in _mesa_Fogfv()
132 FLUSH_VERTICES(ctx, _NEW_FOG); in _mesa_Fogfv()
139 FLUSH_VERTICES(ctx, _NEW_FOG); in _mesa_Fogfv()
148 FLUSH_VERTICES(ctx, _NEW_FOG); in _mesa_Fogfv()
154 FLUSH_VERTICES(ctx, _NEW_FOG); in _mesa_Fogfv()
173 FLUSH_VERTICES(ctx, _NEW_FOG); in _mesa_Fogfv()
186 FLUSH_VERTICES(ctx, _NEW_FOG); in _mesa_Fogfv()
Dstate.c470 prog_flags |= (_NEW_BUFFERS | _NEW_TEXTURE | _NEW_FOG | in _mesa_update_state_locked()
478 _NEW_FOG | _NEW_LIGHT | in _mesa_update_state_locked()
Ddebug.c78 (state & _NEW_FOG) ? "ctx->Fog, " : "", in _mesa_print_state()
Denable.c373 FLUSH_VERTICES(ctx, _NEW_FOG); in _mesa_set_enable()
762 FLUSH_VERTICES(ctx, _NEW_FOG); in _mesa_set_enable()
Dmtypes.h3137 #define _NEW_FOG (1 << 6) /**< gl_context::Fog */ macro
3203 _NEW_FOG | \
/external/mesa3d/src/mesa/tnl/
Dt_vp_build.h37 _NEW_FOG | \
/external/mesa3d/src/mesa/swrast/
Ds_context.c315 _NEW_FOG | \
323 _NEW_FOG| \
332 _NEW_FOG | \
567 if (swrast->NewState & (_NEW_FOG | _NEW_PROGRAM)) in _swrast_validate_derived()
584 _NEW_FOG | in _swrast_validate_derived()
590 if (swrast->NewState & (_NEW_FOG | in _swrast_validate_derived()
Ds_context.h106 _NEW_FOG| \
/external/mesa3d/src/mesa/program/
Dprog_statevars.c646 return _NEW_FOG | _NEW_BUFFERS | _NEW_FRAG_CLAMP; in _mesa_program_state_flags()
648 return _NEW_FOG; in _mesa_program_state_flags()
693 return _NEW_FOG; in _mesa_program_state_flags()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_upload.c334 DEFINE_BIT(_NEW_FOG),
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c2323 _NEW_FOG|_NEW_POINT|_NEW_TRACK_MATRIX)) { in r200ValidateState()