Home
last modified time | relevance | path

Searched refs:maxSurface2D (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
Dcuda.hpp755 Vec2i maxSurface2D() const;
/external/opencv3/modules/core/src/
Dcuda_info.cpp696 Vec2i cv::cuda::DeviceInfo::maxSurface2D() const in maxSurface2D() function in cv::cuda::DeviceInfo
702 return Vec2i(deviceProps().get(device_id_)->maxSurface2D); in maxSurface2D()