Searched refs:defaultAllocator (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/ |
D | gpumat.hpp | 66 __host__ GpuMat_(Allocator* allocator = defaultAllocator()); 69 __host__ GpuMat_(int arows, int acols, Allocator* allocator = defaultAllocator()); 70 __host__ explicit GpuMat_(Size asize, Allocator* allocator = defaultAllocator()); 73 __host__ GpuMat_(int arows, int acols, Scalar val, Allocator* allocator = defaultAllocator()); 74 __host__ GpuMat_(Size asize, Scalar val, Allocator* allocator = defaultAllocator()); 80 __host__ explicit GpuMat_(const GpuMat& m, Allocator* allocator = defaultAllocator()); 91 __host__ explicit GpuMat_(InputArray arr, Allocator* allocator = defaultAllocator());
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | cuda.hpp | 110 static Allocator* defaultAllocator(); 114 explicit GpuMat(Allocator* allocator = defaultAllocator()); 117 GpuMat(int rows, int cols, int type, Allocator* allocator = defaultAllocator()); 118 GpuMat(Size size, int type, Allocator* allocator = defaultAllocator()); 121 GpuMat(int rows, int cols, int type, Scalar s, Allocator* allocator = defaultAllocator()); 122 GpuMat(Size size, int type, Scalar s, Allocator* allocator = defaultAllocator()); 136 explicit GpuMat(InputArray arr, Allocator* allocator = defaultAllocator());
|
/external/opencv3/modules/core/src/ |
D | cuda_gpu_mat.cpp | 53 allocator(defaultAllocator()) in GpuMat() 79 allocator(defaultAllocator()) in GpuMat() 416 GpuMat::Allocator* cv::cuda::GpuMat::defaultAllocator() in defaultAllocator() function in cv::cuda::GpuMat
|
/external/jsoncpp/src/lib_json/ |
D | json_internalarray.inl | 124 static DefaultValueArrayAllocator defaultAllocator; local 125 static ValueArrayAllocator* arrayAllocator = &defaultAllocator;
|
D | json_internalmap.inl | 106 static DefaultValueMapAllocator defaultAllocator; local 107 static ValueMapAllocator* mapAllocator = &defaultAllocator;
|
/external/opencv3/modules/core/src/cuda/ |
D | gpu_mat.cu | 95 GpuMat::Allocator* cv::cuda::GpuMat::defaultAllocator() in defaultAllocator() function in cv::cuda::GpuMat 134 allocator = defaultAllocator(); in create()
|