Uses of Class
com.jogamp.opencl.CLEvent.CommandType

Packages that use CLEvent.CommandType
com.jogamp.opencl   
 

Uses of CLEvent.CommandType in com.jogamp.opencl
 

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