alloc_type        358 modules/core/include/opencv2/core/cuda.hpp     static MatAllocator* getAllocator(AllocType alloc_type = PAGE_LOCKED);
alloc_type        360 modules/core/include/opencv2/core/cuda.hpp     explicit HostMem(AllocType alloc_type = PAGE_LOCKED);
alloc_type        364 modules/core/include/opencv2/core/cuda.hpp     HostMem(int rows, int cols, int type, AllocType alloc_type = PAGE_LOCKED);
alloc_type        365 modules/core/include/opencv2/core/cuda.hpp     HostMem(Size size, int type, AllocType alloc_type = PAGE_LOCKED);
alloc_type        368 modules/core/include/opencv2/core/cuda.hpp     explicit HostMem(InputArray arr, AllocType alloc_type = PAGE_LOCKED);
alloc_type        425 modules/core/include/opencv2/core/cuda.hpp     AllocType alloc_type;
alloc_type        392 modules/core/include/opencv2/core/cuda.inl.hpp     : flags(m.flags), rows(m.rows), cols(m.cols), step(m.step), data(m.data), refcount(m.refcount), datastart(m.datastart), dataend(m.dataend), alloc_type(m.alloc_type)
alloc_type        450 modules/core/include/opencv2/core/cuda.inl.hpp     std::swap(alloc_type, b.alloc_type);
alloc_type        456 modules/core/include/opencv2/core/cuda.inl.hpp     HostMem m(size(), type(), alloc_type);
alloc_type        136 modules/core/src/cuda_host_mem.cpp MatAllocator* cv::cuda::HostMem::getAllocator(AllocType alloc_type)
alloc_type        139 modules/core/src/cuda_host_mem.cpp     (void) alloc_type;
alloc_type        147 modules/core/src/cuda_host_mem.cpp     switch (alloc_type)
alloc_type        187 modules/core/src/cuda_host_mem.cpp     if (alloc_type == SHARED)
alloc_type        210 modules/core/src/cuda_host_mem.cpp         if (alloc_type == SHARED)
alloc_type        226 modules/core/src/cuda_host_mem.cpp         switch (alloc_type)
alloc_type        307 modules/core/src/cuda_host_mem.cpp     CV_Assert( alloc_type == SHARED );