Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dblend.c241 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_BlendFuncSeparateEXT()
305 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_BlendFuncSeparatei()
374 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_BlendEquation()
414 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_BlendEquationi()
467 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_BlendEquationSeparateEXT()
513 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_BlendEquationSeparatei()
556 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_BlendColor()
601 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_AlphaFunc()
662 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_LogicOp()
679 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_IndexMask()
[all …]
Dclear.c54 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_ClearIndex()
89 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_ClearColor()
112 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_ClearColorIiEXT()
135 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_ClearColorIuiEXT()
Denable.c280 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_set_enable()
296 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_set_enable()
365 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_set_enable()
433 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_set_enable()
441 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_set_enable()
1131 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_set_enablei()
Dstate.c473 _NEW_COLOR); in _mesa_update_state_locked()
528 if (new_state & (_NEW_COLOR | _NEW_BUFFERS)) in _mesa_update_state_locked()
Ddebug.c75 (state & _NEW_COLOR) ? "ctx->Color, " : "", in _mesa_print_state()
Dmtypes.h3134 #define _NEW_COLOR (1 << 3) /**< gl_context::Color */ macro
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_wm_state.c103 _NEW_COLOR | _NEW_BUFFERS |
233 _NEW_COLOR),
Dgen6_cc.c201 .mesa = (_NEW_COLOR |
239 .mesa = _NEW_COLOR | _NEW_STENCIL,
Dbrw_cc.c232 .mesa = _NEW_STENCIL | _NEW_COLOR | _NEW_DEPTH,
255 .mesa = _NEW_COLOR,
Dgen6_wm_state.c232 _NEW_COLOR |
Dbrw_wm_state.c254 _NEW_COLOR |
Dbrw_state_upload.c331 DEFINE_BIT(_NEW_COLOR),
Dbrw_wm.c643 .mesa = (_NEW_COLOR |
Dbrw_wm_surface_state.c1274 .mesa = (_NEW_COLOR |
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c156 (_NEW_DEPTH|_NEW_STENCIL|_NEW_COLOR), /* mesa */
Dst_atom_blend.c291 (_NEW_COLOR | _NEW_MULTISAMPLE), /* XXX _NEW_BLEND someday? */ /* mesa */
/external/mesa3d/src/mesa/swrast/
Ds_context.c311 _NEW_COLOR| \
339 #define _SWRAST_NEW_BLEND_FUNC _NEW_COLOR
577 if (swrast->NewState & (_NEW_COLOR | _NEW_PROGRAM)) in _swrast_validate_derived()
Ds_context.h104 _NEW_COLOR| \
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common.c223 if (ctx->NewState & (_NEW_BUFFERS | _NEW_COLOR | _NEW_PIXEL)) { in radeon_draw_buffer()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common.c223 if (ctx->NewState & (_NEW_BUFFERS | _NEW_COLOR | _NEW_PIXEL)) { in radeon_draw_buffer()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c706 if (new_state & (_NEW_COLOR | _NEW_BUFFERS)) { in xmesa_update_state()