Searched refs:ensureSizeIsEnoughImpl (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/core/src/ |
D | cuda_gpu_mat.cpp | 294 void ensureSizeIsEnoughImpl(int rows, int cols, int type, ObjType& obj) in ensureSizeIsEnoughImpl() function 329 ::ensureSizeIsEnoughImpl(rows, cols, type, arr.getMatRef()); in ensureSizeIsEnough() 333 ::ensureSizeIsEnoughImpl(rows, cols, type, arr.getGpuMatRef()); in ensureSizeIsEnough() 337 ::ensureSizeIsEnoughImpl(rows, cols, type, arr.getHostMemRef()); in ensureSizeIsEnough()
|