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

Packages that use CLCommandQueue.Mode
com.jogamp.opencl   
 

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)