Home
last modified time | relevance | path

Searched refs:PlatformInfo (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
Docl.hpp67 class CV_EXPORTS PlatformInfo; variable
584 class CV_EXPORTS PlatformInfo class
587 PlatformInfo();
588 explicit PlatformInfo(void* id);
589 ~PlatformInfo();
591 PlatformInfo(const PlatformInfo& i);
592 PlatformInfo& operator =(const PlatformInfo& i);
610 CV_EXPORTS void getPlatfomsInfo(std::vector<PlatformInfo>& platform_info);
/external/opencv3/modules/ts/src/
Docl_test.cpp108 std::vector<PlatformInfo> platforms; in dumpOpenCLDevice()
115 const PlatformInfo* platform = &platforms[i]; in dumpOpenCLDevice()
/external/opencv3/modules/core/src/
Docl.cpp5188 struct PlatformInfo::Impl
5210 PlatformInfo::PlatformInfo() in PlatformInfo() function in cv::ocl::PlatformInfo
5215 PlatformInfo::PlatformInfo(void* platform_id) in PlatformInfo() function in cv::ocl::PlatformInfo
5220 PlatformInfo::~PlatformInfo() in ~PlatformInfo()
5226 PlatformInfo::PlatformInfo(const PlatformInfo& i) in PlatformInfo() function in cv::ocl::PlatformInfo
5233 PlatformInfo& PlatformInfo::operator =(const PlatformInfo& i) in operator =()
5246 int PlatformInfo::deviceNumber() const in deviceNumber()
5251 void PlatformInfo::getDevice(Device& device, int d) const in getDevice()
5258 String PlatformInfo::name() const in name()
5263 String PlatformInfo::vendor() const in vendor()
[all …]