OpenCL C++ Wrapper API 1.1
cl::CommandQueue Member List
This is the complete list of members for cl::CommandQueue, including all inherited members.
cl_type typedefcl::detail::Wrapper< cl_command_queue >
CommandQueue(cl_command_queue_properties properties, cl_int *err=NULL)cl::CommandQueue [inline]
CommandQueue(const Context &context, const Device &device, cl_command_queue_properties properties=0, cl_int *err=NULL)cl::CommandQueue [inline]
CommandQueue()cl::CommandQueue [inline]
CommandQueue(const CommandQueue &commandQueue)cl::CommandQueue [inline]
CommandQueue(const cl_command_queue &commandQueue)cl::CommandQueue [inline]
default_cl::CommandQueue [private, static]
default_error_cl::CommandQueue [private, static]
default_initialized_cl::CommandQueue [private, static]
enqueueAcquireGLObjects(const VECTOR_CLASS< Memory > *mem_objects=NULL, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) const cl::CommandQueue [inline]
enqueueBarrier() const cl::CommandQueue [inline]
enqueueCopyBuffer(const Buffer &src, const Buffer &dst,::size_t src_offset,::size_t dst_offset,::size_t size, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) const cl::CommandQueue [inline]
enqueueCopyBufferToImage(const Buffer &src, const Image &dst,::size_t src_offset, const size_t< 3 > &dst_origin, const size_t< 3 > &region, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) const cl::CommandQueue [inline]
enqueueCopyImage(const Image &src, const Image &dst, const size_t< 3 > &src_origin, const size_t< 3 > &dst_origin, const size_t< 3 > &region, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) const cl::CommandQueue [inline]
enqueueCopyImageToBuffer(const Image &src, const Buffer &dst, const size_t< 3 > &src_origin, const size_t< 3 > &region,::size_t dst_offset, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) const cl::CommandQueue [inline]
enqueueMapBuffer(const Buffer &buffer, cl_bool blocking, cl_map_flags flags,::size_t offset,::size_t size, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL, cl_int *err=NULL) const cl::CommandQueue [inline]
enqueueMapImage(const Image &buffer, cl_bool blocking, cl_map_flags flags, const size_t< 3 > &origin, const size_t< 3 > &region,::size_t *row_pitch,::size_t *slice_pitch, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL, cl_int *err=NULL) const cl::CommandQueue [inline]
enqueueMarker(Event *event=NULL) const cl::CommandQueue [inline]
enqueueNativeKernel(void(*userFptr)(void *), std::pair< void *,::size_t > args, const VECTOR_CLASS< Memory > *mem_objects=NULL, const VECTOR_CLASS< const void * > *mem_locs=NULL, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) const cl::CommandQueue [inline]
enqueueNDRangeKernel(const Kernel &kernel, const NDRange &offset, const NDRange &global, const NDRange &local=NullRange, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) const cl::CommandQueue [inline]
enqueueReadBuffer(const Buffer &buffer, cl_bool blocking,::size_t offset,::size_t size, void *ptr, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) const cl::CommandQueue [inline]
enqueueReadImage(const Image &image, cl_bool blocking, const size_t< 3 > &origin, const size_t< 3 > &region,::size_t row_pitch,::size_t slice_pitch, void *ptr, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) const cl::CommandQueue [inline]
enqueueReleaseGLObjects(const VECTOR_CLASS< Memory > *mem_objects=NULL, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) const cl::CommandQueue [inline]
enqueueTask(const Kernel &kernel, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) const cl::CommandQueue [inline]
enqueueUnmapMemObject(const Memory &memory, void *mapped_ptr, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) const cl::CommandQueue [inline]
enqueueWaitForEvents(const VECTOR_CLASS< Event > &events) const cl::CommandQueue [inline]
enqueueWriteBuffer(const Buffer &buffer, cl_bool blocking,::size_t offset,::size_t size, const void *ptr, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) const cl::CommandQueue [inline]
enqueueWriteImage(const Image &image, cl_bool blocking, const size_t< 3 > &origin, const size_t< 3 > &region,::size_t row_pitch,::size_t slice_pitch, void *ptr, const VECTOR_CLASS< Event > *events=NULL, Event *event=NULL) const cl::CommandQueue [inline]
finish() const cl::CommandQueue [inline]
flush() const cl::CommandQueue [inline]
getDefault(cl_int *err=NULL)cl::CommandQueue [inline, static]
getInfo(cl_command_queue_info name, T *param) const cl::CommandQueue [inline]
getInfo(cl_int *err=NULL) const cl::CommandQueue [inline]
object_cl::detail::Wrapper< cl_command_queue > [protected]
operator()() constcl::detail::Wrapper< cl_command_queue > [inline]
operator()()cl::detail::Wrapper< cl_command_queue > [inline]
operator=(const CommandQueue &rhs)cl::CommandQueue [inline]
operator=(const cl_command_queue &rhs)cl::CommandQueue [inline]
Wrapper< cl_command_queue >::operator=(const Wrapper< cl_type > &rhs)cl::detail::Wrapper< cl_command_queue > [inline]
release() constcl::detail::Wrapper< cl_command_queue > [inline, protected]
retain() constcl::detail::Wrapper< cl_command_queue > [inline, protected]
Wrapper()cl::detail::Wrapper< cl_command_queue > [inline]
Wrapper(const cl_type &obj)cl::detail::Wrapper< cl_command_queue > [inline]
Wrapper(const Wrapper< cl_type > &rhs)cl::detail::Wrapper< cl_command_queue > [inline]
~Wrapper()cl::detail::Wrapper< cl_command_queue > [inline]
 All Classes Namespaces Files Functions Variables Typedefs Defines