Searched refs:supported_extensions_as_string (Results 1 – 6 of 6) sorted by relevance
43 std::string supported_extensions_as_string() const;
57 platform::supported_extensions_as_string() const { in supported_extensions_as_string() function in platform
96 std::string supported_extensions_as_string() const;
490 device::supported_extensions_as_string() const { in supported_extensions_as_string() function in device
345 buf.as_string() = dev.supported_extensions_as_string(); in clGetDeviceInfo()448 if (dev.supported_extensions_as_string().find("cl_khr_il_program") == std::string::npos) in clGetDeviceInfo()
85 buf.as_string() = platform.supported_extensions_as_string(); in GetPlatformInfo()