Uses of Class
com.aparapi.internal.opencl.OpenCLKernel
-
Packages that use OpenCLKernel 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 -
-
Uses of OpenCLKernel in com.aparapi.device
Fields in com.aparapi.device with type parameters of type OpenCLKernel Modifier and Type Field Description private java.util.Map<java.lang.String,OpenCLKernel>
OpenCLDevice.OpenCLInvocationHandler. map
Constructor parameters in com.aparapi.device with type arguments of type OpenCLKernel Constructor Description OpenCLInvocationHandler(OpenCLProgram _program, java.util.Map<java.lang.String,OpenCLKernel> _map)
-
Uses of OpenCLKernel in com.aparapi.internal.jni
Methods in com.aparapi.internal.jni that return OpenCLKernel Modifier and Type Method Description protected OpenCLKernel
OpenCLJNI. createKernelJNI(OpenCLProgram program, java.lang.String kernelName, OpenCLArgDescriptor[] args)
Methods in com.aparapi.internal.jni with parameters of type OpenCLKernel Modifier and Type Method Description protected void
OpenCLJNI. disposeKernel(OpenCLKernel openCLKernel)
protected void
OpenCLJNI. invoke(OpenCLKernel openCLKernel, java.lang.Object[] args)
-
Uses of OpenCLKernel in com.aparapi.internal.opencl
Fields in com.aparapi.internal.opencl declared as OpenCLKernel Modifier and Type Field Description OpenCLKernel
OpenCLArgDescriptor. kernel
Methods in com.aparapi.internal.opencl that return OpenCLKernel Modifier and Type Method Description static OpenCLKernel
OpenCLKernel. createKernel(OpenCLProgram _program, java.lang.String _kernelName, java.util.List<OpenCLArgDescriptor> _args)
This method is used to create a new Kernel from JNI
-