Uses of Class
com.aparapi.internal.opencl.OpenCLPlatform
-
Packages that use OpenCLPlatform Package Description com.aparapi.device Contains classes representing OpenCL-capable devices, and "virtual" (java) devices which execute kernels using java.com.aparapi.internal.jni com.aparapi.internal.opencl com.aparapi.internal.util -
-
Uses of OpenCLPlatform in com.aparapi.device
Fields in com.aparapi.device declared as OpenCLPlatform Modifier and Type Field Description private OpenCLPlatform
OpenCLDevice. platform
Methods in com.aparapi.device that return OpenCLPlatform Modifier and Type Method Description OpenCLPlatform
OpenCLDevice. getOpenCLPlatform()
Constructors in com.aparapi.device with parameters of type OpenCLPlatform Constructor Description OpenCLDevice(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 Modifier and Type Method Description protected java.util.List<OpenCLPlatform>
OpenCLJNI. getPlatforms()
-
Uses of OpenCLPlatform in com.aparapi.internal.opencl
Fields in com.aparapi.internal.opencl with type parameters of type OpenCLPlatform Modifier and Type Field Description private static java.util.List<OpenCLPlatform>
OpenCLPlatform. platforms
Methods in com.aparapi.internal.opencl that return types with arguments of type OpenCLPlatform Modifier and Type Method Description java.util.List<OpenCLPlatform>
OpenCLPlatform. getOpenCLPlatforms()
static java.util.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 OpenCLPlatform Modifier and Type Method Description static java.util.List<OpenCLPlatform>
OpenCLUtil. getOpenCLPlatforms()
Retrieve a list of available OpenCL Platforms
-