Home
last modified time | relevance | path

Searched refs:NewPolygonState (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/main/
Dpolygon.c65 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in cull_face()
66 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in cull_face()
116 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in front_face()
117 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in front_face()
189 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in polygon_mode()
190 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in polygon_mode()
196 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in polygon_mode()
197 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in polygon_mode()
208 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in polygon_mode()
209 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in polygon_mode()
[all …]
Denable.c393 ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in _mesa_set_enable()
394 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in _mesa_set_enable()
665 ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in _mesa_set_enable()
666 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in _mesa_set_enable()
675 ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in _mesa_set_enable()
676 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in _mesa_set_enable()
685 ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in _mesa_set_enable()
686 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in _mesa_set_enable()
695 ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in _mesa_set_enable()
696 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in _mesa_set_enable()
[all …]
Dviewport.c523 if (ctx->DriverFlags.NewPolygonState) in clip_control()
524 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in clip_control()
Dattrib.c1117 ctx->DriverFlags.NewPolygonState | in _mesa_PopAttrib()
Dmtypes.h4577 uint64_t NewPolygonState; member
/external/mesa3d/src/mesa/state_tracker/
Dst_context.c349 f->NewPolygonState = ST_NEW_RASTERIZER; in st_init_driver_flags()