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

  /external/mesa3d/src/mesa/tnl/
t_vp_build.h 36 _NEW_FOG | \
  /external/mesa3d/src/mesa/main/
fog.c 114 FLUSH_VERTICES(ctx, _NEW_FOG);
124 FLUSH_VERTICES(ctx, _NEW_FOG);
130 FLUSH_VERTICES(ctx, _NEW_FOG);
137 FLUSH_VERTICES(ctx, _NEW_FOG);
146 FLUSH_VERTICES(ctx, _NEW_FOG);
152 FLUSH_VERTICES(ctx, _NEW_FOG);
171 FLUSH_VERTICES(ctx, _NEW_FOG);
184 FLUSH_VERTICES(ctx, _NEW_FOG);
state.c 399 prog_flags |= (_NEW_BUFFERS | _NEW_TEXTURE | _NEW_FOG |
407 _NEW_FOG | _NEW_LIGHT |
debug.c 84 (state & _NEW_FOG) ? "ctx->Fog, " : "",
enable.c 386 FLUSH_VERTICES(ctx, _NEW_FOG);
787 FLUSH_VERTICES(ctx, _NEW_FOG);
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/swrast/
s_context.c 312 _NEW_FOG | \
320 _NEW_FOG| \
329 _NEW_FOG | \
565 if (swrast->NewState & (_NEW_FOG | _NEW_PROGRAM))
582 _NEW_FOG |
588 if (swrast->NewState & (_NEW_FOG |
s_context.h 107 _NEW_FOG| \
  /external/mesa3d/src/mesa/program/
prog_statevars.c 667 return _NEW_FOG | _NEW_BUFFERS | _NEW_FRAG_CLAMP;
669 return _NEW_FOG;
715 return _NEW_FOG;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_upload.c 580 DEFINE_BIT(_NEW_FOG),
  /external/mesa3d/src/mesa/state_tracker/
st_context.c 197 if (new_state & _NEW_FOG)
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c     [all...]

Completed in 552 milliseconds