Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/
Dcuda.hpp690 size_t texturePitchAlignment() const;
/external/opencv3/modules/core/src/
Dcuda_info.cpp488 size_t cv::cuda::DeviceInfo::texturePitchAlignment() const in texturePitchAlignment() function in cv::cuda::DeviceInfo
494 return deviceProps().get(device_id_)->texturePitchAlignment; in texturePitchAlignment()