clEnqueueNDRangeKernel 1114 3rdparty/include/opencl/1.2/CL/cl.h clEnqueueNDRangeKernel(cl_command_queue /* command_queue */,
clEnqueueNDRangeKernel  413 3rdparty/include/opencl/1.2/CL/cl.hpp #define __ENQUEUE_NDRANGE_KERNEL_ERR        __ERR_STR(clEnqueueNDRangeKernel)
clEnqueueNDRangeKernel 5855 3rdparty/include/opencl/1.2/CL/cl.hpp             ::clEnqueueNDRangeKernel(
clEnqueueNDRangeKernel  315 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueNDRangeKernel)(cl_command_queue, cl_kernel, cl_uint, const size_t*, const size_t*, const size_t*, cl_uint, const cl_event*, cl_event*);
clEnqueueNDRangeKernel 1313 modules/core/src/ocl.cpp OCL_FUNC(cl_int, clEnqueueNDRangeKernel,
clEnqueueNDRangeKernel 3383 modules/core/src/ocl.cpp     cl_int retval = clEnqueueNDRangeKernel(qq, p->handle, (cl_uint)dims,
clEnqueueNDRangeKernel  349 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clEnqueueNDRangeKernel)(cl_command_queue, cl_kernel, cl_uint, const size_t*, const size_t*, const size_t*, cl_uint, const cl_event*, cl_event*) =
clEnqueueNDRangeKernel  351 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp static const struct DynamicFnEntry clEnqueueNDRangeKernel_definition = { "clEnqueueNDRangeKernel", (void**)&clEnqueueNDRangeKernel};