Home
last modified time | relevance | path

Searched refs:_NEW_COLOR (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/mesa/main/
Dblend.c262 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_BlendFuncSeparate()
327 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_BlendFuncSeparateiARB()
451 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_BlendEquation()
493 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_BlendEquationiARB()
559 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_BlendEquationSeparate()
612 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_BlendEquationSeparateiARB()
648 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_BlendColor()
692 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_AlphaFunc()
752 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_LogicOp()
768 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_IndexMask()
[all …]
Denable.c296 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_set_enable()
312 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_set_enable()
378 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_set_enable()
439 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_set_enable()
457 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_set_enable()
1034 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_set_enable()
1100 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_set_enablei()
Dstate.c402 _NEW_COLOR); in _mesa_update_state_locked()
Ddebug.c81 (state & _NEW_COLOR) ? "ctx->Color, " : "", in _mesa_print_state()
Dmtypes.h4053 #define _NEW_COLOR (1u << 3) /**< gl_context::Color */ macro
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_wm_state.c136 _NEW_COLOR |
275 _NEW_COLOR |
Dgen8_blend_state.c198 _NEW_COLOR |
291 _NEW_COLOR |
Dgen6_cc.c246 _NEW_COLOR |
300 .mesa = _NEW_COLOR |
Dbrw_cc.c251 _NEW_COLOR |
277 .mesa = _NEW_COLOR,
Dgen8_ps_state.c130 .mesa = _NEW_BUFFERS | _NEW_COLOR,
Dgen6_wm_state.c278 _NEW_COLOR |
Dbrw_wm_state.c261 _NEW_COLOR |
Dgen8_depth_state.c384 _NEW_COLOR |
Dbrw_wm.c427 _NEW_COLOR | in brw_wm_state_dirty()
Dbrw_state_upload.c577 DEFINE_BIT(_NEW_COLOR),
Dbrw_wm_surface_state.c1129 _NEW_COLOR,
/external/mesa3d/src/mesa/swrast/
Ds_context.c308 _NEW_COLOR| \
336 #define _SWRAST_NEW_BLEND_FUNC _NEW_COLOR
575 if (swrast->NewState & (_NEW_COLOR | _NEW_PROGRAM)) in _swrast_validate_derived()
Ds_context.h105 _NEW_COLOR| \
/external/mesa3d/src/mesa/state_tracker/
Dst_context.c237 if (new_state & _NEW_COLOR) in st_invalidate_state()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common.c221 if (ctx->NewState & (_NEW_BUFFERS | _NEW_COLOR | _NEW_PIXEL)) { in radeon_draw_buffer()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common.c221 if (ctx->NewState & (_NEW_BUFFERS | _NEW_COLOR | _NEW_PIXEL)) { in radeon_draw_buffer()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c702 if (new_state & (_NEW_COLOR | _NEW_BUFFERS)) { in xmesa_update_state()
/external/mesa3d/src/mesa/program/
Dprog_statevars.c733 return _NEW_COLOR; in _mesa_program_state_flags()