Lines Matching refs:cl_sampler
1658 struct ReferenceHandler<cl_sampler>
1660 static cl_int retain(cl_sampler sampler)
1662 static cl_int release(cl_sampler sampler)
5551 /*! \brief Class interface for cl_sampler.
5554 * to the same underlying cl_sampler as the original. For details, see
5557 * \see cl_sampler
5559 class Sampler : public detail::Wrapper<cl_sampler>
5608 /*! \brief Constructor from cl_sampler - takes ownership.
5613 * This effectively transfers ownership of a refcount on the cl_sampler
5616 explicit Sampler(const cl_sampler& sampler, bool retainObject = false) :
5619 /*! \brief Assignment operator from cl_sampler - takes ownership.
5624 Sampler& operator = (const cl_sampler& rhs)