Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Denable.c476 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewLogicOp ? 0 : _NEW_COLOR); in _mesa_set_enable()
477 ctx->NewDriverState |= ctx->DriverFlags.NewLogicOp; in _mesa_set_enable()
495 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewLogicOp ? 0 : _NEW_COLOR); in _mesa_set_enable()
496 ctx->NewDriverState |= ctx->DriverFlags.NewLogicOp; in _mesa_set_enable()
Dblend.c884 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewLogicOp ? 0 : _NEW_COLOR); in logic_op()
885 ctx->NewDriverState |= ctx->DriverFlags.NewLogicOp; in logic_op()
Dattrib.c1115 ctx->DriverFlags.NewLogicOp | in _mesa_PopAttrib()
Dmtypes.h4544 uint64_t NewLogicOp; member
/external/mesa3d/src/mesa/state_tracker/
Dst_context.c328 f->NewLogicOp = ST_NEW_BLEND; in st_init_driver_flags()