Searched refs:CL_PLATFORM_NAME (Results 1 – 5 of 5) sorted by relevance
/external/libxcam/modules/ocl/ |
D | cl_device.cpp | 142 if (clGetPlatformInfo(platform_id, CL_PLATFORM_NAME, 0, 0, &sz) != CL_SUCCESS) in init() 152 if (clGetPlatformInfo(platform_id, CL_PLATFORM_NAME, sz, _platform_name, 0) != CL_SUCCESS) in init()
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | platform.cpp | 68 case CL_PLATFORM_NAME: in GetPlatformInfo()
|
/external/mesa3d/include/CL/ |
D | cl.h | 194 #define CL_PLATFORM_NAME 0x0902 macro
|
D | cl.hpp | 781 F(cl_platform_info, CL_PLATFORM_NAME, STRING_CLASS) \
|
/external/ImageMagick/MagickCore/ |
D | opencl.c | 2242 openCL_library->clGetPlatformInfo(platforms[i],CL_PLATFORM_NAME,0,NULL, in LoadOpenCLDevices() 2246 openCL_library->clGetPlatformInfo(platforms[i],CL_PLATFORM_NAME,length, in LoadOpenCLDevices()
|