Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dblend.h178 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()
Dblend.c232 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()
Denable.c399 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()
Dstate.c426 _NEW_RENDERMODE | _NEW_COLOR | _NEW_TEXTURE_STATE); in _mesa_update_state_locked()
Ddebug.c82 (state & _NEW_COLOR) ? "ctx->Color, " : "", in _mesa_print_state()
Dmtypes.h4538 #define _NEW_COLOR (1u << 3) /**< gl_context::Color */ macro
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen8_depth_state.c189 _NEW_COLOR |
DgenX_state_upload.c2068 _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,
Dbrw_state_upload.c403 DEFINE_BIT(_NEW_COLOR),
Dbrw_wm.c368 _NEW_COLOR | in brw_wm_state_dirty()
Dbrw_wm_surface_state.c1053 _NEW_COLOR,
/external/mesa3d/src/mesa/swrast/
Ds_context.c305 _NEW_COLOR| \
333 #define _SWRAST_NEW_BLEND_FUNC _NEW_COLOR
572 if (swrast->NewState & (_NEW_COLOR | _NEW_PROGRAM)) in _swrast_validate_derived()
Ds_context.h105 _NEW_COLOR| \
/external/mesa3d/src/mesa/program/
Dprog_statevars.c749 return _NEW_COLOR; in _mesa_program_state_flags()
752 return _NEW_COLOR; in _mesa_program_state_flags()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common.c199 if (ctx->NewState & (_NEW_BUFFERS | _NEW_COLOR | _NEW_PIXEL)) { in radeon_draw_buffer()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common.c199 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()