|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CLCommandQueue.Mode>
com.jogamp.opencl.CLCommandQueue.Mode
public static enum CLCommandQueue.Mode
Enumeration for the command-queue settings.
Enum Constant Summary | |
---|---|
OUT_OF_ORDER_MODE
If set, the commands in the command-queue are executed out-of-order. |
|
PROFILING_MODE
Enables profiling of commands in the command-queue. |
Field Summary | |
---|---|
int |
QUEUE_MODE
Value of wrapped OpenCL device type. |
Method Summary | |
---|---|
static CLCommandQueue.Mode |
valueOf(int queueMode)
|
static CLCommandQueue.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CLCommandQueue.Mode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
static EnumSet<CLCommandQueue.Mode> |
valuesOf(long bitfield)
|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CLCommandQueue.Mode OUT_OF_ORDER_MODE
public static final CLCommandQueue.Mode PROFILING_MODE
CLEvent
for more information.
Field Detail |
---|
public final int QUEUE_MODE
Method Detail |
---|
public static CLCommandQueue.Mode[] values()
for (CLCommandQueue.Mode c : CLCommandQueue.Mode.values()) System.out.println(c);
public static CLCommandQueue.Mode valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static CLCommandQueue.Mode valueOf(int queueMode)
public static EnumSet<CLCommandQueue.Mode> valuesOf(long bitfield)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |