NCVMemNativeAllocator  524 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     NCVMemNativeAllocator(NCVMemoryType memT, Ncv32u alignment);
NCVMemNativeAllocator  525 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     virtual ~NCVMemNativeAllocator();
NCVMemNativeAllocator  539 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     NCVMemNativeAllocator();
NCVMemNativeAllocator  540 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     NCVMemNativeAllocator(const NCVMemNativeAllocator &);
NCVMemNativeAllocator  500 modules/cudalegacy/src/NCV.cpp NCVMemNativeAllocator::NCVMemNativeAllocator(NCVMemoryType memT, Ncv32u alignment_) :
NCVMemNativeAllocator  510 modules/cudalegacy/src/NCV.cpp NCVMemNativeAllocator::~NCVMemNativeAllocator()
NCVMemNativeAllocator  516 modules/cudalegacy/src/NCV.cpp NCVStatus NCVMemNativeAllocator::alloc(NCVMemSegment &seg, size_t size)
NCVMemNativeAllocator  545 modules/cudalegacy/src/NCV.cpp NCVStatus NCVMemNativeAllocator::dealloc(NCVMemSegment &seg)
NCVMemNativeAllocator  574 modules/cudalegacy/src/NCV.cpp NcvBool NCVMemNativeAllocator::isInitialized(void) const
NCVMemNativeAllocator  580 modules/cudalegacy/src/NCV.cpp NcvBool NCVMemNativeAllocator::isCounting(void) const
NCVMemNativeAllocator  586 modules/cudalegacy/src/NCV.cpp NCVMemoryType NCVMemNativeAllocator::memType(void) const
NCVMemNativeAllocator  592 modules/cudalegacy/src/NCV.cpp Ncv32u NCVMemNativeAllocator::alignment(void) const
NCVMemNativeAllocator  598 modules/cudalegacy/src/NCV.cpp size_t NCVMemNativeAllocator::maxSize(void) const
NCVMemNativeAllocator   70 modules/cudalegacy/test/NCVTestSourceProvider.hpp         allocatorCPU.reset(new NCVMemNativeAllocator(NCVMemoryTypeHostPinned, static_cast<Ncv32u>(devProp.textureAlignment)));
NCVMemNativeAllocator  105 modules/cudalegacy/test/NCVTestSourceProvider.hpp         allocatorCPU.reset(new NCVMemNativeAllocator(NCVMemoryTypeHostPinned, static_cast<Ncv32u>(devProp.textureAlignment)));
NCVMemNativeAllocator  140 modules/cudaobjdetect/src/cascadeclassifier.cpp         Ptr<NCVMemNativeAllocator> gpuCascadeAllocator;
NCVMemNativeAllocator  141 modules/cudaobjdetect/src/cascadeclassifier.cpp         Ptr<NCVMemNativeAllocator> cpuCascadeAllocator;
NCVMemNativeAllocator  235 modules/cudaobjdetect/src/cascadeclassifier.cpp         gpuCascadeAllocator = makePtr<NCVMemNativeAllocator>(NCVMemoryTypeDevice, static_cast<int>(devProp.textureAlignment));
NCVMemNativeAllocator  236 modules/cudaobjdetect/src/cascadeclassifier.cpp         cpuCascadeAllocator = makePtr<NCVMemNativeAllocator>(NCVMemoryTypeHostPinned, static_cast<int>(devProp.textureAlignment));
NCVMemNativeAllocator  226 samples/gpu/cascadeclassifier_nvidia_api.cpp     NCVMemNativeAllocator gpuCascadeAllocator(NCVMemoryTypeDevice, static_cast<Ncv32u>(devProp.textureAlignment));
NCVMemNativeAllocator  228 samples/gpu/cascadeclassifier_nvidia_api.cpp     NCVMemNativeAllocator cpuCascadeAllocator(NCVMemoryTypeHostPinned, static_cast<Ncv32u>(devProp.textureAlignment));
NCVMemNativeAllocator  408 samples/gpu/opticalflow_nvidia_api.cpp     g_pGPUMemAllocator  = Ptr<INCVMemAllocator> (new NCVMemNativeAllocator (NCVMemoryTypeDevice, static_cast<Ncv32u>(devProp.textureAlignment)));
NCVMemNativeAllocator  411 samples/gpu/opticalflow_nvidia_api.cpp     g_pHostMemAllocator = Ptr<INCVMemAllocator> (new NCVMemNativeAllocator (NCVMemoryTypeHostPageable, static_cast<Ncv32u>(devProp.textureAlignment)));