Uses of Interface
com.aparapi.opencl.OpenCL
-
Packages that use OpenCL Package Description com.aparapi.device Contains classes representing OpenCL-capable devices, and "virtual" (java) devices which execute kernels using java.com.aparapi.opencl -
-
Uses of OpenCL in com.aparapi.device
Classes in com.aparapi.device with type parameters of type OpenCL Modifier and Type Class Description static class
OpenCLDevice.OpenCLInvocationHandler<T extends OpenCL<T>>
Methods in com.aparapi.device with type parameters of type OpenCL Modifier and Type Method Description <T extends OpenCL<T>>
TOpenCLDevice. bind(java.lang.Class<T> _interface)
<T extends OpenCL<T>>
TOpenCLDevice. bind(java.lang.Class<T> _interface, java.io.InputStream _inputStream)
<T extends OpenCL<T>>
TOpenCLDevice. bind(java.lang.Class<T> _interface, java.lang.String _source)
-
Uses of OpenCL in com.aparapi.opencl
Classes in com.aparapi.opencl that implement OpenCL Modifier and Type Class Description class
OpenCLAdapter<T>
-