clCreateKernelsInProgram  822 3rdparty/include/opencl/1.2/CL/cl.h clCreateKernelsInProgram(cl_program     /* program */,
clCreateKernelsInProgram  393 3rdparty/include/opencl/1.2/CL/cl.hpp #define __CREATE_KERNELS_IN_PROGRAM_ERR     __ERR_STR(clCreateKernelsInProgram)
clCreateKernelsInProgram 4936 3rdparty/include/opencl/1.2/CL/cl.hpp         cl_int err = ::clCreateKernelsInProgram(object_, 0, NULL, &numKernels);
clCreateKernelsInProgram 4942 3rdparty/include/opencl/1.2/CL/cl.hpp         err = ::clCreateKernelsInProgram(
clCreateKernelsInProgram  293 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clCreateKernelsInProgram)(cl_program, cl_uint, cl_kernel*, cl_uint*);
clCreateKernelsInProgram  261 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clCreateKernelsInProgram)(cl_program, cl_uint, cl_kernel*, cl_uint*) =
clCreateKernelsInProgram  263 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp static const struct DynamicFnEntry clCreateKernelsInProgram_definition = { "clCreateKernelsInProgram", (void**)&clCreateKernelsInProgram};