LogicOp           492 modules/core/src/gl_core_3_1.cpp     PFNLOGICOPPROC LogicOp;
LogicOp           935 modules/core/src/gl_core_3_1.cpp         LogicOp = (PFNLOGICOPPROC)IntGetProcAddress("glLogicOp");
LogicOp           936 modules/core/src/gl_core_3_1.cpp         LogicOp(opcode);
LogicOp          2480 modules/core/src/gl_core_3_1.cpp             LogicOp = Switch_LogicOp;
LogicOp          1095 modules/core/src/gl_core_3_1.hpp     extern void (CODEGEN_FUNCPTR *LogicOp)(GLenum opcode);
LogicOp           280 modules/core/test/test_arithm.cpp     LogicOp(char _opcode) : BaseElemWiseOp(2, FIX_ALPHA+FIX_BETA+FIX_GAMMA+SUPPORT_MASK, 1, 1, Scalar::all(0)), opcode(_opcode) {}
LogicOp          1387 modules/core/test/test_arithm.cpp INSTANTIATE_TEST_CASE_P(Core_And, ElemWiseTest, ::testing::Values(ElemWiseOpPtr(new cvtest::LogicOp('&'))));
LogicOp          1389 modules/core/test/test_arithm.cpp INSTANTIATE_TEST_CASE_P(Core_Or, ElemWiseTest, ::testing::Values(ElemWiseOpPtr(new cvtest::LogicOp('|'))));
LogicOp          1391 modules/core/test/test_arithm.cpp INSTANTIATE_TEST_CASE_P(Core_Xor, ElemWiseTest, ::testing::Values(ElemWiseOpPtr(new cvtest::LogicOp('^'))));