Home
last modified time | relevance | path

Searched refs:CL_PLATFORM_VERSION (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/mesa/include/CL/
Dcl.h284 #define CL_PLATFORM_VERSION 0x0901 macro
Dopencl.hpp1180 F(cl_platform_info, CL_PLATFORM_VERSION, string) \
1834 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, 0, NULL, &size); in getPlatformVersion()
1837 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, size, versionInfo.data(), &size); in getPlatformVersion()
Dcl.hpp1321 F(cl_platform_info, CL_PLATFORM_VERSION, STRING_CLASS) \
1785 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, 0, NULL, &size); in getPlatformVersion()
1787 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, size, &versionInfo[0], &size); in getPlatformVersion()