HomeSort by relevance Sort by last modified time
    Searched refs:doubleFPConfig (Results 1 - 23 of 23) sorted by null

  /external/opencv3/modules/ts/src/
ocl_test.cpp 173 const char* doubleSupportStr = device.doubleFPConfig() > 0 ? "Yes" : "No";
175 DUMP_PROPERTY_XML("cv_ocl_current_haveDoubleSupport", device.doubleFPConfig() > 0);
  /external/opencv3/modules/photo/src/
fast_nlmeans_denoising_opencl.hpp 42 bool doubleSupport = ocl::Device::getDefault().doubleFPConfig() > 0;
  /external/opencv3/modules/imgproc/src/
sumpixels.cpp 342 bool doubleSupport = ocl::Device::getDefault().doubleFPConfig() > 0;
382 bool doubleSupport = ocl::Device::getDefault().doubleFPConfig() > 0;
morph.cpp     [all...]
pyramids.cpp     [all...]
deriv.cpp 675 bool doubleSupport = dev.doubleFPConfig() > 0;
    [all...]
accum.cpp 797 bool haveMask = !_mask.empty(), doubleSupport = dev.doubleFPConfig() > 0;
    [all...]
filter.cpp     [all...]
thresh.cpp     [all...]
smooth.cpp     [all...]
imgwarp.cpp     [all...]
  /external/opencv3/modules/core/src/
mathfuncs.cpp 71 bool double_support = d.doubleFPConfig() > 0;
305 bool doubleSupport = d.doubleFPConfig() > 0;
591 bool doubleSupport = d.doubleFPConfig() > 0;
    [all...]
umatrix.cpp 727 bool doubleSupport = ocl::Device::getDefault().doubleFPConfig() > 0;
861 bool doubleSupport = ocl::Device::getDefault().doubleFPConfig() > 0;
stat.cpp     [all...]
copy.cpp 682 bool doubleSupport = dev.doubleFPConfig() > 0;
    [all...]
arithm.cpp     [all...]
dxt.cpp     [all...]
matmul.cpp 800 bool doubleSupport = dev.doubleFPConfig() > 0;
    [all...]
convert.cpp     [all...]
ocl.cpp     [all...]
matrix.cpp     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
ocl.hpp 121 int doubleFPConfig() const;
  /external/opencv3/modules/video/src/
optflowgf.cpp 904 bool useDouble = (0 != device.doubleFPConfig());
    [all...]

Completed in 2760 milliseconds