Uses of Class
com.jogamp.opencl.util.CLMultiContext

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

Uses of CLMultiContext in com.jogamp.opencl.util
 

Methods in com.jogamp.opencl.util that return CLMultiContext
static CLMultiContext CLMultiContext.create(CLPlatform... platforms)
          Creates a multi context with all devices of the specified platforms.
static CLMultiContext CLMultiContext.create(CLPlatform[] platforms, CLDevice.Type... types)
          Creates a multi context with all devices of the specified platforms and types.
static CLMultiContext CLMultiContext.create(CLPlatform[] platforms, Filter<CLDevice>... filters)
          Creates a multi context with all matching devices of the specified platforms.
static CLMultiContext CLMultiContext.create(Collection<CLDevice> devices)
          Creates a multi context with the specified devices.
static CLMultiContext CLMultiContext.wrap(CLContext... contexts)
          Creates a multi context with specified contexts.
 

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

Methods in com.jogamp.opencl.util.concurrent with parameters of type CLMultiContext
static
<C extends CLQueueContext>
CLCommandQueuePool<C>
CLCommandQueuePool.create(CLQueueContextFactory<C> factory, CLMultiContext mc, CLCommandQueue.Mode... modes)