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

Packages that use CLEvent.ExecutionStatus
com.jogamp.opencl   
 

Uses of CLEvent.ExecutionStatus in com.jogamp.opencl
 

Methods in com.jogamp.opencl that return CLEvent.ExecutionStatus
 CLEvent.ExecutionStatus CLEvent.getStatus()
          Returns the execution status of the command which triggers this event.
static CLEvent.ExecutionStatus CLEvent.ExecutionStatus.valueOf(int status)
           
static CLEvent.ExecutionStatus CLEvent.ExecutionStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CLEvent.ExecutionStatus[] CLEvent.ExecutionStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jogamp.opencl with parameters of type CLEvent.ExecutionStatus
 CLUserEvent CLUserEvent.setStatus(CLEvent.ExecutionStatus status)
          Sets the event execution status.