Constant          328 modules/core/include/opencv2/core/ocl.hpp     static KernelArg Constant(const Mat& m);
Constant         1137 modules/core/src/copy.cpp            top, left, ocl::KernelArg::Constant(Mat(1, 1, sctype, value)));
Constant         2836 modules/core/src/matrix.cpp            ocl::KernelArg::Constant(Mat(1, 1, sctype, s)));
Constant         4557 modules/imgproc/src/imgwarp.cpp             scalararg = ocl::KernelArg::Constant((void*)scalar.ptr(), scalar.elemSize());
Constant         1173 modules/imgproc/src/thresh.cpp            ocl::KernelArg::Constant(Mat(1, 1, depth, Scalar::all(thresh))),
Constant         1174 modules/imgproc/src/thresh.cpp            ocl::KernelArg::Constant(Mat(1, 1, depth, Scalar::all(maxval))),
Constant         1175 modules/imgproc/src/thresh.cpp            ocl::KernelArg::Constant(Mat(1, 1, depth, Scalar::all(min_val))));
Constant           78 modules/photo/src/fast_nlmeans_denoising_opencl.hpp            ocl::KernelArg::Constant(den, (hn == 3 ? 4 : hn)*sizeof(FT)), WEIGHT_THRESHOLD);