cl_type          1119 3rdparty/include/opencl/1.2/CL/cl.hpp inline cl_int getInfoHelper(Func f, cl_uint name, VECTOR_CLASS<T>* param, int, typename T::cl_type = 0)
cl_type          1127 3rdparty/include/opencl/1.2/CL/cl.hpp     typename T::cl_type * value = (typename T::cl_type *) alloca(required);
cl_type          1133 3rdparty/include/opencl/1.2/CL/cl.hpp     ::size_t elements = required / sizeof(typename T::cl_type);
cl_type          1213 3rdparty/include/opencl/1.2/CL/cl.hpp inline cl_int getInfoHelper(Func f, cl_uint name, T* param, int, typename T::cl_type = 0)
cl_type          1215 3rdparty/include/opencl/1.2/CL/cl.hpp     typename T::cl_type value;
cl_type          1723 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_type object_;
cl_type          1728 3rdparty/include/opencl/1.2/CL/cl.hpp     Wrapper(const cl_type &obj) : object_(obj) { }
cl_type          1735 3rdparty/include/opencl/1.2/CL/cl.hpp     Wrapper(const Wrapper<cl_type>& rhs)
cl_type          1741 3rdparty/include/opencl/1.2/CL/cl.hpp     Wrapper<cl_type>& operator = (const Wrapper<cl_type>& rhs)
cl_type          1749 3rdparty/include/opencl/1.2/CL/cl.hpp     Wrapper<cl_type>& operator = (const cl_type &rhs)
cl_type          1756 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_type operator ()() const { return object_; }
cl_type          1758 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_type& operator ()() { return object_; }
cl_type          1762 3rdparty/include/opencl/1.2/CL/cl.hpp     friend inline cl_int getInfoHelper(Func, cl_uint, U*, int, typename U::cl_type);
cl_type          1766 3rdparty/include/opencl/1.2/CL/cl.hpp         return ReferenceHandler<cl_type>::retain(object_);
cl_type          1771 3rdparty/include/opencl/1.2/CL/cl.hpp         return ReferenceHandler<cl_type>::release(object_);
cl_type          1782 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_type object_;
cl_type          1802 3rdparty/include/opencl/1.2/CL/cl.hpp     Wrapper(const cl_type &obj) : object_(obj), referenceCountable_(false) 
cl_type          1812 3rdparty/include/opencl/1.2/CL/cl.hpp     Wrapper(const Wrapper<cl_type>& rhs)
cl_type          1819 3rdparty/include/opencl/1.2/CL/cl.hpp     Wrapper<cl_type>& operator = (const Wrapper<cl_type>& rhs)
cl_type          1828 3rdparty/include/opencl/1.2/CL/cl.hpp     Wrapper<cl_type>& operator = (const cl_type &rhs)
cl_type          1836 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_type operator ()() const { return object_; }
cl_type          1838 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_type& operator ()() { return object_; }
cl_type          1842 3rdparty/include/opencl/1.2/CL/cl.hpp     friend inline cl_int getInfoHelper(Func, cl_uint, U*, int, typename U::cl_type);
cl_type          1845 3rdparty/include/opencl/1.2/CL/cl.hpp     friend inline cl_int getInfoHelper(Func, cl_uint, VECTOR_CLASS<U>*, int, typename U::cl_type);
cl_type          1850 3rdparty/include/opencl/1.2/CL/cl.hpp             return ReferenceHandler<cl_type>::retain(object_);
cl_type          1860 3rdparty/include/opencl/1.2/CL/cl.hpp             return ReferenceHandler<cl_type>::release(object_);
cl_type          1910 3rdparty/include/opencl/1.2/CL/cl.hpp     Device() : detail::Wrapper<cl_type>() { }
cl_type          1916 3rdparty/include/opencl/1.2/CL/cl.hpp     Device(const Device& device) : detail::Wrapper<cl_type>(device) { }
cl_type          1922 3rdparty/include/opencl/1.2/CL/cl.hpp     Device(const cl_device_id &device) : detail::Wrapper<cl_type>(device) { }
cl_type          1937 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::Wrapper<cl_type>::operator=(rhs);
cl_type          1948 3rdparty/include/opencl/1.2/CL/cl.hpp         detail::Wrapper<cl_type>::operator=(rhs);
cl_type          2051 3rdparty/include/opencl/1.2/CL/cl.hpp     Platform() : detail::Wrapper<cl_type>()  { }
cl_type          2057 3rdparty/include/opencl/1.2/CL/cl.hpp     Platform(const Platform& platform) : detail::Wrapper<cl_type>(platform) { }
cl_type          2063 3rdparty/include/opencl/1.2/CL/cl.hpp     Platform(const cl_platform_id &platform) : detail::Wrapper<cl_type>(platform) { }
cl_type          2072 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::Wrapper<cl_type>::operator=(rhs);
cl_type          2083 3rdparty/include/opencl/1.2/CL/cl.hpp         detail::Wrapper<cl_type>::operator=(rhs);
cl_type          2513 3rdparty/include/opencl/1.2/CL/cl.hpp     Context() : detail::Wrapper<cl_type>() { }
cl_type          2519 3rdparty/include/opencl/1.2/CL/cl.hpp     Context(const Context& context) : detail::Wrapper<cl_type>(context) { }
cl_type          2526 3rdparty/include/opencl/1.2/CL/cl.hpp     __CL_EXPLICIT_CONSTRUCTORS Context(const cl_context& context) : detail::Wrapper<cl_type>(context) { }
cl_type          2536 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::Wrapper<cl_type>::operator=(rhs);
cl_type          2548 3rdparty/include/opencl/1.2/CL/cl.hpp         detail::Wrapper<cl_type>::operator=(rhs);
cl_type          2666 3rdparty/include/opencl/1.2/CL/cl.hpp     Event() : detail::Wrapper<cl_type>() { }
cl_type          2672 3rdparty/include/opencl/1.2/CL/cl.hpp     Event(const Event& event) : detail::Wrapper<cl_type>(event) { }
cl_type          2679 3rdparty/include/opencl/1.2/CL/cl.hpp     Event(const cl_event& event) : detail::Wrapper<cl_type>(event) { }
cl_type          2689 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::Wrapper<cl_type>::operator=(rhs);
cl_type          2701 3rdparty/include/opencl/1.2/CL/cl.hpp         detail::Wrapper<cl_type>::operator=(rhs);
cl_type          2883 3rdparty/include/opencl/1.2/CL/cl.hpp     Memory() : detail::Wrapper<cl_type>() { }
cl_type          2889 3rdparty/include/opencl/1.2/CL/cl.hpp     Memory(const Memory& memory) : detail::Wrapper<cl_type>(memory) { }
cl_type          2896 3rdparty/include/opencl/1.2/CL/cl.hpp     __CL_EXPLICIT_CONSTRUCTORS Memory(const cl_mem& memory) : detail::Wrapper<cl_type>(memory) { }
cl_type          2906 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::Wrapper<cl_type>::operator=(rhs);
cl_type          2918 3rdparty/include/opencl/1.2/CL/cl.hpp         detail::Wrapper<cl_type>::operator=(rhs);
cl_type          4257 3rdparty/include/opencl/1.2/CL/cl.hpp     Sampler(const Sampler& sampler) : detail::Wrapper<cl_type>(sampler) { }
cl_type          4264 3rdparty/include/opencl/1.2/CL/cl.hpp     Sampler(const cl_sampler& sampler) : detail::Wrapper<cl_type>(sampler) { }
cl_type          4274 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::Wrapper<cl_type>::operator=(rhs);
cl_type          4286 3rdparty/include/opencl/1.2/CL/cl.hpp         detail::Wrapper<cl_type>::operator=(rhs);
cl_type          4446 3rdparty/include/opencl/1.2/CL/cl.hpp     Kernel(const Kernel& kernel) : detail::Wrapper<cl_type>(kernel) { }
cl_type          4453 3rdparty/include/opencl/1.2/CL/cl.hpp     __CL_EXPLICIT_CONSTRUCTORS Kernel(const cl_kernel& kernel) : detail::Wrapper<cl_type>(kernel) { }
cl_type          4463 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::Wrapper<cl_type>::operator=(rhs);
cl_type          4475 3rdparty/include/opencl/1.2/CL/cl.hpp         detail::Wrapper<cl_type>::operator=(rhs);
cl_type          4810 3rdparty/include/opencl/1.2/CL/cl.hpp     Program(const Program& program) : detail::Wrapper<cl_type>(program) { }
cl_type          4812 3rdparty/include/opencl/1.2/CL/cl.hpp     __CL_EXPLICIT_CONSTRUCTORS Program(const cl_program& program) : detail::Wrapper<cl_type>(program) { }
cl_type          4817 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::Wrapper<cl_type>::operator=(rhs);
cl_type          4824 3rdparty/include/opencl/1.2/CL/cl.hpp         detail::Wrapper<cl_type>::operator=(rhs);
cl_type          5173 3rdparty/include/opencl/1.2/CL/cl.hpp     CommandQueue(const CommandQueue& commandQueue) : detail::Wrapper<cl_type>(commandQueue) { }
cl_type          5175 3rdparty/include/opencl/1.2/CL/cl.hpp     CommandQueue(const cl_command_queue& commandQueue) : detail::Wrapper<cl_type>(commandQueue) { }
cl_type          5180 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::Wrapper<cl_type>::operator=(rhs);
cl_type          5187 3rdparty/include/opencl/1.2/CL/cl.hpp         detail::Wrapper<cl_type>::operator=(rhs);