clRetainKernel    828 3rdparty/include/opencl/1.2/CL/cl.h clRetainKernel(cl_kernel    /* kernel */) CL_API_SUFFIX__VERSION_1_0;
clRetainKernel   1650 3rdparty/include/opencl/1.2/CL/cl.hpp     { return ::clRetainKernel(kernel); }
clRetainKernel    360 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainKernel)(cl_kernel);
clRetainKernel    529 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clRetainKernel)(cl_kernel) =
clRetainKernel    531 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp static const struct DynamicFnEntry clRetainKernel_definition = { "clRetainKernel", (void**)&clRetainKernel};