Searched refs:clGetPlatformInfo (Results 1 – 7 of 7) 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 | 121 clGetPlatformInfo(cl_platform_id d_platform, cl_platform_info param, in clGetPlatformInfo() function
|
D | dispatch.hpp | 44 CL_API_ENTRY cl_int (CL_API_CALL *clGetPlatformInfo)(
|
/external/ImageMagick/MagickCore/ |
D | opencl.c | 2226 if (clEnv->library->clGetPlatformInfo(platform,CL_PLATFORM_VERSION, in GetOpenCLDeviceCount() 2347 openCL_library->clGetPlatformInfo(platforms[i],CL_PLATFORM_NAME,0,NULL, in LoadOpenCLDevices() 2351 openCL_library->clGetPlatformInfo(platforms[i],CL_PLATFORM_NAME,length, in LoadOpenCLDevices() 2354 openCL_library->clGetPlatformInfo(platforms[i],CL_PLATFORM_VENDOR,0,NULL, in LoadOpenCLDevices() 2358 openCL_library->clGetPlatformInfo(platforms[i],CL_PLATFORM_VENDOR,length, in LoadOpenCLDevices() 2474 BIND(clGetPlatformInfo); in BindOpenCLFunctions()
|
D | opencl-private.h | 252 MAGICKpfn_clGetPlatformInfo clGetPlatformInfo;
|
/external/mesa3d/include/CL/ |
D | cl.h | 576 clGetPlatformInfo(cl_platform_id /* platform */,
|
D | cl.hpp | 253 #define __GET_PLATFORM_INFO_ERR __ERR_STR(clGetPlatformInfo) 1280 detail::getInfo(&::clGetPlatformInfo, object_, name, param), in getInfo()
|