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

  /external/mesa3d/src/mesa/main/
hint.c 57 FLUSH_VERTICES(ctx, _NEW_HINT);
65 FLUSH_VERTICES(ctx, _NEW_HINT);
73 FLUSH_VERTICES(ctx, _NEW_HINT);
81 FLUSH_VERTICES(ctx, _NEW_HINT);
89 FLUSH_VERTICES(ctx, _NEW_HINT);
99 FLUSH_VERTICES(ctx, _NEW_HINT);
109 FLUSH_VERTICES(ctx, _NEW_HINT);
119 FLUSH_VERTICES(ctx, _NEW_HINT);
debug.c 85 (state & _NEW_HINT) ? "ctx->Hint, " : "",
mtypes.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf.c 143 _NEW_HINT |
brw_state_upload.c 581 DEFINE_BIT(_NEW_HINT),
brw_wm.c 430 _NEW_HINT |
513 /* _NEW_HINT */
  /external/mesa3d/src/mesa/swrast/
s_context.c 298 _NEW_HINT | \
559 if (swrast->NewState & (_NEW_HINT | _NEW_PROGRAM))
684 SWRAST_CONTEXT(ctx)->InvalidateState( ctx, _NEW_HINT );
694 SWRAST_CONTEXT(ctx)->InvalidateState( ctx, _NEW_HINT );
  /external/mesa3d/src/mesa/tnl/
t_context.c 138 if (new_state & (_NEW_HINT | _NEW_PROGRAM)) {

Completed in 149 milliseconds