Searched refs:_NEW_HINT (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dhint.c58 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);
H A Ddebug.c79 (state & _NEW_HINT) ? "ctx->Hint, " : "",
H A Dmtypes.h3138 #define _NEW_HINT (1 << 7) /**< gl_context::Hint */ macro
/external/mesa3d/src/mesa/main/
H A Dhint.c58 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);
H A Ddebug.c79 (state & _NEW_HINT) ? "ctx->Hint, " : "",
H A Dmtypes.h3138 #define _NEW_HINT (1 << 7) /**< gl_context::Hint */ macro
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_sf.c216 .mesa = (_NEW_HINT | _NEW_LIGHT | _NEW_POLYGON | _NEW_POINT |
H A Dbrw_state_upload.c335 DEFINE_BIT(_NEW_HINT),
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_sf.c216 .mesa = (_NEW_HINT | _NEW_LIGHT | _NEW_POLYGON | _NEW_POINT |
H A Dbrw_state_upload.c335 DEFINE_BIT(_NEW_HINT),
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_context.c301 _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/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_context.c132 if (new_state & (_NEW_HINT | _NEW_PROGRAM)) {
/external/mesa3d/src/mesa/swrast/
H A Ds_context.c301 _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/
H A Dt_context.c132 if (new_state & (_NEW_HINT | _NEW_PROGRAM)) {

Completed in 425 milliseconds