Searched refs:getStrProp (Results 1 – 1 of 1) sorted by relevance
1797 name_ = getStrProp(CL_DEVICE_NAME); in Impl()1798 version_ = getStrProp(CL_DEVICE_VERSION); in Impl()1804 driverVersion_ = getStrProp(CL_DRIVER_VERSION); in Impl()1806 String deviceVersion_ = getStrProp(CL_DEVICE_VERSION); in Impl()1809 vendorName_ = getStrProp(CL_DEVICE_VENDOR); in Impl()1840 String getStrProp(cl_device_info prop) const in getStrProp() function1917 { return p ? p->getStrProp(CL_DEVICE_EXTENSIONS) : String(); } in extensions()1929 { return p ? p->getStrProp(CL_DEVICE_OPENCL_C_VERSION) : String(); } in OpenCL_C_Version()1932 { return p ? p->getStrProp(CL_DEVICE_EXTENSIONS) : String(); } in OpenCLVersion()2013 size_t pos = p->getStrProp(CL_DEVICE_EXTENSIONS).find("cl_khr_image2d_from_buffer"); in imageFromBufferSupport()[all …]