cl_sampler         47 3rdparty/include/opencl/1.2/CL/cl.h typedef struct _cl_sampler *        cl_sampler;
cl_sampler        716 3rdparty/include/opencl/1.2/CL/cl.h extern CL_API_ENTRY cl_sampler CL_API_CALL
cl_sampler        724 3rdparty/include/opencl/1.2/CL/cl.h clRetainSampler(cl_sampler /* sampler */) CL_API_SUFFIX__VERSION_1_0;
cl_sampler        727 3rdparty/include/opencl/1.2/CL/cl.h clReleaseSampler(cl_sampler /* sampler */) CL_API_SUFFIX__VERSION_1_0;
cl_sampler        730 3rdparty/include/opencl/1.2/CL/cl.h clGetSamplerInfo(cl_sampler         /* sampler */,
cl_sampler       1629 3rdparty/include/opencl/1.2/CL/cl.hpp struct ReferenceHandler<cl_sampler>
cl_sampler       1631 3rdparty/include/opencl/1.2/CL/cl.hpp     static cl_int retain(cl_sampler sampler)
cl_sampler       1633 3rdparty/include/opencl/1.2/CL/cl.hpp     static cl_int release(cl_sampler sampler)
cl_sampler       4216 3rdparty/include/opencl/1.2/CL/cl.hpp class Sampler : public detail::Wrapper<cl_sampler>
cl_sampler       4264 3rdparty/include/opencl/1.2/CL/cl.hpp     Sampler(const cl_sampler& sampler) : detail::Wrapper<cl_type>(sampler) { }
cl_sampler       4284 3rdparty/include/opencl/1.2/CL/cl.hpp     Sampler& operator = (const cl_sampler& rhs)
cl_sampler        297 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_sampler (CL_API_CALL*clCreateSampler)(cl_context, cl_bool, cl_addressing_mode, cl_filter_mode, cl_int*);
cl_sampler        345 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetSamplerInfo)(cl_sampler, cl_sampler_info, size_t, void*, size_t*);
cl_sampler        355 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clReleaseSampler)(cl_sampler);
cl_sampler        363 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainSampler)(cl_sampler);
cl_sampler         53 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_sampler clCreateSampler(cl_context p0, cl_bool p1, cl_addressing_mode p2, cl_filter_mode p3, cl_int* p4) { return clCreateSampler_pfn(p0, p1, p2, p3, p4); }
cl_sampler        197 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_int clGetSamplerInfo(cl_sampler p0, cl_sampler_info p1, size_t p2, void* p3, size_t* p4) { return clGetSamplerInfo_pfn(p0, p1, p2, p3, p4); }
cl_sampler        227 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_int clReleaseSampler(cl_sampler p0) { return clReleaseSampler_pfn(p0); }
cl_sampler        251 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_int clRetainSampler(cl_sampler p0) { return clRetainSampler_pfn(p0); }
cl_sampler        277 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_sampler (CL_API_CALL*clCreateSampler)(cl_context, cl_bool, cl_addressing_mode, cl_filter_mode, cl_int*) =
cl_sampler        278 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn5<OPENCL_FN_clCreateSampler, cl_sampler, cl_context, cl_bool, cl_addressing_mode, cl_filter_mode, cl_int*>::switch_fn;
cl_sampler        469 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clGetSamplerInfo)(cl_sampler, cl_sampler_info, size_t, void*, size_t*) =
cl_sampler        470 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn5<OPENCL_FN_clGetSamplerInfo, cl_int, cl_sampler, cl_sampler_info, size_t, void*, size_t*>::switch_fn;
cl_sampler        509 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clReleaseSampler)(cl_sampler) =
cl_sampler        510 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn1<OPENCL_FN_clReleaseSampler, cl_int, cl_sampler>::switch_fn;
cl_sampler        541 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clRetainSampler)(cl_sampler) =
cl_sampler        542 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn1<OPENCL_FN_clRetainSampler, cl_int, cl_sampler>::switch_fn;