CommandQueue      258 3rdparty/include/opencl/1.2/CL/cl.hpp class CommandQueue;
CommandQueue     1293 3rdparty/include/opencl/1.2/CL/cl.hpp     F(cl_event_info, CL_EVENT_COMMAND_QUEUE, cl::CommandQueue) \
CommandQueue     4315 3rdparty/include/opencl/1.2/CL/cl.hpp class CommandQueue;
CommandQueue     5064 3rdparty/include/opencl/1.2/CL/cl.hpp     static CommandQueue default_;
CommandQueue     5110 3rdparty/include/opencl/1.2/CL/cl.hpp     static CommandQueue getDefault(cl_int * err = NULL) 
CommandQueue     5148 3rdparty/include/opencl/1.2/CL/cl.hpp             default_ = CommandQueue(context, device, 0, &error);
CommandQueue     5173 3rdparty/include/opencl/1.2/CL/cl.hpp     CommandQueue(const CommandQueue& commandQueue) : detail::Wrapper<cl_type>(commandQueue) { }
CommandQueue     5177 3rdparty/include/opencl/1.2/CL/cl.hpp     CommandQueue& operator = (const CommandQueue& rhs)
CommandQueue     5185 3rdparty/include/opencl/1.2/CL/cl.hpp     CommandQueue& operator = (const cl_command_queue& rhs)
CommandQueue     6097 3rdparty/include/opencl/1.2/CL/cl.hpp __declspec(selectany) volatile int CommandQueue::default_initialized_ = __DEFAULT_NOT_INITIALIZED;
CommandQueue     6098 3rdparty/include/opencl/1.2/CL/cl.hpp __declspec(selectany) CommandQueue CommandQueue::default_;
CommandQueue     6099 3rdparty/include/opencl/1.2/CL/cl.hpp __declspec(selectany) volatile cl_int CommandQueue::default_error_ = CL_SUCCESS;
CommandQueue     6101 3rdparty/include/opencl/1.2/CL/cl.hpp __attribute__((weak)) volatile int CommandQueue::default_initialized_ = __DEFAULT_NOT_INITIALIZED;
CommandQueue     6102 3rdparty/include/opencl/1.2/CL/cl.hpp __attribute__((weak)) CommandQueue CommandQueue::default_;
CommandQueue     6103 3rdparty/include/opencl/1.2/CL/cl.hpp __attribute__((weak)) volatile cl_int CommandQueue::default_error_ = CL_SUCCESS;
CommandQueue     6116 3rdparty/include/opencl/1.2/CL/cl.hpp     CommandQueue queue = CommandQueue::getDefault(&error);
CommandQueue     6135 3rdparty/include/opencl/1.2/CL/cl.hpp     CommandQueue queue = CommandQueue::getDefault(&error);
CommandQueue     6155 3rdparty/include/opencl/1.2/CL/cl.hpp     CommandQueue queue = CommandQueue::getDefault(&error);
CommandQueue     6182 3rdparty/include/opencl/1.2/CL/cl.hpp     CommandQueue queue = CommandQueue::getDefault(&error);
CommandQueue     6213 3rdparty/include/opencl/1.2/CL/cl.hpp     CommandQueue queue = CommandQueue::getDefault(&error);
CommandQueue     6304 3rdparty/include/opencl/1.2/CL/cl.hpp     CommandQueue queue = CommandQueue::getDefault(&error);
CommandQueue     6340 3rdparty/include/opencl/1.2/CL/cl.hpp     CommandQueue queue = CommandQueue::getDefault(&error);
CommandQueue     6375 3rdparty/include/opencl/1.2/CL/cl.hpp     CommandQueue queue = CommandQueue::getDefault(&error);
CommandQueue     6408 3rdparty/include/opencl/1.2/CL/cl.hpp     CommandQueue queue = CommandQueue::getDefault(&error);
CommandQueue     6438 3rdparty/include/opencl/1.2/CL/cl.hpp     CommandQueue queue = CommandQueue::getDefault(&error);
CommandQueue     6466 3rdparty/include/opencl/1.2/CL/cl.hpp     CommandQueue queue = CommandQueue::getDefault(&error);
CommandQueue     6492 3rdparty/include/opencl/1.2/CL/cl.hpp     CommandQueue queue = CommandQueue::getDefault(&error);
CommandQueue     6518 3rdparty/include/opencl/1.2/CL/cl.hpp     CommandQueue queue = CommandQueue::getDefault(&error);
CommandQueue     6538 3rdparty/include/opencl/1.2/CL/cl.hpp     CommandQueue queue = CommandQueue::getDefault(&error);
CommandQueue     6550 3rdparty/include/opencl/1.2/CL/cl.hpp     CommandQueue queue = CommandQueue::getDefault(&error);
CommandQueue     6567 3rdparty/include/opencl/1.2/CL/cl.hpp     CommandQueue queue_;
CommandQueue     6574 3rdparty/include/opencl/1.2/CL/cl.hpp       queue_(CommandQueue::getDefault()),
CommandQueue     6583 3rdparty/include/opencl/1.2/CL/cl.hpp       queue_(CommandQueue::getDefault()),
CommandQueue     6592 3rdparty/include/opencl/1.2/CL/cl.hpp       queue_(CommandQueue::getDefault()),
CommandQueue     6601 3rdparty/include/opencl/1.2/CL/cl.hpp       queue_(CommandQueue::getDefault()),
CommandQueue     6610 3rdparty/include/opencl/1.2/CL/cl.hpp       queue_(CommandQueue::getDefault()),
CommandQueue     6619 3rdparty/include/opencl/1.2/CL/cl.hpp       queue_(CommandQueue::getDefault()),
CommandQueue     6628 3rdparty/include/opencl/1.2/CL/cl.hpp       queue_(CommandQueue::getDefault()),
CommandQueue     6638 3rdparty/include/opencl/1.2/CL/cl.hpp       queue_(CommandQueue::getDefault()),
CommandQueue     6648 3rdparty/include/opencl/1.2/CL/cl.hpp       queue_(CommandQueue::getDefault()),
CommandQueue     6657 3rdparty/include/opencl/1.2/CL/cl.hpp     EnqueueArgs(CommandQueue &queue, NDRange global) : 
CommandQueue     6666 3rdparty/include/opencl/1.2/CL/cl.hpp     EnqueueArgs(CommandQueue &queue, NDRange global, NDRange local) : 
CommandQueue     6675 3rdparty/include/opencl/1.2/CL/cl.hpp     EnqueueArgs(CommandQueue &queue, NDRange offset, NDRange global, NDRange local) : 
CommandQueue     6684 3rdparty/include/opencl/1.2/CL/cl.hpp     EnqueueArgs(CommandQueue &queue, Event e, NDRange global) : 
CommandQueue     6693 3rdparty/include/opencl/1.2/CL/cl.hpp     EnqueueArgs(CommandQueue &queue, Event e, NDRange global, NDRange local) : 
CommandQueue     6702 3rdparty/include/opencl/1.2/CL/cl.hpp     EnqueueArgs(CommandQueue &queue, Event e, NDRange offset, NDRange global, NDRange local) : 
CommandQueue     6711 3rdparty/include/opencl/1.2/CL/cl.hpp     EnqueueArgs(CommandQueue &queue, const VECTOR_CLASS<Event> &events, NDRange global) : 
CommandQueue     6721 3rdparty/include/opencl/1.2/CL/cl.hpp     EnqueueArgs(CommandQueue &queue, const VECTOR_CLASS<Event> &events, NDRange global, NDRange local) : 
CommandQueue     6731 3rdparty/include/opencl/1.2/CL/cl.hpp     EnqueueArgs(CommandQueue &queue, const VECTOR_CLASS<Event> &events, NDRange offset, NDRange global, NDRange local) :