| Package | Description |
|---|---|
| com.nativelibs4java.opencl |
| Modifier and Type | Method and Description |
|---|---|
static CLDevice.Type |
CLDevice.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLDevice.Type[] |
CLDevice.Type.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.Type> |
CLDevice.Type.getEnumSet(long v) |
EnumSet<CLDevice.Type> |
CLDevice.getType()
The OpenCL device type.
|
| Modifier and Type | Method and Description |
|---|---|
CLDevice[] |
CLPlatform.listDevices(CLDevice.Type type,
boolean onlyAvailable)
Calls clGetDeviceIDs.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
CLDevice.Type.getValue(EnumSet<CLDevice.Type> set) |
Copyright © 2009-2015. All Rights Reserved.