clRetainSampler   724 3rdparty/include/opencl/1.2/CL/cl.h clRetainSampler(cl_sampler /* sampler */) CL_API_SUFFIX__VERSION_1_0;
clRetainSampler  1632 3rdparty/include/opencl/1.2/CL/cl.hpp     { return ::clRetainSampler(sampler); }
clRetainSampler   363 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainSampler)(cl_sampler);
clRetainSampler   541 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clRetainSampler)(cl_sampler) =
clRetainSampler   543 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp static const struct DynamicFnEntry clRetainSampler_definition = { "clRetainSampler", (void**)&clRetainSampler};