|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.CLSimpleQueueContext s containing a precompiled program. |
Methods in com.jogamp.opencl.util.concurrent with parameters of type CLQueueContextFactory | ||
---|---|---|
static
|
CLCommandQueuePool.create(CLQueueContextFactory<C> factory,
CLMultiContext mc,
CLCommandQueue.Mode... modes)
|
|
static
|
CLCommandQueuePool.create(CLQueueContextFactory<C> factory,
Collection<CLCommandQueue> queues)
|
|
static
|
CLCommandQueuePool.create(CLQueueContextFactory<C> factory,
Collection<CLDevice> devices,
CLCommandQueue.Mode... modes)
|
|
|
CLCommandQueuePool.switchContext(CLQueueContextFactory<C> factory)
Switches the context of all queues - this operation can be expensive. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |