Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_device.cpp142 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/
Dplatform.cpp121 clGetPlatformInfo(cl_platform_id d_platform, cl_platform_info param, in clGetPlatformInfo() function
Ddispatch.hpp44 CL_API_ENTRY cl_int (CL_API_CALL *clGetPlatformInfo)(
/external/ImageMagick/MagickCore/
Dopencl.c2226 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()
Dopencl-private.h252 MAGICKpfn_clGetPlatformInfo clGetPlatformInfo;
/external/mesa3d/include/CL/
Dcl.h576 clGetPlatformInfo(cl_platform_id /* platform */,
Dcl.hpp253 #define __GET_PLATFORM_INFO_ERR __ERR_STR(clGetPlatformInfo)
1280 detail::getInfo(&::clGetPlatformInfo, object_, name, param), in getInfo()