Home
last modified time | relevance | path

Searched refs:clGetPlatformInfo (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/mesa/include/CL/
Dcl_icd.h1107 cl_api_clGetPlatformInfo clGetPlatformInfo; member
Dcl.h959 clGetPlatformInfo(cl_platform_id platform,
Dopencl.hpp825 #define __GET_PLATFORM_INFO_ERR CL_HPP_ERR_STR_(clGetPlatformInfo)
1834 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, 0, NULL, &size); in getPlatformVersion()
1837 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, size, versionInfo.data(), &size); in getPlatformVersion()
2594 detail::getInfo(&::clGetPlatformInfo, object_, name, param), in getInfo()
Dcl.hpp367 #define __GET_PLATFORM_INFO_ERR __ERR_STR(clGetPlatformInfo)
1785 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, 0, NULL, &size); in getPlatformVersion()
1787 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, size, &versionInfo[0], &size); in getPlatformVersion()
2230 detail::getInfo(&::clGetPlatformInfo, object_, name, param), in getInfo()