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

  /external/opencv3/modules/imgproc/test/ocl/
test_canny.cpp 104 if (cv::ocl::Device::getDefault().isNVidia())
test_warp.cpp 325 if (cv::ocl::Device::getDefault().isNVidia())
test_color.cpp 131 OCL_TEST_P(CvtColor, BGRA2GRAY) { performTest(4, 1, CVTCODE(BGRA2GRAY), cv::ocl::Device::getDefault().isNVidia() ? 1 : 1e-3); }
  /external/opencv3/modules/features2d/perf/opencl/
perf_orb.cpp 66 if (cv::ocl::Device::getDefault().isNVidia())
  /external/opencv3/modules/core/include/opencv2/core/
ocl.hpp 187 inline bool isNVidia() const { return vendorID() == VENDOR_NVIDIA; }
  /external/opencv3/modules/core/src/
stat.cpp     [all...]
  /external/opencv3/modules/imgproc/src/
morph.cpp     [all...]
smooth.cpp     [all...]

Completed in 469 milliseconds