NCVMemoryTypeNone  583 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp         _memtype = NCVMemoryTypeNone;
NCVMemoryTypeNone  599 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp         ncvAssertReturn((this->_ptr != NULL || this->_memtype == NCVMemoryTypeNone) &&
NCVMemoryTypeNone  600 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp                         (dst._ptr != NULL || dst._memtype == NCVMemoryTypeNone), NCV_NULL_PTR);
NCVMemoryTypeNone  603 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp         if (this->_memtype != NCVMemoryTypeNone)
NCVMemoryTypeNone  757 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp         _memtype = NCVMemoryTypeNone;
NCVMemoryTypeNone  780 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp         ncvAssertReturn((this->_ptr != NULL || this->_memtype == NCVMemoryTypeNone) &&
NCVMemoryTypeNone  781 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp                         (dst._ptr != NULL || dst._memtype == NCVMemoryTypeNone), NCV_NULL_PTR);
NCVMemoryTypeNone  784 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp         if (this->_memtype != NCVMemoryTypeNone)
NCVMemoryTypeNone  798 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp         ncvAssertReturn((this->_ptr != NULL || this->_memtype == NCVMemoryTypeNone) &&
NCVMemoryTypeNone  799 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp                         (dst._ptr != NULL || dst._memtype == NCVMemoryTypeNone), NCV_NULL_PTR);
NCVMemoryTypeNone  802 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp         if (this->_memtype != NCVMemoryTypeNone)
NCVMemoryTypeNone  172 modules/cudalegacy/src/NCV.cpp     memtype = NCVMemoryTypeNone;
NCVMemoryTypeNone  330 modules/cudalegacy/src/NCV.cpp     _memType(NCVMemoryTypeNone),
NCVMemoryTypeNone  353 modules/cudalegacy/src/NCV.cpp     ncvAssertPrintCheck(memT != NCVMemoryTypeNone, "NCVMemStackAllocator ctor:: Incorrect allocator type");
NCVMemoryTypeNone  471 modules/cudalegacy/src/NCV.cpp     return this->_memType == NCVMemoryTypeNone;
NCVMemoryTypeNone  506 modules/cudalegacy/src/NCV.cpp     ncvAssertPrintReturn(memT != NCVMemoryTypeNone, "NCVMemNativeAllocator ctor:: counting not permitted for this allocator type", );
NCVMemoryTypeNone   83 modules/cudalegacy/src/cuda/NCVColorConversion.hpp                     (h_imgIn.memType() == NCVMemoryTypeHostPinned || h_imgIn.memType() == NCVMemoryTypeNone), NCV_MEM_RESIDENCE_ERROR);
NCVMemoryTypeNone   84 modules/cudalegacy/src/cuda/NCVColorConversion.hpp     NCV_SET_SKIP_COND(h_imgIn.memType() == NCVMemoryTypeNone);