Uses of Class
com.jogamp.opencl.util.concurrent.CLCommandQueuePool

Packages that use CLCommandQueuePool
com.jogamp.opencl.util.concurrent OpenCL multi device concurrency utilities. 
 

Uses of CLCommandQueuePool in com.jogamp.opencl.util.concurrent
 

Methods in com.jogamp.opencl.util.concurrent that return CLCommandQueuePool
static
<C extends CLQueueContext>
CLCommandQueuePool<C>
CLCommandQueuePool.create(CLQueueContextFactory<C> factory, CLMultiContext mc, CLCommandQueue.Mode... modes)
           
static
<C extends CLQueueContext>
CLCommandQueuePool
CLCommandQueuePool.create(CLQueueContextFactory<C> factory, Collection<CLCommandQueue> queues)
           
static
<C extends CLQueueContext>
CLCommandQueuePool<C>
CLCommandQueuePool.create(CLQueueContextFactory<C> factory, Collection<CLDevice> devices, CLCommandQueue.Mode... modes)
           
<C extends CLQueueContext>
CLCommandQueuePool
CLCommandQueuePool.switchContext(CLQueueContextFactory<C> factory)
          Switches the context of all queues - this operation can be expensive.