Package | Description |
---|---|
com.amd.aparapi.device |
Modifier and Type | Method and Description |
---|---|
Device.TYPE |
Device.getType() |
static Device.TYPE |
Device.TYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Device.TYPE[] |
Device.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 Device |
Device.first(Device.TYPE _type) |
void |
Device.setType(Device.TYPE type) |
Constructor and Description |
---|
OpenCLDevice(OpenCLPlatform _platform,
long _deviceId,
Device.TYPE _type)
Minimal constructor
|