Searched refs:_NEW_COLOR (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | blend.h | 178 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_flush_vertices_for_blend_state() 194 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_flush_vertices_for_blend_adv()
|
D | blend.c | 232 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewBlend ? 0 : _NEW_COLOR); in blend_func_separate() 392 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewBlend ? 0 : _NEW_COLOR); in blend_func_separatei() 794 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewBlendColor ? 0 : _NEW_COLOR); in _mesa_BlendColor() 839 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewAlphaTest ? 0 : _NEW_COLOR); in _mesa_AlphaFunc() 905 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewLogicOp ? 0 : _NEW_COLOR); in logic_op() 954 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewColorMask ? 0 : _NEW_COLOR); in _mesa_IndexMask() 993 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewColorMask ? 0 : _NEW_COLOR); in _mesa_ColorMask() 1029 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewColorMask ? 0 : _NEW_COLOR); in _mesa_ColorMaski()
|
D | enable.c | 399 FLUSH_VERTICES(ctx, _NEW_COLOR); in _mesa_set_enable() 504 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewBlend ? 0 : _NEW_COLOR); in _mesa_set_enable() 569 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewLogicOp ? 0 : _NEW_COLOR); in _mesa_set_enable() 598 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewLogicOp ? 0 : _NEW_COLOR); in _mesa_set_enable() 1271 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewBlend ? 0 : _NEW_COLOR); in _mesa_set_enable()
|
D | state.c | 426 _NEW_RENDERMODE | _NEW_COLOR | _NEW_TEXTURE_STATE); in _mesa_update_state_locked()
|
D | debug.c | 82 (state & _NEW_COLOR) ? "ctx->Color, " : "", in _mesa_print_state()
|
D | mtypes.h | 4538 #define _NEW_COLOR (1u << 3) /**< gl_context::Color */ macro
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen8_depth_state.c | 189 _NEW_COLOR |
|
D | genX_state_upload.c | 2068 _NEW_COLOR : 3057 _NEW_COLOR | 3417 .mesa = _NEW_COLOR | 3449 _NEW_COLOR | 4000 _NEW_COLOR 4736 .mesa = _NEW_BUFFERS | _NEW_COLOR, 4862 _NEW_COLOR | 5573 .mesa = _NEW_COLOR,
|
D | brw_state_upload.c | 403 DEFINE_BIT(_NEW_COLOR),
|
D | brw_wm.c | 368 _NEW_COLOR | in brw_wm_state_dirty()
|
D | brw_wm_surface_state.c | 1053 _NEW_COLOR,
|
/external/mesa3d/src/mesa/swrast/ |
D | s_context.c | 305 _NEW_COLOR| \ 333 #define _SWRAST_NEW_BLEND_FUNC _NEW_COLOR 572 if (swrast->NewState & (_NEW_COLOR | _NEW_PROGRAM)) in _swrast_validate_derived()
|
D | s_context.h | 105 _NEW_COLOR| \
|
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 749 return _NEW_COLOR; in _mesa_program_state_flags() 752 return _NEW_COLOR; in _mesa_program_state_flags()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_common.c | 199 if (ctx->NewState & (_NEW_BUFFERS | _NEW_COLOR | _NEW_PIXEL)) { in radeon_draw_buffer()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_common.c | 199 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()
|