Home
last modified time | relevance | path

Searched refs:_NEW_LINE (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/mesa/main/
Dlines.c74 FLUSH_VERTICES(ctx, _NEW_LINE); in _mesa_LineWidth()
109 FLUSH_VERTICES(ctx, _NEW_LINE); in _mesa_LineStipple()
Dstate.c535 if (new_state & (_NEW_POINT | _NEW_LINE | _NEW_POLYGON | _NEW_LIGHT in _mesa_update_state_locked()
Ddebug.c81 (state & _NEW_LINE) ? "ctx->Line, " : "", in _mesa_print_state()
Denable.c415 FLUSH_VERTICES(ctx, _NEW_LINE); in _mesa_set_enable()
424 FLUSH_VERTICES(ctx, _NEW_LINE); in _mesa_set_enable()
Dmtypes.h3140 #define _NEW_LINE (1 << 9) /**< gl_context::Line */ macro
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.h37 #define _INTEL_NEW_RENDERSTATE (_NEW_LINE | \
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_wm_state.c231 .mesa = (_NEW_LINE |
Dgen7_wm_state.c102 .mesa = (_NEW_LINE | _NEW_POLYGON |
Dbrw_misc_state.c722 .mesa = _NEW_LINE,
757 .mesa = _NEW_LINE,
Dgen7_sf_state.c309 _NEW_LINE |
Dgen6_sf_state.c357 _NEW_LINE |
Dbrw_wm_state.c253 _NEW_LINE |
Dbrw_sf_state.c321 _NEW_LINE |
Dbrw_state_upload.c337 DEFINE_BIT(_NEW_LINE),
Dbrw_wm.c647 _NEW_LINE |
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c261 _NEW_LINE |
/external/mesa3d/src/mesa/swrast/
Ds_context.c320 _NEW_LINE| \
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c890 #define XMESA_NEW_LINE (_NEW_LINE | \