Uses of Enum
com.aparapi.device.Device.TYPE
Packages that use Device.TYPE
Package
Description
Contains classes representing OpenCL-capable devices, and "virtual" (java) devices which execute kernels using java.
-
Uses of Device.TYPE in com.aparapi.device
Fields in com.aparapi.device declared as Device.TYPEMethods in com.aparapi.device that return Device.TYPEModifier and TypeMethodDescriptionDevice.getType()
static Device.TYPE
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.Methods in com.aparapi.device with parameters of type Device.TYPEModifier and TypeMethodDescriptionstatic Device
Device.first
(Device.TYPE _type) Deprecated.static List
<OpenCLDevice> OpenCLDevice.listDevices
(Device.TYPE type) List OpenCLDevices of a given TYPE, or all OpenCLDevices if type == null.static OpenCLDevice
OpenCLDevice.select
(OpenCLDevice.DeviceComparitor _deviceComparitor, Device.TYPE _type) void
Device.setType
(Device.TYPE type) Constructors in com.aparapi.device with parameters of type Device.TYPEModifierConstructorDescriptionprivate
JavaDevice
(Device.TYPE _type, String _name, long deviceId) OpenCLDevice
(OpenCLPlatform _platform, long _deviceId, Device.TYPE _type) Minimal constructor -
Uses of Device.TYPE in com.aparapi.internal.kernel
Methods in com.aparapi.internal.kernel that return types with arguments of type Device.TYPEModifier and TypeMethodDescriptionprotected List
<Device.TYPE> KernelManager.getPreferredDeviceTypes()
Methods in com.aparapi.internal.kernel with parameters of type Device.TYPEModifier and TypeMethodDescriptionstatic Device
KernelManager.DeprecatedMethods.firstDevice
(Device.TYPE _type) Deprecated.private static boolean
KernelManager.selectLhsByType
(Device.TYPE lhs, Device.TYPE rhs)