| Package | Description |
|---|---|
| com.nativelibs4java.opencl |
| Modifier and Type | Method and Description |
|---|---|
static CLDevice.ExecutionCapability |
CLDevice.ExecutionCapability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLDevice.ExecutionCapability[] |
CLDevice.ExecutionCapability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<CLDevice.ExecutionCapability> |
CLDevice.ExecutionCapability.getEnumSet(long v) |
EnumSet<CLDevice.ExecutionCapability> |
CLDevice.getExecutionCapabilities()
Describes the execution capabilities of the device.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
CLDevice.ExecutionCapability.getValue(EnumSet<CLDevice.ExecutionCapability> set) |
Copyright © 2009-2015. All Rights Reserved.