Class OpenCLPlatform
java.lang.Object
com.aparapi.internal.jni.OpenCLJNI
com.aparapi.internal.opencl.OpenCLPlatform
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<OpenCLDevice> private final Stringprivate longprivate static List<OpenCLPlatform> private final Stringprivate final String -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorOpenCLPlatform(long _platformId, String _version, String _vendor, String _name) Full constructor -
Method Summary
Modifier and TypeMethodDescriptionvoidaddOpenCLDevice(OpenCLDevice device) getName()static List<OpenCLPlatform> toString()Methods inherited from class OpenCLJNI
createKernelJNI, createProgram, createProgram, disposeKernel, disposeProgram, getBytes, getMem, getPlatforms, getProfileInfo, invoke, remap
-
Field Details
-
platformId
private long platformId -
version
-
vendor
-
name
-
devices
-
platforms
-
-
Constructor Details
-
OpenCLPlatform
public OpenCLPlatform()Default constructor -
OpenCLPlatform
-
-
Method Details
-
addOpenCLDevice
-
getOpenCLDevices
-
getOpenCLPlatforms
-
getUncachedOpenCLPlatforms
-
getName
-
getVersion
-
getVendor
-
toString
-