|
LibreOffice Module opencl (master) 1
|
#include <ostream>#include <vector>#include <clew/clew.h>#include <opencl/opencldllapi.h>#include <rtl/ustring.hxx>Go to the source code of this file.
Classes | |
| struct | OpenCLDeviceInfo |
| struct | OpenCLPlatformInfo |
Functions | |
| OPENCL_DLLPUBLIC std::ostream & | operator<< (std::ostream &rStream, const OpenCLPlatformInfo &rPlatform) |
| OPENCL_DLLPUBLIC std::ostream & | operator<< (std::ostream &rStream, const OpenCLDeviceInfo &rDevice) |
| OPENCL_DLLPUBLIC std::ostream & operator<< | ( | std::ostream & | rStream, |
| const OpenCLDeviceInfo & | rDevice | ||
| ) |
Definition at line 36 of file platforminfo.cxx.
References OpenCLDeviceInfo::maDriver, OpenCLDeviceInfo::maName, and OpenCLDeviceInfo::maVendor.
| OPENCL_DLLPUBLIC std::ostream & operator<< | ( | std::ostream & | rStream, |
| const OpenCLPlatformInfo & | rPlatform | ||
| ) |
Definition at line 27 of file platforminfo.cxx.
References OpenCLPlatformInfo::maName, and OpenCLPlatformInfo::maVendor.