Searched defs:CommandQueue (Results 1 – 1 of 1) sorted by relevance
2559 class CommandQueue : public detail::Wrapper<cl_command_queue> class2562 CommandQueue( in CommandQueue() function in cl::CommandQueue2578 CommandQueue() { } in CommandQueue() function in cl::CommandQueue2580 CommandQueue(const CommandQueue& commandQueue) : detail::Wrapper<cl_type>(commandQueue) { } in CommandQueue() function in cl::CommandQueue