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
Subclasses with type arguments of type Device.TYPE in com.aparapi.deviceFields in com.aparapi.device declared as Device.TYPEMethods in com.aparapi.device that return Device.TYPEModifier and TypeMethodDescriptionDevice.getType()static Device.TYPEReturns 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 DeviceDevice.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 OpenCLDeviceOpenCLDevice.select(OpenCLDevice.DeviceComparitor _deviceComparitor, Device.TYPE _type) voidDevice.setType(Device.TYPE type) Constructors in com.aparapi.device with parameters of type Device.TYPEModifierConstructorDescriptionprivateJavaDevice(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 DeviceKernelManager.DeprecatedMethods.firstDevice(Device.TYPE _type) Deprecated.private static booleanKernelManager.selectLhsByType(Device.TYPE lhs, Device.TYPE rhs)