Home
last modified time | relevance | path

Searched refs:defaultAllocator (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
Dgpumat.hpp66 __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/
Dcuda.hpp110 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/
Dcuda_gpu_mat.cpp53 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/
Djson_internalarray.inl124 static DefaultValueArrayAllocator defaultAllocator; local
125 static ValueArrayAllocator* arrayAllocator = &defaultAllocator;
Djson_internalmap.inl106 static DefaultValueMapAllocator defaultAllocator; local
107 static ValueMapAllocator* mapAllocator = &defaultAllocator;
/external/opencv3/modules/core/src/cuda/
Dgpu_mat.cu95 GpuMat::Allocator* cv::cuda::GpuMat::defaultAllocator() in defaultAllocator() function in cv::cuda::GpuMat
134 allocator = defaultAllocator(); in create()