opcode            933 modules/core/src/gl_core_3_1.cpp     static void CODEGEN_FUNCPTR Switch_LogicOp(GLenum opcode)
opcode            936 modules/core/src/gl_core_3_1.cpp         LogicOp(opcode);
opcode           1095 modules/core/src/gl_core_3_1.hpp     extern void (CODEGEN_FUNCPTR *LogicOp)(GLenum opcode);
opcode            283 modules/core/test/test_arithm.cpp         if( opcode == '&' )
opcode            285 modules/core/test/test_arithm.cpp         else if( opcode == '|' )
opcode            295 modules/core/test/test_arithm.cpp             cvtest::logicOp(src[0], src[1], temp, opcode);
opcode            299 modules/core/test/test_arithm.cpp             cvtest::logicOp(src[0], src[1], dst, opcode);
opcode            305 modules/core/test/test_arithm.cpp     char opcode;
opcode            311 modules/core/test/test_arithm.cpp     : BaseElemWiseOp(1, FIX_ALPHA+FIX_BETA+(_opcode != '~' ? SUPPORT_MASK : 0), 1, 1, Scalar::all(0)), opcode(_opcode) {}
opcode            314 modules/core/test/test_arithm.cpp         if( opcode == '&' )
opcode            316 modules/core/test/test_arithm.cpp         else if( opcode == '|' )
opcode            318 modules/core/test/test_arithm.cpp         else if( opcode == '^' )
opcode            328 modules/core/test/test_arithm.cpp             cvtest::logicOp(src[0], gamma, temp, opcode);
opcode            332 modules/core/test/test_arithm.cpp             cvtest::logicOp(src[0], gamma, dst, opcode);
opcode            338 modules/core/test/test_arithm.cpp     char opcode;