clReleaseSampler  727 3rdparty/include/opencl/1.2/CL/cl.h clReleaseSampler(cl_sampler /* sampler */) CL_API_SUFFIX__VERSION_1_0;
clReleaseSampler 1634 3rdparty/include/opencl/1.2/CL/cl.hpp     { return ::clReleaseSampler(sampler); }
clReleaseSampler  355 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clReleaseSampler)(cl_sampler);
clReleaseSampler  509 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clReleaseSampler)(cl_sampler) =
clReleaseSampler  511 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp static const struct DynamicFnEntry clReleaseSampler_definition = { "clReleaseSampler", (void**)&clReleaseSampler};