Home
last modified time | relevance | path

Searched refs:LogicOp (Results 1 – 25 of 1509) sorted by relevance

12345678910>>...61

/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osglogicop/
H A Dosglogicop.cpp36 osg::LogicOp::CLEAR,
37 osg::LogicOp::SET,
38 osg::LogicOp::COPY,
40 osg::LogicOp::NOOP,
42 osg::LogicOp::AND,
43 osg::LogicOp::NAND,
44 osg::LogicOp::OR,
45 osg::LogicOp::NOR,
46 osg::LogicOp::XOR,
47 osg::LogicOp::EQUIV,
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osglogicop/
H A Dosglogicop.cpp36 osg::LogicOp::CLEAR,
37 osg::LogicOp::SET,
38 osg::LogicOp::COPY,
40 osg::LogicOp::NOOP,
42 osg::LogicOp::AND,
43 osg::LogicOp::NAND,
44 osg::LogicOp::OR,
45 osg::LogicOp::NOR,
46 osg::LogicOp::XOR,
47 osg::LogicOp::EQUIV,
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DLogicOp.cpp18 LogicOp::LogicOp(): in LogicOp() function in LogicOp
23 LogicOp::LogicOp(Opcode opcode): in LogicOp() function in LogicOp
28 LogicOp::~LogicOp() in ~LogicOp()
32 void LogicOp::apply(State&) const in apply()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DLogicOp.cpp18 LogicOp::LogicOp(): in LogicOp() function in LogicOp
23 LogicOp::LogicOp(Opcode opcode): in LogicOp() function in LogicOp
28 LogicOp::~LogicOp() in ~LogicOp()
32 void LogicOp::apply(State&) const in apply()
/dports/emulators/citra/citra-ac98458e0/src/video_core/swrasterizer/
H A Dframebuffer.cpp308 u8 LogicOp(u8 src, u8 dest, FramebufferRegs::LogicOp op) { in LogicOp() function
310 case FramebufferRegs::LogicOp::Clear: in LogicOp()
313 case FramebufferRegs::LogicOp::And: in LogicOp()
319 case FramebufferRegs::LogicOp::Copy: in LogicOp()
322 case FramebufferRegs::LogicOp::Set: in LogicOp()
328 case FramebufferRegs::LogicOp::NoOp: in LogicOp()
334 case FramebufferRegs::LogicOp::Nand: in LogicOp()
337 case FramebufferRegs::LogicOp::Or: in LogicOp()
340 case FramebufferRegs::LogicOp::Nor: in LogicOp()
343 case FramebufferRegs::LogicOp::Xor: in LogicOp()
[all …]
H A Dframebuffer.h27 u8 LogicOp(u8 src, u8 dest, FramebufferRegs::LogicOp op);
/dports/emulators/citra-qt5/citra-ac98458e0/src/video_core/swrasterizer/
H A Dframebuffer.cpp308 u8 LogicOp(u8 src, u8 dest, FramebufferRegs::LogicOp op) { in LogicOp() function
310 case FramebufferRegs::LogicOp::Clear: in LogicOp()
313 case FramebufferRegs::LogicOp::And: in LogicOp()
319 case FramebufferRegs::LogicOp::Copy: in LogicOp()
322 case FramebufferRegs::LogicOp::Set: in LogicOp()
328 case FramebufferRegs::LogicOp::NoOp: in LogicOp()
334 case FramebufferRegs::LogicOp::Nand: in LogicOp()
337 case FramebufferRegs::LogicOp::Or: in LogicOp()
340 case FramebufferRegs::LogicOp::Nor: in LogicOp()
343 case FramebufferRegs::LogicOp::Xor: in LogicOp()
[all …]
H A Dframebuffer.h27 u8 LogicOp(u8 src, u8 dest, FramebufferRegs::LogicOp op);
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/
H A DLogicOp40 /** Encapsulates OpenGL LogicOp state. */
41 class OSG_EXPORT LogicOp : public StateAttribute
64 LogicOp();
66 LogicOp(Opcode opcode);
69 LogicOp(const LogicOp& trans,const CopyOp& copyop=CopyOp::SHALLOW_COPY):
73 META_StateAttribute(osg, LogicOp,LOGICOP);
80 COMPARE_StateAttribute_Types(LogicOp,sa)
106 virtual ~LogicOp();
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osg/
H A DLogicOp40 /** Encapsulates OpenGL LogicOp state. */
41 class OSG_EXPORT LogicOp : public StateAttribute
64 LogicOp();
66 LogicOp(Opcode opcode);
69 LogicOp(const LogicOp& trans,const CopyOp& copyop=CopyOp::SHALLOW_COPY):
73 META_StateAttribute(osg, LogicOp,LOGICOP);
80 COMPARE_StateAttribute_Types(LogicOp,sa)
106 virtual ~LogicOp();
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/syntax/src/ast/
H A Doperators.rs27 LogicOp(LogicOp), enumerator
34 pub enum LogicOp { enum
65 impl fmt::Display for LogicOp { implementation
68 LogicOp::And => "&&", in fmt()
69 LogicOp::Or => "||", in fmt()
110 BinaryOp::LogicOp(op) => fmt::Display::fmt(op, f), in fmt()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/syntax/src/ast/
H A Doperators.rs27 LogicOp(LogicOp), enumerator
34 pub enum LogicOp { enum
65 impl fmt::Display for LogicOp { implementation
68 LogicOp::And => "&&", in fmt()
69 LogicOp::Or => "||", in fmt()
110 BinaryOp::LogicOp(op) => fmt::Display::fmt(op, f), in fmt()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osg/
H A DLogicOp.cpp6 REGISTER_OBJECT_WRAPPER( LogicOp,
7 new osg::LogicOp,
8 osg::LogicOp,
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/serializers/osg/
H A DLogicOp.cpp6 REGISTER_OBJECT_WRAPPER( LogicOp,
7 new osg::LogicOp,
8 osg::LogicOp,
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/tests/
H A Drubberband.c29 static GLboolean LogicOp = GL_TRUE; variable
44 if (LogicOp) { in DrawRect()
93 LogicOp ? "LogicOp" : "Blend"); in DrawBackground()
167 LogicOp = GL_FALSE; in Key()
177 LogicOp = GL_TRUE; in Key()
H A Dblendxor.c30 static GLboolean LogicOp = 0*GL_TRUE; variable
96 LogicOp = GL_FALSE; in Key()
100 LogicOp = GL_TRUE; in Key()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/tests/
H A Drubberband.c29 static GLboolean LogicOp = GL_TRUE; variable
48 if (LogicOp) { in DrawRect()
97 LogicOp ? "LogicOp" : "Blend"); in DrawBackground()
171 LogicOp = GL_FALSE; in Key()
181 LogicOp = GL_TRUE; in Key()
H A Dblendxor.c30 static GLboolean LogicOp = 0*GL_TRUE; variable
102 LogicOp = GL_FALSE; in Key()
106 LogicOp = GL_TRUE; in Key()
/dports/emulators/aranym/aranym-1.1.0/src/natfeat/
H A Dnfvdi_opengl.cpp433 gl.LogicOp(GL_XOR); in expandArea()
436 gl.LogicOp(GL_COPY); in expandArea()
529 gl.LogicOp(GL_XOR); in fillArea()
603 gl.LogicOp(GL_XOR); in fillArea()
606 gl.LogicOp(GL_COPY); in fillArea()
883 gl.LogicOp(GL_XOR); in drawSingleLine()
886 gl.LogicOp(GL_COPY); in drawSingleLine()
942 gl.LogicOp(GL_XOR); in drawTableLine()
945 gl.LogicOp(GL_COPY); in drawTableLine()
1181 gl.LogicOp(GL_XOR); in fillPoly()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_assists/src/handlers/
H A Dapply_demorgan.rs31 ast::BinaryOp::LogicOp(ast::LogicOp::And) => "||", in apply_demorgan()
32 ast::BinaryOp::LogicOp(ast::LogicOp::Or) => "&&", in apply_demorgan()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_assists/src/handlers/
H A Dapply_demorgan.rs31 ast::BinaryOp::LogicOp(ast::LogicOp::And) => "||", in apply_demorgan()
32 ast::BinaryOp::LogicOp(ast::LogicOp::Or) => "&&", in apply_demorgan()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/swrast/
H A Ds_logic.c164 LOGIC_OP_LOOP(ctx->Color.LogicOp, 1); in logicop_uint1()
172 LOGIC_OP_LOOP(ctx->Color.LogicOp, 2); in logicop_uint2()
180 LOGIC_OP_LOOP(ctx->Color.LogicOp, 4); in logicop_uint4()
/dports/lang/clover/mesa-21.3.6/src/mesa/swrast/
H A Ds_logic.c164 LOGIC_OP_LOOP(ctx->Color.LogicOp, 1); in logicop_uint1()
172 LOGIC_OP_LOOP(ctx->Color.LogicOp, 2); in logicop_uint2()
180 LOGIC_OP_LOOP(ctx->Color.LogicOp, 4); in logicop_uint4()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/swrast/
H A Ds_logic.c164 LOGIC_OP_LOOP(ctx->Color.LogicOp, 1); in logicop_uint1()
172 LOGIC_OP_LOOP(ctx->Color.LogicOp, 2); in logicop_uint2()
180 LOGIC_OP_LOOP(ctx->Color.LogicOp, 4); in logicop_uint4()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/swrast/
H A Ds_logic.c164 LOGIC_OP_LOOP(ctx->Color.LogicOp, 1); in logicop_uint1()
172 LOGIC_OP_LOOP(ctx->Color.LogicOp, 2); in logicop_uint2()
180 LOGIC_OP_LOOP(ctx->Color.LogicOp, 4); in logicop_uint4()

12345678910>>...61