Lines Matching refs:Wrapper
1090 class Wrapper class
1099 Wrapper() : object_(NULL) { } in Wrapper() function in cl::detail::Wrapper
1101 ~Wrapper() in ~Wrapper()
1106 Wrapper(const Wrapper<cl_type>& rhs) in Wrapper() function in cl::detail::Wrapper
1112 Wrapper<cl_type>& operator = (const Wrapper<cl_type>& rhs) in operator =()
1183 class Device : public detail::Wrapper<cl_device_id>
1188 Device() : detail::Wrapper<cl_type>() { } in Device()
1190 Device(const Device& device) : detail::Wrapper<cl_type>(device) { } in Device()
1195 detail::Wrapper<cl_type>::operator=(rhs); in operator =()
1258 class Platform : public detail::Wrapper<cl_platform_id>
1265 Platform() : detail::Wrapper<cl_type>() { } in Platform()
1267 Platform(const Platform& platform) : detail::Wrapper<cl_type>(platform) { } in Platform()
1272 detail::Wrapper<cl_type>::operator=(rhs); in operator =()
1417 class Context : public detail::Wrapper<cl_context>
1464 Context() : detail::Wrapper<cl_type>() { } in Context()
1466 Context(const Context& context) : detail::Wrapper<cl_type>(context) { } in Context()
1471 detail::Wrapper<cl_type>::operator=(rhs); in operator =()
1537 class Event : public detail::Wrapper<cl_event>
1540 Event() : detail::Wrapper<cl_type>() { } in Event()
1542 Event(const Event& event) : detail::Wrapper<cl_type>(event) { } in Event()
1547 detail::Wrapper<cl_type>::operator=(rhs); in operator =()
1684 class Memory : public detail::Wrapper<cl_mem>
1687 Memory() : detail::Wrapper<cl_type>() { } in Memory()
1689 Memory(const Memory& memory) : detail::Wrapper<cl_type>(memory) { } in Memory()
1694 detail::Wrapper<cl_type>::operator=(rhs); in operator =()
2144 class Sampler : public detail::Wrapper<cl_sampler>
2170 Sampler(const Sampler& sampler) : detail::Wrapper<cl_type>(sampler) { } in Sampler()
2175 detail::Wrapper<cl_type>::operator=(rhs); in operator =()
2289 class Kernel : public detail::Wrapper<cl_kernel>
2296 Kernel(const Kernel& kernel) : detail::Wrapper<cl_type>(kernel) { } in Kernel()
2301 detail::Wrapper<cl_type>::operator=(rhs); in operator =()
2386 class Program : public detail::Wrapper<cl_program>
2449 Program(const Program& program) : detail::Wrapper<cl_type>(program) { } in Program()
2454 detail::Wrapper<cl_type>::operator=(rhs); in operator =()
2559 class CommandQueue : public detail::Wrapper<cl_command_queue>
2580 CommandQueue(const CommandQueue& commandQueue) : detail::Wrapper<cl_type>(commandQueue) { } in CommandQueue()
2585 detail::Wrapper<cl_type>::operator=(rhs); in operator =()