|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.opencl.CLEvent
com.jogamp.opencl.CLUserEvent
public class CLUserEvent
Custom, user controlled event.
CLEvent
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.jogamp.opencl.CLEvent |
---|
CLEvent.CommandType, CLEvent.ExecutionStatus, CLEvent.ProfilingCommand |
Field Summary | |
---|---|
protected CL |
cl
|
protected CLContext |
context
|
long |
ID
The OpenCL object handle. |
Method Summary | |
---|---|
void |
close()
Deprecated. This method is not intended to be called from client code. |
static CLUserEvent |
create(CLContext context)
Creates a new user event. |
CLContext |
getContext()
Returns the context for this OpenCL object. |
long |
getID()
Returns the OpenCL object handle |
CLPlatform |
getPlatform()
Returns the platform for this OpenCL object. |
CLEvent.CommandType |
getType()
Returns CLEvent.CommandType.USER . |
CLUserEvent |
setComplete()
Sets this event's status to CLEvent.ExecutionStatus.COMPLETE . |
CLUserEvent |
setStatus(CLEvent.ExecutionStatus status)
Sets the event execution status. |
Methods inherited from class com.jogamp.opencl.CLEvent |
---|
equals, getProfilingInfo, getStatus, getStatusCode, hashCode, isComplete, registerCallback, release, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final long ID
protected CLContext context
protected final CL cl
Method Detail |
---|
public static CLUserEvent create(CLContext context)
public CLUserEvent setStatus(CLEvent.ExecutionStatus status)
public CLUserEvent setComplete()
CLEvent.ExecutionStatus.COMPLETE
.
setStatus(com.jogamp.opencl.CLEvent.ExecutionStatus)
public CLEvent.CommandType getType()
CLEvent.CommandType.USER
.
getType
in class CLEvent
@Deprecated public final void close()
close
in interface AutoCloseable
AutoCloseable
public CLContext getContext()
public CLPlatform getPlatform()
public long getID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |