|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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 |