clGetDeviceIDs 584 3rdparty/include/opencl/1.2/CL/cl.h clGetDeviceIDs(cl_platform_id /* platform */, clGetDeviceIDs 341 3rdparty/include/opencl/1.2/CL/cl.hpp #define __GET_DEVICE_IDS_ERR __ERR_STR(clGetDeviceIDs) clGetDeviceIDs 2121 3rdparty/include/opencl/1.2/CL/cl.hpp cl_int err = ::clGetDeviceIDs(object_, type, 0, NULL, &n); clGetDeviceIDs 2127 3rdparty/include/opencl/1.2/CL/cl.hpp err = ::clGetDeviceIDs(object_, type, n, ids, NULL); clGetDeviceIDs 330 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetDeviceIDs)(cl_platform_id, cl_device_type, cl_uint, cl_device_id*, cl_uint*); clGetDeviceIDs 842 modules/core/src/ocl.cpp OCL_FUNC(cl_int, clGetDeviceIDs, clGetDeviceIDs 2354 modules/core/src/ocl.cpp cl_int status = clGetDeviceIDs(platforms[i], deviceType, 0, NULL, &count); clGetDeviceIDs 2360 modules/core/src/ocl.cpp status = clGetDeviceIDs(platforms[i], deviceType, count, &devices[base], &count); clGetDeviceIDs 2530 modules/core/src/ocl.cpp CV_OclDbgAssert(clGetDeviceIDs( pl, dtype, 0, 0, &nd0 ) == CL_SUCCESS); clGetDeviceIDs 2535 modules/core/src/ocl.cpp CV_OclDbgAssert(clGetDeviceIDs( pl, dtype, nd0, dlist, &nd0 ) == CL_SUCCESS); clGetDeviceIDs 5174 modules/core/src/ocl.cpp CV_OclDbgAssert(clGetDeviceIDs(platform, (cl_device_type)Device::TYPE_ALL, clGetDeviceIDs 5184 modules/core/src/ocl.cpp CV_OclDbgAssert(clGetDeviceIDs(platform, (cl_device_type)Device::TYPE_ALL, clGetDeviceIDs 409 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clGetDeviceIDs)(cl_platform_id, cl_device_type, cl_uint, cl_device_id*, cl_uint*) = clGetDeviceIDs 411 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp static const struct DynamicFnEntry clGetDeviceIDs_definition = { "clGetDeviceIDs", (void**)&clGetDeviceIDs};