HomeSort by relevance Sort by last modified time
    Searched refs:_NEW_MULTISAMPLE (Results 1 - 17 of 17) sorted by null

  /external/mesa3d/src/mesa/main/
multisample.c 45 ctx->NewState |= _NEW_MULTISAMPLE;
enable.c 772 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE);
778 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE);
786 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE);
792 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE);
800 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE);
    [all...]
state.c 525 if (new_state & (_NEW_MULTISAMPLE | _NEW_BUFFERS))
mtypes.h     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_msaa.c 79 (_NEW_MULTISAMPLE | _NEW_BUFFERS), /* mesa */
st_atom_blend.c 291 (_NEW_COLOR | _NEW_MULTISAMPLE), /* XXX _NEW_BLEND someday? */ /* mesa */
st_atom_rasterizer.c 232 /* _NEW_MULTISAMPLE */
262 _NEW_MULTISAMPLE |
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_multisample_state.c 148 /* _NEW_MULTISAMPLE */
165 _NEW_MULTISAMPLE,
gen7_wm_state.c 71 /* _NEW_COLOR, _NEW_MULTISAMPLE */
82 /* _NEW_MULTISAMPLE */
104 _NEW_MULTISAMPLE),
gen6_cc.c 174 /* _NEW_MULTISAMPLE */
203 _NEW_MULTISAMPLE),
gen6_sf_state.c 233 /* _NEW_MULTISAMPLE */
361 _NEW_MULTISAMPLE),
gen6_wm_state.c 186 /* _NEW_COLOR, _NEW_MULTISAMPLE */
199 /* _NEW_MULTISAMPLE */
236 _NEW_MULTISAMPLE),
gen7_sf_state.c 264 /* _NEW_MULTISAMPLE */
313 _NEW_MULTISAMPLE),
brw_state_upload.c 351 DEFINE_BIT(_NEW_MULTISAMPLE),
brw_wm.c 607 /* _NEW_MULTISAMPLE */
652 _NEW_MULTISAMPLE),
  /external/mesa3d/src/mesa/program/
prog_statevars.c 695 return _NEW_POINT | _NEW_MULTISAMPLE;
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 469 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE);
    [all...]

Completed in 412 milliseconds