Uses of Class
com.aparapi.internal.opencl.OpenCLPlatform
Packages that use OpenCLPlatform
Package
Description
Contains classes representing OpenCL-capable devices, and "virtual" (java) devices which execute kernels using java.
-
Uses of OpenCLPlatform in com.aparapi.device
Fields in com.aparapi.device declared as OpenCLPlatformMethods in com.aparapi.device that return OpenCLPlatformConstructors in com.aparapi.device with parameters of type OpenCLPlatformModifierConstructorDescriptionOpenCLDevice
(OpenCLPlatform _platform, long _deviceId, Device.TYPE _type) Minimal constructor -
Uses of OpenCLPlatform in com.aparapi.internal.jni
Methods in com.aparapi.internal.jni that return types with arguments of type OpenCLPlatform -
Uses of OpenCLPlatform in com.aparapi.internal.opencl
Fields in com.aparapi.internal.opencl with type parameters of type OpenCLPlatformMethods in com.aparapi.internal.opencl that return types with arguments of type OpenCLPlatformModifier and TypeMethodDescriptionOpenCLPlatform.getOpenCLPlatforms()
static List
<OpenCLPlatform> OpenCLPlatform.getUncachedOpenCLPlatforms()
-
Uses of OpenCLPlatform in com.aparapi.internal.util
Methods in com.aparapi.internal.util that return types with arguments of type OpenCLPlatformModifier and TypeMethodDescriptionstatic List
<OpenCLPlatform> OpenCLUtil.getOpenCLPlatforms()
Retrieve a list of available OpenCL Platforms