Searched refs:_NEW_COLOR (Results 1 – 21 of 21) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | blend.c | 241 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 …]
|
D | clear.c | 54 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()
|
D | enable.c | 280 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()
|
D | state.c | 473 _NEW_COLOR); in _mesa_update_state_locked() 528 if (new_state & (_NEW_COLOR | _NEW_BUFFERS)) in _mesa_update_state_locked()
|
D | debug.c | 75 (state & _NEW_COLOR) ? "ctx->Color, " : "", in _mesa_print_state()
|
D | mtypes.h | 3134 #define _NEW_COLOR (1 << 3) /**< gl_context::Color */ macro
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen7_wm_state.c | 103 _NEW_COLOR | _NEW_BUFFERS | 233 _NEW_COLOR),
|
D | gen6_cc.c | 201 .mesa = (_NEW_COLOR | 239 .mesa = _NEW_COLOR | _NEW_STENCIL,
|
D | brw_cc.c | 232 .mesa = _NEW_STENCIL | _NEW_COLOR | _NEW_DEPTH, 255 .mesa = _NEW_COLOR,
|
D | gen6_wm_state.c | 232 _NEW_COLOR |
|
D | brw_wm_state.c | 254 _NEW_COLOR |
|
D | brw_state_upload.c | 331 DEFINE_BIT(_NEW_COLOR),
|
D | brw_wm.c | 643 .mesa = (_NEW_COLOR |
|
D | brw_wm_surface_state.c | 1274 .mesa = (_NEW_COLOR |
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_depth.c | 156 (_NEW_DEPTH|_NEW_STENCIL|_NEW_COLOR), /* mesa */
|
D | st_atom_blend.c | 291 (_NEW_COLOR | _NEW_MULTISAMPLE), /* XXX _NEW_BLEND someday? */ /* mesa */
|
/external/mesa3d/src/mesa/swrast/ |
D | s_context.c | 311 _NEW_COLOR| \ 339 #define _SWRAST_NEW_BLEND_FUNC _NEW_COLOR 577 if (swrast->NewState & (_NEW_COLOR | _NEW_PROGRAM)) in _swrast_validate_derived()
|
D | s_context.h | 104 _NEW_COLOR| \
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_common.c | 223 if (ctx->NewState & (_NEW_BUFFERS | _NEW_COLOR | _NEW_PIXEL)) { in radeon_draw_buffer()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_common.c | 223 if (ctx->NewState & (_NEW_BUFFERS | _NEW_COLOR | _NEW_PIXEL)) { in radeon_draw_buffer()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 706 if (new_state & (_NEW_COLOR | _NEW_BUFFERS)) { in xmesa_update_state()
|