Searched refs:_NEW_COLOR (Results 1 – 23 of 23) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | blend.c | 262 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 …]
|
D | enable.c | 296 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()
|
D | state.c | 402 _NEW_COLOR); in _mesa_update_state_locked()
|
D | debug.c | 81 (state & _NEW_COLOR) ? "ctx->Color, " : "", in _mesa_print_state()
|
D | mtypes.h | 4053 #define _NEW_COLOR (1u << 3) /**< gl_context::Color */ macro
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen7_wm_state.c | 136 _NEW_COLOR | 275 _NEW_COLOR |
|
D | gen8_blend_state.c | 198 _NEW_COLOR | 291 _NEW_COLOR |
|
D | gen6_cc.c | 246 _NEW_COLOR | 300 .mesa = _NEW_COLOR |
|
D | brw_cc.c | 251 _NEW_COLOR | 277 .mesa = _NEW_COLOR,
|
D | gen8_ps_state.c | 130 .mesa = _NEW_BUFFERS | _NEW_COLOR,
|
D | gen6_wm_state.c | 278 _NEW_COLOR |
|
D | brw_wm_state.c | 261 _NEW_COLOR |
|
D | gen8_depth_state.c | 384 _NEW_COLOR |
|
D | brw_wm.c | 427 _NEW_COLOR | in brw_wm_state_dirty()
|
D | brw_state_upload.c | 577 DEFINE_BIT(_NEW_COLOR),
|
D | brw_wm_surface_state.c | 1129 _NEW_COLOR,
|
/external/mesa3d/src/mesa/swrast/ |
D | s_context.c | 308 _NEW_COLOR| \ 336 #define _SWRAST_NEW_BLEND_FUNC _NEW_COLOR 575 if (swrast->NewState & (_NEW_COLOR | _NEW_PROGRAM)) in _swrast_validate_derived()
|
D | s_context.h | 105 _NEW_COLOR| \
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_context.c | 237 if (new_state & _NEW_COLOR) in st_invalidate_state()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_common.c | 221 if (ctx->NewState & (_NEW_BUFFERS | _NEW_COLOR | _NEW_PIXEL)) { in radeon_draw_buffer()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_common.c | 221 if (ctx->NewState & (_NEW_BUFFERS | _NEW_COLOR | _NEW_PIXEL)) { in radeon_draw_buffer()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 702 if (new_state & (_NEW_COLOR | _NEW_BUFFERS)) { in xmesa_update_state()
|
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 733 return _NEW_COLOR; in _mesa_program_state_flags()
|