clGetPlatformIDs 571 3rdparty/include/opencl/1.2/CL/cl.h clGetPlatformIDs(cl_uint /* num_entries */, clGetPlatformIDs 342 3rdparty/include/opencl/1.2/CL/cl.hpp #define __GET_PLATFORM_IDS_ERR __ERR_STR(clGetPlatformIDs) clGetPlatformIDs 2226 3rdparty/include/opencl/1.2/CL/cl.hpp cl_int err = ::clGetPlatformIDs(0, NULL, &n); clGetPlatformIDs 2233 3rdparty/include/opencl/1.2/CL/cl.hpp err = ::clGetPlatformIDs(n, ids, NULL); clGetPlatformIDs 2255 3rdparty/include/opencl/1.2/CL/cl.hpp cl_int err = ::clGetPlatformIDs(0, NULL, &n); clGetPlatformIDs 2262 3rdparty/include/opencl/1.2/CL/cl.hpp err = ::clGetPlatformIDs(n, ids, NULL); clGetPlatformIDs 2280 3rdparty/include/opencl/1.2/CL/cl.hpp cl_int err = ::clGetPlatformIDs(0, NULL, &n); clGetPlatformIDs 2290 3rdparty/include/opencl/1.2/CL/cl.hpp err = ::clGetPlatformIDs(n, ids, NULL); clGetPlatformIDs 341 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetPlatformIDs)(cl_uint, cl_platform_id*, cl_uint*); clGetPlatformIDs 248 modules/core/src/directx.cpp cl_int status = clGetPlatformIDs(0, NULL, &numPlatforms); clGetPlatformIDs 255 modules/core/src/directx.cpp status = clGetPlatformIDs(numPlatforms, &platforms[0], NULL); clGetPlatformIDs 356 modules/core/src/directx.cpp cl_int status = clGetPlatformIDs(0, NULL, &numPlatforms); clGetPlatformIDs 363 modules/core/src/directx.cpp status = clGetPlatformIDs(numPlatforms, &platforms[0], NULL); clGetPlatformIDs 464 modules/core/src/directx.cpp cl_int status = clGetPlatformIDs(0, NULL, &numPlatforms); clGetPlatformIDs 471 modules/core/src/directx.cpp status = clGetPlatformIDs(numPlatforms, &platforms[0], NULL); clGetPlatformIDs 574 modules/core/src/directx.cpp cl_int status = clGetPlatformIDs(0, NULL, &numPlatforms); clGetPlatformIDs 581 modules/core/src/directx.cpp status = clGetPlatformIDs(numPlatforms, &platforms[0], NULL); clGetPlatformIDs 823 modules/core/src/ocl.cpp OCL_FUNC(cl_int, clGetPlatformIDs, clGetPlatformIDs 1466 modules/core/src/ocl.cpp g_isOpenCLAvailable = ::clGetPlatformIDs(0, NULL, &n) == CL_SUCCESS; clGetPlatformIDs 1699 modules/core/src/ocl.cpp if( clGetPlatformIDs(1, &handle, &n) != CL_SUCCESS || n == 0 ) clGetPlatformIDs 2289 modules/core/src/ocl.cpp CV_OclDbgAssert(clGetPlatformIDs(0, NULL, &numPlatforms) == CL_SUCCESS); clGetPlatformIDs 2294 modules/core/src/ocl.cpp CV_OclDbgAssert(clGetPlatformIDs(numPlatforms, &platforms[0], &numPlatforms) == CL_SUCCESS); clGetPlatformIDs 5276 modules/core/src/ocl.cpp CV_OclDbgAssert(clGetPlatformIDs(0, NULL, &numPlatforms) == CL_SUCCESS); clGetPlatformIDs 5285 modules/core/src/ocl.cpp CV_OclDbgAssert(clGetPlatformIDs(numPlatforms, &platforms[0], &numPlatforms) == CL_SUCCESS); clGetPlatformIDs 453 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clGetPlatformIDs)(cl_uint, cl_platform_id*, cl_uint*) = clGetPlatformIDs 455 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp static const struct DynamicFnEntry clGetPlatformIDs_definition = { "clGetPlatformIDs", (void**)&clGetPlatformIDs};