clGetPlatformInfo  576 3rdparty/include/opencl/1.2/CL/cl.h clGetPlatformInfo(cl_platform_id   /* platform */, 
clGetPlatformInfo  340 3rdparty/include/opencl/1.2/CL/cl.hpp #define __GET_PLATFORM_INFO_ERR             __ERR_STR(clGetPlatformInfo)
clGetPlatformInfo 1688 3rdparty/include/opencl/1.2/CL/cl.hpp     clGetPlatformInfo(platform, CL_PLATFORM_VERSION, 0, NULL, &size);
clGetPlatformInfo 1690 3rdparty/include/opencl/1.2/CL/cl.hpp     clGetPlatformInfo(platform, CL_PLATFORM_VERSION, size, &versionInfo[0], &size);
clGetPlatformInfo 2091 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::getInfo(&::clGetPlatformInfo, object_, name, param),
clGetPlatformInfo  342 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetPlatformInfo)(cl_platform_id, cl_platform_info, size_t, void*, size_t*);
clGetPlatformInfo  827 modules/core/src/ocl.cpp OCL_FUNC(cl_int, clGetPlatformInfo,
clGetPlatformInfo 1705 modules/core/src/ocl.cpp                 CV_OclDbgAssert(clGetPlatformInfo(handle, CL_PLATFORM_VENDOR, sizeof(buf), buf, &len) == CL_SUCCESS);
clGetPlatformInfo 2304 modules/core/src/ocl.cpp             CV_OclDbgAssert(getStringInfo(clGetPlatformInfo, platforms[i], CL_PLATFORM_NAME, name) == CL_SUCCESS);
clGetPlatformInfo 5201 modules/core/src/ocl.cpp         return clGetPlatformInfo(handle, prop, sizeof(buf)-16, buf, &sz) == CL_SUCCESS &&
clGetPlatformInfo  457 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clGetPlatformInfo)(cl_platform_id, cl_platform_info, size_t, void*, size_t*) =
clGetPlatformInfo  459 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp static const struct DynamicFnEntry clGetPlatformInfo_definition = { "clGetPlatformInfo", (void**)&clGetPlatformInfo};