Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmultisample.c45 ctx->NewState |= _NEW_MULTISAMPLE; in _mesa_SampleCoverageARB()
Denable.c772 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE); in _mesa_set_enable()
778 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE); in _mesa_set_enable()
786 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE); in _mesa_set_enable()
792 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE); in _mesa_set_enable()
800 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE); in _mesa_set_enable()
Dstate.c525 if (new_state & (_NEW_MULTISAMPLE | _NEW_BUFFERS)) in _mesa_update_state_locked()
Dmtypes.h3155 #define _NEW_MULTISAMPLE (1 << 24) /**< gl_context::Multisample */ macro
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_msaa.c79 (_NEW_MULTISAMPLE | _NEW_BUFFERS), /* mesa */
Dst_atom_rasterizer.c262 _NEW_MULTISAMPLE |
Dst_atom_blend.c291 (_NEW_COLOR | _NEW_MULTISAMPLE), /* XXX _NEW_BLEND someday? */ /* mesa */
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_multisample_state.c165 _NEW_MULTISAMPLE,
Dgen6_wm_state.c236 _NEW_MULTISAMPLE),
Dgen7_wm_state.c104 _NEW_MULTISAMPLE),
Dgen6_sf_state.c361 _NEW_MULTISAMPLE),
Dgen7_sf_state.c313 _NEW_MULTISAMPLE),
Dgen6_cc.c203 _NEW_MULTISAMPLE),
Dbrw_state_upload.c351 DEFINE_BIT(_NEW_MULTISAMPLE),
Dbrw_wm.c652 _NEW_MULTISAMPLE),
/external/mesa3d/src/mesa/program/
Dprog_statevars.c695 return _NEW_POINT | _NEW_MULTISAMPLE; in _mesa_program_state_flags()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c469 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE); in meta_set_enable()