public static enum CLEvent.CommandType extends Enum<CLEvent.CommandType> implements ValuedEnum
| Enum Constant and Description |
|---|
AcquireGLObjects |
CommandMapImage |
CopyBuffer |
CopyBufferToImage |
CopyImage |
CopyImageToBuffer |
MapBuffer |
Marker |
NativeKernel |
NDRangeKernel |
ReadBuffer |
ReadImage |
ReleaseGLObjects |
Task |
UnmapMemObject |
WriteBuffer |
WriteImage |
| Modifier and Type | Method and Description |
|---|---|
static CLEvent.CommandType |
getEnum(long v) |
long |
value() |
static CLEvent.CommandType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLEvent.CommandType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CLEvent.CommandType NDRangeKernel
public static final CLEvent.CommandType Task
public static final CLEvent.CommandType NativeKernel
public static final CLEvent.CommandType ReadBuffer
public static final CLEvent.CommandType WriteBuffer
public static final CLEvent.CommandType CopyBuffer
public static final CLEvent.CommandType ReadImage
public static final CLEvent.CommandType WriteImage
public static final CLEvent.CommandType CopyImage
public static final CLEvent.CommandType CopyBufferToImage
public static final CLEvent.CommandType CopyImageToBuffer
public static final CLEvent.CommandType MapBuffer
public static final CLEvent.CommandType CommandMapImage
public static final CLEvent.CommandType UnmapMemObject
public static final CLEvent.CommandType Marker
public static final CLEvent.CommandType AcquireGLObjects
public static final CLEvent.CommandType ReleaseGLObjects
public static CLEvent.CommandType[] values()
for (CLEvent.CommandType c : CLEvent.CommandType.values()) System.out.println(c);
public static CLEvent.CommandType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic long value()
value in interface ValuedEnumpublic static CLEvent.CommandType getEnum(long v)
Copyright © 2009-2015. All Rights Reserved.