Lines Matching refs:Wrapper
1863 class Wrapper class
1872 Wrapper() : object_(NULL) { } in Wrapper() function in cl::detail::Wrapper
1874 Wrapper(const cl_type &obj, bool retainObject) : object_(obj) in Wrapper() function in cl::detail::Wrapper
1881 ~Wrapper() in ~Wrapper()
1886 Wrapper(const Wrapper<cl_type>& rhs) in Wrapper() function in cl::detail::Wrapper
1892 Wrapper(Wrapper<cl_type>&& rhs) CL_HPP_NOEXCEPT_ in Wrapper() function in cl::detail::Wrapper
1898 Wrapper<cl_type>& operator = (const Wrapper<cl_type>& rhs) in operator =()
1908 Wrapper<cl_type>& operator = (Wrapper<cl_type>&& rhs) in operator =()
1918 Wrapper<cl_type>& operator = (const cl_type &rhs) in operator =()
1957 class Wrapper<cl_device_id> class
1986 Wrapper() : object_(NULL), referenceCountable_(false) in Wrapper() function in cl::detail::Wrapper
1990 Wrapper(const cl_type &obj, bool retainObject) : in Wrapper() function in cl::detail::Wrapper
2001 ~Wrapper() in ~Wrapper()
2006 Wrapper(const Wrapper<cl_type>& rhs) in Wrapper() function in cl::detail::Wrapper
2013 Wrapper(Wrapper<cl_type>&& rhs) CL_HPP_NOEXCEPT_ in Wrapper() function in cl::detail::Wrapper
2021 Wrapper<cl_type>& operator = (const Wrapper<cl_type>& rhs) in operator =()
2032 Wrapper<cl_type>& operator = (Wrapper<cl_type>&& rhs) in operator =()
2044 Wrapper<cl_type>& operator = (const cl_type &rhs) in operator =()
2087 inline bool operator==(const Wrapper<T> &lhs, const Wrapper<T> &rhs) in operator ==()
2093 inline bool operator!=(const Wrapper<T> &lhs, const Wrapper<T> &rhs) in operator !=()
2143 class Device : public detail::Wrapper<cl_device_id>
2180 Device() : detail::Wrapper<cl_type>() { } in Device()
2187 detail::Wrapper<cl_type>(device, retainObject) { } in Device()
2224 detail::Wrapper<cl_type>::operator=(rhs); in operator =()
2231 Device(const Device& dev) : detail::Wrapper<cl_type>(dev) {} in Device()
2238 detail::Wrapper<cl_type>::operator=(dev); in operator =()
2245 Device(Device&& dev) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(dev)) {} in Device()
2252 detail::Wrapper<cl_type>::operator=(std::move(dev)); in operator =()
2469 class Platform : public detail::Wrapper<cl_platform_id>
2542 Platform() : detail::Wrapper<cl_type>() { } in Platform()
2552 detail::Wrapper<cl_type>(platform, retainObject) { } in Platform()
2560 detail::Wrapper<cl_type>::operator=(rhs); in operator =()
2852 : public detail::Wrapper<cl_context>
3074 Context(const Context& ctx) : detail::Wrapper<cl_type>(ctx) {} in Context()
3081 detail::Wrapper<cl_type>::operator=(ctx); in operator =()
3088 Context(Context&& ctx) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(ctx)) {} in Context()
3095 detail::Wrapper<cl_type>::operator=(std::move(ctx)); in operator =()
3129 Context() : detail::Wrapper<cl_type>() { } in Context()
3137 detail::Wrapper<cl_type>(context, retainObject) { } in Context()
3146 detail::Wrapper<cl_type>::operator=(rhs); in operator =()
3264 class Event : public detail::Wrapper<cl_event>
3268 Event() : detail::Wrapper<cl_type>() { } in Event()
3279 detail::Wrapper<cl_type>(event, retainObject) { } in Event()
3288 detail::Wrapper<cl_type>::operator=(rhs); in operator =()
3447 class Memory : public detail::Wrapper<cl_mem>
3451 Memory() : detail::Wrapper<cl_type>() { } in Memory()
3465 detail::Wrapper<cl_type>(memory, retainObject) { } in Memory()
3474 detail::Wrapper<cl_type>::operator=(rhs); in operator =()
3481 Memory(const Memory& mem) : detail::Wrapper<cl_type>(mem) {} in Memory()
3488 detail::Wrapper<cl_type>::operator=(mem); in operator =()
3495 Memory(Memory&& mem) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(mem)) {} in Memory()
3502 detail::Wrapper<cl_type>::operator=(std::move(mem)); in operator =()
5669 class Sampler : public detail::Wrapper<cl_sampler>
5727 detail::Wrapper<cl_type>(sampler, retainObject) { } in Sampler()
5736 detail::Wrapper<cl_type>::operator=(rhs); in operator =()
5743 Sampler(const Sampler& sam) : detail::Wrapper<cl_type>(sam) {} in Sampler()
5750 detail::Wrapper<cl_type>::operator=(sam); in operator =()
5757 Sampler(Sampler&& sam) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(sam)) {} in Sampler()
5764 detail::Wrapper<cl_type>::operator=(std::move(sam)); in operator =()
5935 class Kernel : public detail::Wrapper<cl_kernel>
5952 detail::Wrapper<cl_type>(kernel, retainObject) { } in Kernel()
5961 detail::Wrapper<cl_type>::operator=(rhs); in operator =()
5968 Kernel(const Kernel& kernel) : detail::Wrapper<cl_type>(kernel) {} in Kernel()
5975 detail::Wrapper<cl_type>::operator=(kernel); in operator =()
5982 Kernel(Kernel&& kernel) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(kernel)) {} in Kernel()
5989 detail::Wrapper<cl_type>::operator=(std::move(kernel)); in operator =()
6284 class Program : public detail::Wrapper<cl_program>
6671 detail::Wrapper<cl_type>(program, retainObject) { } in Program()
6675 detail::Wrapper<cl_type>::operator=(rhs); in operator =()
6682 Program(const Program& program) : detail::Wrapper<cl_type>(program) {} in Program()
6689 detail::Wrapper<cl_type>::operator=(program); in operator =()
6696 Program(Program&& program) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(program)) {} in Program()
6703 detail::Wrapper<cl_type>::operator=(std::move(program)); in operator =()
7134 class CommandQueue : public detail::Wrapper<cl_command_queue>
7594 detail::Wrapper<cl_type>(commandQueue, retainObject) { } in CommandQueue()
7598 detail::Wrapper<cl_type>::operator=(rhs); in operator =()
7605 CommandQueue(const CommandQueue& queue) : detail::Wrapper<cl_type>(queue) {} in CommandQueue()
7612 detail::Wrapper<cl_type>::operator=(queue); in operator =()
7619 …CommandQueue(CommandQueue&& queue) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(queue)) {} in CommandQueue()
7626 detail::Wrapper<cl_type>::operator=(std::move(queue)); in operator =()
8884 class DeviceCommandQueue : public detail::Wrapper<cl_command_queue>
8974 detail::Wrapper<cl_type>(commandQueue, retainObject) { } in DeviceCommandQueue()
8978 detail::Wrapper<cl_type>::operator=(rhs); in operator =()
8985 DeviceCommandQueue(const DeviceCommandQueue& queue) : detail::Wrapper<cl_type>(queue) {} in DeviceCommandQueue()
8992 detail::Wrapper<cl_type>::operator=(queue); in operator =()
8999 …DeviceCommandQueue(DeviceCommandQueue&& queue) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::mo… in DeviceCommandQueue()
9006 detail::Wrapper<cl_type>::operator=(std::move(queue)); in operator =()