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

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

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

Subclasses of CLQueueContextFactory in com.jogamp.opencl.util.concurrent
static class CLQueueContextFactory.CLSimpleContextFactory
          Creates CLQueueContext.CLSimpleQueueContexts containing a precompiled program.
 

Methods in com.jogamp.opencl.util.concurrent with parameters of type CLQueueContextFactory
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.