MatAllocator      358 modules/core/include/opencv2/core/cuda.hpp     static MatAllocator* getAllocator(AllocType alloc_type = PAGE_LOCKED);
MatAllocator      469 modules/core/include/opencv2/core/mat.hpp     UMatData(const MatAllocator* allocator);
MatAllocator      486 modules/core/include/opencv2/core/mat.hpp     const MatAllocator* prevAllocator;
MatAllocator      487 modules/core/include/opencv2/core/mat.hpp     const MatAllocator* currAllocator;
MatAllocator     1879 modules/core/include/opencv2/core/mat.hpp     MatAllocator* allocator;
MatAllocator     1881 modules/core/include/opencv2/core/mat.hpp     static MatAllocator* getStdAllocator();
MatAllocator     2297 modules/core/include/opencv2/core/mat.hpp     MatAllocator* allocator;
MatAllocator     2300 modules/core/include/opencv2/core/mat.hpp     static MatAllocator* getStdAllocator();
MatAllocator      673 modules/core/include/opencv2/core/ocl.hpp CV_EXPORTS MatAllocator* getOpenCLAllocator();
MatAllocator       54 modules/core/src/cuda_host_mem.cpp class HostMemAllocator : public MatAllocator
MatAllocator      136 modules/core/src/cuda_host_mem.cpp MatAllocator* cv::cuda::HostMem::getAllocator(AllocType alloc_type)
MatAllocator      143 modules/core/src/cuda_host_mem.cpp     static std::map<unsigned int, Ptr<MatAllocator> > allocators;
MatAllocator      155 modules/core/src/cuda_host_mem.cpp     Ptr<MatAllocator>& a = allocators[flag];
MatAllocator       54 modules/core/src/matrix.cpp void MatAllocator::map(UMatData*, int) const
MatAllocator       58 modules/core/src/matrix.cpp void MatAllocator::unmap(UMatData* u) const
MatAllocator       67 modules/core/src/matrix.cpp void MatAllocator::download(UMatData* u, void* dstptr,
MatAllocator       99 modules/core/src/matrix.cpp void MatAllocator::upload(UMatData* u, const void* srcptr, int dims, const size_t sz[],
MatAllocator      129 modules/core/src/matrix.cpp void MatAllocator::copy(UMatData* usrc, UMatData* udst, int dims, const size_t sz[],
MatAllocator      162 modules/core/src/matrix.cpp BufferPoolController* MatAllocator::getBufferPoolController(const char* id) const
MatAllocator      169 modules/core/src/matrix.cpp class StdMatAllocator : public MatAllocator
MatAllocator      225 modules/core/src/matrix.cpp MatAllocator* Mat::getStdAllocator()
MatAllocator      395 modules/core/src/matrix.cpp         MatAllocator *a = allocator, *a0 = getStdAllocator();
MatAllocator     4131 modules/core/src/ocl.cpp class OpenCLAllocator : public MatAllocator
MatAllocator     5160 modules/core/src/ocl.cpp     MatAllocator* matStdAllocator;
MatAllocator     5163 modules/core/src/ocl.cpp MatAllocator* getOpenCLAllocator()
MatAllocator     5165 modules/core/src/ocl.cpp     static MatAllocator * allocator = new OpenCLAllocator();
MatAllocator       53 modules/core/src/umatrix.cpp UMatData::UMatData(const MatAllocator* allocator)
MatAllocator       88 modules/core/src/umatrix.cpp MatAllocator* UMat::getStdAllocator()
MatAllocator      218 modules/core/src/umatrix.cpp         MatAllocator *a = allocator, *a0 = getStdAllocator();
MatAllocator      262 modules/core/src/umatrix.cpp         MatAllocator *a = allocator, *a0 = getStdAllocator();
MatAllocator      138 modules/python/src2/cv2.cpp class NumpyAllocator : public MatAllocator
MatAllocator      202 modules/python/src2/cv2.cpp     const MatAllocator* stdAllocator;