Uses of Class
com.jogamp.opencl.CLCommandQueue.Mode

Packages that use CLCommandQueue.Mode
com.jogamp.opencl High level java bindings to OpenCL. 
com.jogamp.opencl.util OpenCL utilities. 
com.jogamp.opencl.util.concurrent OpenCL multi device concurrency utilities. 
 

Uses of CLCommandQueue.Mode in com.jogamp.opencl
 

Methods in com.jogamp.opencl that return CLCommandQueue.Mode
static CLCommandQueue.Mode CLCommandQueue.Mode.valueOf(int queueMode)
           
static CLCommandQueue.Mode CLCommandQueue.Mode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CLCommandQueue.Mode[] CLCommandQueue.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jogamp.opencl that return types with arguments of type CLCommandQueue.Mode
 EnumSet<CLCommandQueue.Mode> CLCommandQueue.getProperties()
          Returns the command queue properties as EnumSet.
 EnumSet<CLCommandQueue.Mode> CLDevice.getQueueProperties()
          Returns the command-queue properties supported by the device.
static EnumSet<CLCommandQueue.Mode> CLCommandQueue.Mode.valuesOf(long bitfield)
           
 

Methods in com.jogamp.opencl with parameters of type CLCommandQueue.Mode
 CLCommandQueue CLDevice.createCommandQueue(CLCommandQueue.Mode... properties)
           
 CLCommandQueue CLDevice.createCommandQueue(CLCommandQueue.Mode property)
           
 

Uses of CLCommandQueue.Mode in com.jogamp.opencl.util
 

Methods in com.jogamp.opencl.util with parameters of type CLCommandQueue.Mode
static Filter<CLDevice> CLDeviceFilters.queueMode(CLCommandQueue.Mode... modes)
          Accepts all devices supporting the specified command queue modes.
static Filter<CLPlatform> CLPlatformFilters.queueMode(CLCommandQueue.Mode... modes)
          Accepts all platforms containing at least one devices supporting the specified command queue modes.
 

Uses of CLCommandQueue.Mode in com.jogamp.opencl.util.concurrent
 

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