Home
last modified time | relevance | path

Searched refs:VENDOR_NVIDIA (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
Docl.hpp178 VENDOR_NVIDIA=3 enumerator
187 inline bool isNVidia() const { return vendorID() == VENDOR_NVIDIA; } in isNVidia()
/external/opencv3/modules/imgproc/src/
Dderiv.cpp693 int loc_mem_cn = dev.vendorID() == ocl::Device::VENDOR_NVIDIA && cn == 3 ? 4 : cn; in ocl_Laplacian5()
/external/opencv3/modules/core/src/
Docl.cpp1816 vendorID_ = VENDOR_NVIDIA; in Impl()