OCL_ON             87 modules/calib3d/test/opencl/test_stereobm.cpp     OCL_ON(bm->compute(uleft, uright, udisp));
OCL_ON            108 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::LUT(usrc_roi, ulut_roi, udst_roi));
OCL_ON            203 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::add(usrc1_roi, usrc2_roi, udst1_roi));
OCL_ON            215 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::add(usrc1_roi, usrc2_roi, udst1_roi, umask_roi));
OCL_ON            227 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::add(val, usrc1_roi, udst1_roi));
OCL_ON            239 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::add(usrc1_roi, val, udst1_roi, umask_roi));
OCL_ON            255 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::subtract(usrc1_roi, usrc2_roi, udst1_roi));
OCL_ON            267 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::subtract(usrc1_roi, usrc2_roi, udst1_roi, umask_roi));
OCL_ON            279 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::subtract(val, usrc1_roi, udst1_roi));
OCL_ON            291 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::subtract(usrc1_roi, val, udst1_roi, umask_roi));
OCL_ON            307 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::multiply(usrc1_roi, usrc2_roi, udst1_roi));
OCL_ON            319 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::multiply(val, usrc1_roi, udst1_roi));
OCL_ON            332 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::multiply(usrc1_roi, usrc2_roi, udst1_roi, val[0]));
OCL_ON            349 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::multiply(usrc1_roi, val, udst1_roi, val[0]));
OCL_ON            370 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::divide(usrc1_roi, usrc2_roi, udst1_roi));
OCL_ON            382 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::divide(val, usrc1_roi, udst1_roi));
OCL_ON            395 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::divide(usrc1_roi, val, udst1_roi));
OCL_ON            408 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::divide(usrc1_roi, usrc2_roi, udst1_roi, val[0]));
OCL_ON            421 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::divide(usrc1_roi, val, udst1_roi, val[0]));
OCL_ON            434 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::divide(val[0], usrc1_roi, udst1_roi));
OCL_ON            451 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::max(usrc1_roi, usrc2_roi, udst1_roi));
OCL_ON            465 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::min(usrc1_roi, usrc2_roi, udst1_roi));
OCL_ON            481 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::absdiff(usrc1_roi, usrc2_roi, udst1_roi));
OCL_ON            493 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::absdiff(usrc1_roi, val, udst1_roi));
OCL_ON            509 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::cartToPolar(usrc1_roi, usrc2_roi, udst1_roi, udst2_roi, true));
OCL_ON            522 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::cartToPolar(usrc1_roi, usrc2_roi, udst1_roi, udst2_roi));
OCL_ON            539 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::polarToCart(usrc1_roi, usrc2_roi, udst1_roi, udst2_roi, true));
OCL_ON            553 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::polarToCart(usrc1_roi, usrc2_roi, udst1_roi, udst2_roi));
OCL_ON            577 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::transpose(usrc1_roi, udst1_roi));
OCL_ON            598 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::transpose(usrc1_roi, usrc1_roi));
OCL_ON            615 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::bitwise_and(usrc1_roi, usrc2_roi, udst1_roi));
OCL_ON            627 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::bitwise_and(usrc1_roi, usrc2_roi, udst1_roi, umask_roi));
OCL_ON            639 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::bitwise_and(usrc1_roi, val, udst1_roi));
OCL_ON            651 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::bitwise_and(usrc1_roi, val, udst1_roi, umask_roi));
OCL_ON            667 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::bitwise_or(usrc1_roi, usrc2_roi, udst1_roi));
OCL_ON            679 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::bitwise_or(usrc1_roi, usrc2_roi, udst1_roi, umask_roi));
OCL_ON            691 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::bitwise_or(usrc1_roi, val, udst1_roi));
OCL_ON            703 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::bitwise_or(val, usrc1_roi, udst1_roi, umask_roi));
OCL_ON            719 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::bitwise_xor(usrc1_roi, usrc2_roi, udst1_roi));
OCL_ON            731 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::bitwise_xor(usrc1_roi, usrc2_roi, udst1_roi, umask_roi));
OCL_ON            743 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::bitwise_xor(usrc1_roi, val, udst1_roi));
OCL_ON            755 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::bitwise_xor(usrc1_roi, val, udst1_roi, umask_roi));
OCL_ON            771 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::bitwise_not(usrc1_roi, udst1_roi));
OCL_ON            794 modules/core/test/ocl/test_arithm.cpp             OCL_ON(cv::compare(usrc1_roi, usrc2_roi, udst1_roi, cmp_codes[i]));
OCL_ON            811 modules/core/test/ocl/test_arithm.cpp             OCL_ON(cv::compare(usrc1_roi, val_in_range, udst1_roi, cmp_codes[i]));
OCL_ON            828 modules/core/test/ocl/test_arithm.cpp             OCL_ON(cv::compare(val_in_range, usrc1_roi, udst1_roi, cmp_codes[i]));
OCL_ON            851 modules/core/test/ocl/test_arithm.cpp             OCL_ON(cv::pow(usrc1_roi, pows[k], udst1_roi));
OCL_ON            870 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::addWeighted(usrc1_roi, alpha, usrc2_roi, beta, gama, udst1_roi));
OCL_ON            887 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::setIdentity(udst1_roi, val));
OCL_ON            929 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::repeat(usrc1_roi, ny, nx, udst1_roi));
OCL_ON            947 modules/core/test/ocl/test_arithm.cpp         OCL_ON(gpures = cv::countNonZero(usrc1_roi));
OCL_ON            965 modules/core/test/ocl/test_arithm.cpp         OCL_ON(gpures = cv::sum(usrc1_roi));
OCL_ON            986 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::meanStdDev(usrc1_roi, gpu_mean, gpu_stddev));
OCL_ON           1006 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::meanStdDev(usrc1_roi, gpu_mean, gpu_stddev, umask_roi));
OCL_ON           1026 modules/core/test/ocl/test_arithm.cpp     OCL_ON(cv::meanStdDev(um, gpu_mean, gpu_stddev, umask));
OCL_ON           1046 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::log(usrc1_roi, udst1_roi));
OCL_ON           1062 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::exp(usrc1_roi, udst1_roi));
OCL_ON           1078 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::phase(usrc1_roi, usrc2_roi, udst1_roi, true));
OCL_ON           1090 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::phase(usrc1_roi, usrc2_roi, udst1_roi));
OCL_ON           1106 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::magnitude(usrc1_roi, usrc2_roi, udst1_roi));
OCL_ON           1122 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::flip(usrc1_roi, udst1_roi, 0));
OCL_ON           1134 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::flip(usrc1_roi, udst1_roi, 1));
OCL_ON           1146 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::flip(usrc1_roi, udst1_roi, -1));
OCL_ON           1166 modules/core/test/ocl/test_arithm.cpp             OCL_ON(cv::minMaxIdx(usrc2_roi, &uminv, &umaxv));
OCL_ON           1174 modules/core/test/ocl/test_arithm.cpp             OCL_ON(cv::minMaxIdx(usrc2_roi, &uminv, &umaxv, up1, up2, noArray()));
OCL_ON           1200 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::minMaxIdx(usrc2_roi, &uminv, &umaxv, up1, up2, umask_roi));
OCL_ON           1229 modules/core/test/ocl/test_arithm.cpp         OCL_ON(const double gpuRes = cv::norm(usrc1_roi, NORM_INF));
OCL_ON           1242 modules/core/test/ocl/test_arithm.cpp         OCL_ON(const double gpuRes = cv::norm(usrc1_roi, NORM_INF, umask_roi));
OCL_ON           1255 modules/core/test/ocl/test_arithm.cpp         OCL_ON(const double gpuRes = cv::norm(usrc1_roi, NORM_L1));
OCL_ON           1268 modules/core/test/ocl/test_arithm.cpp         OCL_ON(const double gpuRes = cv::norm(usrc1_roi, NORM_L1, umask_roi));
OCL_ON           1281 modules/core/test/ocl/test_arithm.cpp         OCL_ON(const double gpuRes = cv::norm(usrc1_roi, NORM_L2));
OCL_ON           1294 modules/core/test/ocl/test_arithm.cpp         OCL_ON(const double gpuRes = cv::norm(usrc1_roi, NORM_L2, umask_roi));
OCL_ON           1314 modules/core/test/ocl/test_arithm.cpp             OCL_ON(const double gpuRes = cv::norm(usrc1_roi, usrc2_roi, type));
OCL_ON           1334 modules/core/test/ocl/test_arithm.cpp             OCL_ON(const double gpuRes = cv::norm(usrc1_roi, usrc2_roi, type, umask_roi));
OCL_ON           1354 modules/core/test/ocl/test_arithm.cpp             OCL_ON(const double gpuRes = cv::norm(usrc1_roi, usrc2_roi, type));
OCL_ON           1374 modules/core/test/ocl/test_arithm.cpp             OCL_ON(const double gpuRes = cv::norm(usrc1_roi, usrc2_roi, type, umask_roi));
OCL_ON           1394 modules/core/test/ocl/test_arithm.cpp             OCL_ON(const double gpuRes = cv::norm(usrc1_roi, usrc2_roi, type));
OCL_ON           1414 modules/core/test/ocl/test_arithm.cpp             OCL_ON(const double gpuRes = cv::norm(usrc1_roi, usrc2_roi, type, umask_roi));
OCL_ON           1431 modules/core/test/ocl/test_arithm.cpp         OCL_ON(const double gpuRes = usrc1_roi.dot(usrc2_roi));
OCL_ON           1448 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::sqrt(usrc1_roi, udst1_roi));
OCL_ON           1469 modules/core/test/ocl/test_arithm.cpp             OCL_ON(cv::normalize(usrc1_roi, udst1_roi, 10, 110, modes[i], src1_roi.type(), umask_roi));
OCL_ON           1539 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::inRange(usrc1_roi, usrc2_roi, usrc3_roi, udst_roi));
OCL_ON           1552 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::inRange(usrc1_roi, val1, val2, udst_roi));
OCL_ON           1611 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::convertScaleAbs(usrc_roi, udst_roi, val[0], val[1]));
OCL_ON           1628 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::scaleAdd(usrc1_roi, val[0], usrc2_roi, udst1_roi));
OCL_ON           1685 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::patchNaNs(usrc_roi, value));
OCL_ON           1704 modules/core/test/ocl/test_arithm.cpp         OCL_ON(gpuRes = cv::PSNR(usrc1_roi, usrc2_roi));
OCL_ON           1757 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::reduce(usrc_roi, udst_roi, dim, CV_REDUCE_SUM, dtype));
OCL_ON           1773 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::reduce(usrc_roi, udst_roi, dim, CV_REDUCE_MAX, dtype));
OCL_ON           1788 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::reduce(usrc_roi, udst_roi, dim, CV_REDUCE_MIN, dtype));
OCL_ON           1803 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::reduce(usrc_roi, udst_roi, dim, CV_REDUCE_AVG, dtype));
OCL_ON            140 modules/core/test/ocl/test_channels.cpp         OCL_ON(cv::merge(usrc_roi, udst_roi));
OCL_ON            218 modules/core/test/ocl/test_channels.cpp         OCL_ON(cv::split(usrc_roi, udst_roi));
OCL_ON            357 modules/core/test/ocl/test_channels.cpp         OCL_ON(cv::mixChannels(usrc_roi, udst_roi, fromTo));
OCL_ON            407 modules/core/test/ocl/test_channels.cpp         OCL_ON(cv::insertChannel(usrc_roi, udst_roi, coi));
OCL_ON            453 modules/core/test/ocl/test_channels.cpp         OCL_ON(cv::extractChannel(usrc_roi, udst_roi, coi));
OCL_ON            113 modules/core/test/ocl/test_dft.cpp     OCL_ON(cv::dft(usrc, udst, dft_flags, nonzero_rows));
OCL_ON            170 modules/core/test/ocl/test_dft.cpp         OCL_ON(cv::mulSpectrums(usrc1_roi, usrc2_roi, udst_roi, 0, ccorr));
OCL_ON            137 modules/core/test/ocl/test_gemm.cpp         OCL_ON(cv::gemm(uA_roi, uB_roi, alpha, uC_roi, beta, uD_roi, flags));
OCL_ON             97 modules/core/test/ocl/test_matrix_operation.cpp         OCL_ON(usrc_roi.convertTo(udst_roi, dstType, alpha, beta));
OCL_ON            164 modules/core/test/ocl/test_matrix_operation.cpp             OCL_ON(usrc_roi.copyTo(udst_roi, umask_roi));
OCL_ON            169 modules/core/test/ocl/test_matrix_operation.cpp             OCL_ON(usrc_roi.copyTo(udst_roi));
OCL_ON            187 modules/core/test/ocl/test_matrix_operation.cpp             OCL_ON(udst_roi.setTo(val, umask_roi));
OCL_ON            192 modules/core/test/ocl/test_matrix_operation.cpp             OCL_ON(udst_roi.setTo(val));
OCL_ON            113 modules/imgproc/test/ocl/test_accumulate.cpp         OCL_ON(cv::accumulate(usrc_roi, udst_roi));
OCL_ON            126 modules/imgproc/test/ocl/test_accumulate.cpp         OCL_ON(cv::accumulate(usrc_roi, udst_roi, umask_roi));
OCL_ON            143 modules/imgproc/test/ocl/test_accumulate.cpp         OCL_ON(cv::accumulateSquare(usrc_roi, udst_roi));
OCL_ON            156 modules/imgproc/test/ocl/test_accumulate.cpp         OCL_ON(cv::accumulateSquare(usrc_roi, udst_roi, umask_roi));
OCL_ON            173 modules/imgproc/test/ocl/test_accumulate.cpp         OCL_ON(cv::accumulateProduct(usrc_roi, usrc2_roi, udst_roi));
OCL_ON            186 modules/imgproc/test/ocl/test_accumulate.cpp         OCL_ON(cv::accumulateProduct(usrc_roi, usrc2_roi, udst_roi, umask_roi));
OCL_ON            203 modules/imgproc/test/ocl/test_accumulate.cpp         OCL_ON(cv::accumulateWeighted(usrc_roi, udst_roi, alpha));
OCL_ON            216 modules/imgproc/test/ocl/test_accumulate.cpp         OCL_ON(cv::accumulateWeighted(usrc_roi, udst_roi, alpha));
OCL_ON            118 modules/imgproc/test/ocl/test_blend.cpp         OCL_ON(cv::blendLinear(usrc1_roi, usrc2_roi, uweights1_roi, uweights2_roi, udst_roi));
OCL_ON            110 modules/imgproc/test/ocl/test_boxfilter.cpp         OCL_ON(cv::boxFilter(usrc_roi, udst_roi, -1, ksize, anchor, normalize, borderType));
OCL_ON            127 modules/imgproc/test/ocl/test_boxfilter.cpp         OCL_ON(cv::sqrBoxFilter(usrc_roi, udst_roi, ddepth, ksize, anchor, normalize, borderType));
OCL_ON            109 modules/imgproc/test/ocl/test_canny.cpp     OCL_ON(cv::Canny(usrc_roi, udst_roi, low_thresh, high_thresh, apperture_size, useL2gradient));
OCL_ON             99 modules/imgproc/test/ocl/test_color.cpp             OCL_ON(cv::cvtColor(usrc_roi, udst_roi, code, channelsOut));
OCL_ON            118 modules/imgproc/test/ocl/test_filter2d.cpp         OCL_ON(cv::filter2D(usrc_roi, udst_roi, -1, kernel, anchor, delta, borderType));
OCL_ON            142 modules/imgproc/test/ocl/test_filters.cpp         OCL_ON(cv::bilateralFilter(usrc_roi, udst_roi, ksize, sigmacolor, sigmaspace, borderType));
OCL_ON            162 modules/imgproc/test/ocl/test_filters.cpp         OCL_ON(cv::Laplacian(usrc_roi, udst_roi, -1, ksize, scale, 10, borderType));
OCL_ON            184 modules/imgproc/test/ocl/test_filters.cpp         OCL_ON(cv::Sobel(usrc_roi, udst_roi, -1, dx, dy, ksize, scale, /* delta */0, borderType));
OCL_ON            205 modules/imgproc/test/ocl/test_filters.cpp         OCL_ON(cv::Scharr(usrc_roi, udst_roi, -1, dx, dy, scale, /* delta */ 0, borderType));
OCL_ON            226 modules/imgproc/test/ocl/test_filters.cpp         OCL_ON(cv::GaussianBlur(usrc_roi, udst_roi, Size(ksize, ksize), sigma1, sigma2, borderType));
OCL_ON            248 modules/imgproc/test/ocl/test_filters.cpp         OCL_ON(cv::erode(usrc_roi, udst_roi, kernel, Point(-1, -1), iterations) );
OCL_ON            270 modules/imgproc/test/ocl/test_filters.cpp         OCL_ON(cv::dilate(usrc_roi, udst_roi, kernel, Point(-1, -1), iterations) );
OCL_ON            347 modules/imgproc/test/ocl/test_filters.cpp         OCL_ON(cv::morphologyEx(usrc_roi, udst_roi, op, kernel, Point(-1, -1), iterations) );
OCL_ON            107 modules/imgproc/test/ocl/test_gftt.cpp         OCL_ON(cv::goodFeaturesToTrack(usrc_roi, upoints, maxCorners, qualityLevel, minDistance));
OCL_ON            134 modules/imgproc/test/ocl/test_gftt.cpp     OCL_ON(cv::goodFeaturesToTrack(usrc_roi, upoints, maxCorners, qualityLevel, minDistance));
OCL_ON            180 modules/imgproc/test/ocl/test_histogram.cpp         OCL_ON(calcBackProject(uims, chs, uhist1, udst1, urngs, 1.0));
OCL_ON            206 modules/imgproc/test/ocl/test_histogram.cpp         OCL_ON(cv::calcBackProject(uimages_roi, channels, uhist_roi, udst_roi, ranges, scale));
OCL_ON            264 modules/imgproc/test/ocl/test_histogram.cpp         OCL_ON(cv::calcHist(std::vector<UMat>(1, usrc_roi), channels, noArray(), uhist_roi, histSize, ranges, false));
OCL_ON             89 modules/imgproc/test/ocl/test_houghlines.cpp     OCL_ON(cv::HoughLines(usrc, udst, rhoStep, thetaStep, threshold));
OCL_ON            101 modules/imgproc/test/ocl/test_houghlines.cpp         OCL_ON(cv::HoughLines(usrc, udst, rhoStep, thetaStep, threshold));
OCL_ON            169 modules/imgproc/test/ocl/test_houghlines.cpp     OCL_ON(cv::HoughLinesP(usrc, udst, rhoStep, thetaStep, threshold, minLineLength, maxGap));
OCL_ON            168 modules/imgproc/test/ocl/test_imgproc.cpp         OCL_ON(cv::copyMakeBorder(usrc_roi, udst_roi, border.top, border.bot, border.lef, border.rig, borderType, val));
OCL_ON            185 modules/imgproc/test/ocl/test_imgproc.cpp         OCL_ON(cv::equalizeHist(usrc_roi, udst_roi));
OCL_ON            236 modules/imgproc/test/ocl/test_imgproc.cpp         OCL_ON(cv::cornerMinEigenVal(usrc_roi, udst_roi, blockSize, apertureSize, borderType));
OCL_ON            256 modules/imgproc/test/ocl/test_imgproc.cpp         OCL_ON(cv::cornerHarris(usrc_roi, udst_roi, blockSize, apertureSize, k, borderType));
OCL_ON            275 modules/imgproc/test/ocl/test_imgproc.cpp         OCL_ON(cv::preCornerDetect(usrc_roi, udst_roi, apertureSize, borderType));
OCL_ON            334 modules/imgproc/test/ocl/test_imgproc.cpp         OCL_ON(cv::integral(usrc_roi, udst_roi, sdepth));
OCL_ON            347 modules/imgproc/test/ocl/test_imgproc.cpp         OCL_ON(cv::integral(usrc_roi, udst_roi, udst2_roi, sdepth, sqdepth));
OCL_ON            379 modules/imgproc/test/ocl/test_imgproc.cpp         OCL_ON(cv::threshold(usrc_roi, udst_roi, thresh, maxVal, thresholdType));
OCL_ON            431 modules/imgproc/test/ocl/test_imgproc.cpp         OCL_ON(clahe->apply(usrc_roi, udst_roi));
OCL_ON            121 modules/imgproc/test/ocl/test_match_template.cpp         OCL_ON(cv::matchTemplate(uimage_roi, utempl_roi, uresult_roi, method));
OCL_ON             97 modules/imgproc/test/ocl/test_medianfilter.cpp         OCL_ON(cv::medianBlur(usrc_roi, udst_roi, ksize));
OCL_ON            104 modules/imgproc/test/ocl/test_pyramids.cpp         OCL_ON(pyrDown(usrc_roi, udst_roi, dst_roiSize, borderType));
OCL_ON            131 modules/imgproc/test/ocl/test_pyramids.cpp         OCL_ON(pyrUp(usrc_roi, udst_roi, dst_roiSize, borderType));
OCL_ON            116 modules/imgproc/test/ocl/test_sepfilter2D.cpp         OCL_ON(cv::sepFilter2D(usrc_roi, udst_roi, -1, kernelX, kernelY, anchor, delta, borderType));
OCL_ON            131 modules/imgproc/test/ocl/test_warp.cpp         OCL_ON(cv::warpAffine(usrc_roi, udst_roi, M, dsize, interpolation));
OCL_ON            158 modules/imgproc/test/ocl/test_warp.cpp         OCL_ON(cv::warpPerspective(usrc_roi, udst_roi, M, dsize, interpolation));
OCL_ON            230 modules/imgproc/test/ocl/test_warp.cpp         OCL_ON(cv::resize(usrc_roi, udst_roi, Size(), fx, fy, interpolation));
OCL_ON            308 modules/imgproc/test/ocl/test_warp.cpp         OCL_ON(cv::remap(usrc_roi, udst_roi, umap1_roi, umap2_roi, INTER_NEAREST, borderType, val));
OCL_ON            330 modules/imgproc/test/ocl/test_warp.cpp         OCL_ON(cv::remap(usrc_roi, udst_roi, umap1_roi, umap2_roi, INTER_LINEAR, borderType, val));
OCL_ON             89 modules/objdetect/test/opencl/test_hogdetector.cpp     OCL_ON(hog.compute(uimg, gpu_descriptors, hog.winSize));
OCL_ON            111 modules/objdetect/test/opencl/test_hogdetector.cpp     OCL_ON(hog.detectMultiScale(uimg, gpu_found, 0, Size(8, 8), Size(0, 0), 1.05, 6));
OCL_ON             86 modules/photo/test/ocl/test_denoising.cpp         OCL_ON(cv::fastNlMeansDenoising(usrc_roi, udst_roi, std::vector<float>(1, h[0]), templateWindowSize, searchWindowSize, normType));
OCL_ON            101 modules/photo/test/ocl/test_denoising.cpp         OCL_ON(cv::fastNlMeansDenoising(usrc_roi, udst_roi, h, templateWindowSize, searchWindowSize, normType));
OCL_ON            116 modules/photo/test/ocl/test_denoising.cpp         OCL_ON(cv::fastNlMeansDenoisingColored(usrc_roi, udst_roi, h[0], h[0], templateWindowSize, searchWindowSize));
OCL_ON             95 modules/stitching/test/ocl/test_warpers.cpp         OCL_ON(warper->buildMaps(usrc.size(), K, R, uxmap, uymap));
OCL_ON             98 modules/stitching/test/ocl/test_warpers.cpp         OCL_ON(warper->warp(usrc, K, R, INTER_LINEAR, BORDER_REPLICATE, udst));
OCL_ON            116 modules/stitching/test/ocl/test_warpers.cpp         OCL_ON(warper->buildMaps(usrc.size(), K, R, uxmap, uymap));
OCL_ON            119 modules/stitching/test/ocl/test_warpers.cpp         OCL_ON(warper->warp(usrc, K, R, INTER_LINEAR, BORDER_REPLICATE, udst));
OCL_ON            137 modules/stitching/test/ocl/test_warpers.cpp         OCL_ON(warper->buildMaps(usrc.size(), K, R, uxmap, uymap));
OCL_ON            140 modules/stitching/test/ocl/test_warpers.cpp         OCL_ON(warper->warp(usrc, K, R, INTER_LINEAR, BORDER_REPLICATE, udst));
OCL_ON             70 modules/video/test/ocl/test_bgfg_mog2.cpp         OCL_ON (mog2_ocl->apply(frame, u_foreground));
OCL_ON            111 modules/video/test/ocl/test_bgfg_mog2.cpp         OCL_ON (mog2_ocl->apply(frame, u_foreground));
OCL_ON            118 modules/video/test/ocl/test_bgfg_mog2.cpp     OCL_ON (mog2_ocl->getBackgroundImage(u_background));
OCL_ON             97 modules/video/test/ocl/test_optflow_farneback.cpp         OCL_ON(cv::calcOpticalFlowFarneback(frame0, frame1, uflow, pyrScale, numLevels, winSize, numIters, polyN, polySigma, flags));
OCL_ON            102 modules/video/test/ocl/test_optflow_farneback.cpp     OCL_ON(cv::calcOpticalFlowFarneback(frame0, frame1, uflow, pyrScale, numLevels, winSize, numIters, polyN, polySigma, flags));
OCL_ON             94 modules/video/test/ocl/test_optflow_tvl1flow.cpp         OCL_ON(alg->calc(frame0, frame1, uflow));
OCL_ON            102 modules/video/test/ocl/test_optflow_tvl1flow.cpp     OCL_ON(alg->calc(frame0, frame1, uflow));
OCL_ON             98 modules/video/test/ocl/test_optflowpyrlk.cpp     OCL_ON(cv::calcOpticalFlowPyrLK(umatFrame0, umatFrame1, pts, umatNextPts, umatStatus, umatErr, winSize, maxLevel, criteria, flags, minEigThreshold));