Home
last modified time | relevance | path

Searched refs:NewLogicOp (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
Denable.c569 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewLogicOp ? 0 : _NEW_COLOR); in _mesa_set_enable()
570 ctx->NewDriverState |= ctx->DriverFlags.NewLogicOp; in _mesa_set_enable()
598 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewLogicOp ? 0 : _NEW_COLOR); in _mesa_set_enable()
599 ctx->NewDriverState |= ctx->DriverFlags.NewLogicOp; in _mesa_set_enable()
Dblend.c905 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewLogicOp ? 0 : _NEW_COLOR); in logic_op()
906 ctx->NewDriverState |= ctx->DriverFlags.NewLogicOp; in logic_op()
Dattrib.c1169 ctx->DriverFlags.NewLogicOp | in _mesa_PopAttrib()
Dmtypes.h4739 uint64_t NewLogicOp; member
/external/mesa3d/src/mesa/state_tracker/
Dst_context.c521 f->NewLogicOp = ST_NEW_BLEND; in st_init_driver_flags()