Uses of Class
com.aparapi.internal.opencl.OpenCLKernel
Packages that use OpenCLKernel
Package
Description
Contains classes representing OpenCL-capable devices, and "virtual" (java) devices which execute kernels using java.
-
Uses of OpenCLKernel in com.aparapi.device
Fields in com.aparapi.device with type parameters of type OpenCLKernelModifier and TypeFieldDescriptionprivate final Map<String, OpenCLKernel> OpenCLDevice.OpenCLInvocationHandler.mapConstructor parameters in com.aparapi.device with type arguments of type OpenCLKernelModifierConstructorDescriptionOpenCLInvocationHandler(OpenCLProgram _program, Map<String, OpenCLKernel> _map) -
Uses of OpenCLKernel in com.aparapi.internal.jni
Methods in com.aparapi.internal.jni that return OpenCLKernelModifier and TypeMethodDescriptionprotected OpenCLKernelOpenCLJNI.createKernelJNI(OpenCLProgram program, String kernelName, OpenCLArgDescriptor[] args) Methods in com.aparapi.internal.jni with parameters of type OpenCLKernelModifier and TypeMethodDescriptionprotected voidOpenCLJNI.disposeKernel(OpenCLKernel openCLKernel) protected voidOpenCLJNI.invoke(OpenCLKernel openCLKernel, Object[] args) -
Uses of OpenCLKernel in com.aparapi.internal.opencl
Fields in com.aparapi.internal.opencl declared as OpenCLKernelMethods in com.aparapi.internal.opencl that return OpenCLKernelModifier and TypeMethodDescriptionstatic OpenCLKernelOpenCLKernel.createKernel(OpenCLProgram _program, String _kernelName, List<OpenCLArgDescriptor> _args) This method is used to create a new Kernel from JNI