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

  /external/mesa3d/src/mesa/main/
hint.c 58 FLUSH_VERTICES(ctx, _NEW_HINT);
66 FLUSH_VERTICES(ctx, _NEW_HINT);
74 FLUSH_VERTICES(ctx, _NEW_HINT);
82 FLUSH_VERTICES(ctx, _NEW_HINT);
90 FLUSH_VERTICES(ctx, _NEW_HINT);
100 FLUSH_VERTICES(ctx, _NEW_HINT);
110 FLUSH_VERTICES(ctx, _NEW_HINT);
120 FLUSH_VERTICES(ctx, _NEW_HINT);
130 FLUSH_VERTICES(ctx, _NEW_HINT);
debug.c 79 (state & _NEW_HINT) ? "ctx->Hint, " : "",
mtypes.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf.c 216 .mesa = (_NEW_HINT | _NEW_LIGHT | _NEW_POLYGON | _NEW_POINT |
brw_state_upload.c 335 DEFINE_BIT(_NEW_HINT),
  /external/mesa3d/src/mesa/swrast/
s_context.c 301 _NEW_HINT | \
561 if (swrast->NewState & (_NEW_HINT | _NEW_PROGRAM))
686 SWRAST_CONTEXT(ctx)->InvalidateState( ctx, _NEW_HINT );
696 SWRAST_CONTEXT(ctx)->InvalidateState( ctx, _NEW_HINT );
  /external/mesa3d/src/mesa/tnl/
t_context.c 132 if (new_state & (_NEW_HINT | _NEW_PROGRAM)) {

Completed in 49 milliseconds