Searched refs:PlatformInfo (Results 1 – 3 of 3) sorted by relevance
67 class CV_EXPORTS PlatformInfo; variable584 class CV_EXPORTS PlatformInfo class587 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);
108 std::vector<PlatformInfo> platforms; in dumpOpenCLDevice()115 const PlatformInfo* platform = &platforms[i]; in dumpOpenCLDevice()
5188 struct PlatformInfo::Impl5210 PlatformInfo::PlatformInfo() in PlatformInfo() function in cv::ocl::PlatformInfo5215 PlatformInfo::PlatformInfo(void* platform_id) in PlatformInfo() function in cv::ocl::PlatformInfo5220 PlatformInfo::~PlatformInfo() in ~PlatformInfo()5226 PlatformInfo::PlatformInfo(const PlatformInfo& i) in PlatformInfo() function in cv::ocl::PlatformInfo5233 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 …]