Uses of Class
com.aparapi.internal.opencl.OpenCLArgDescriptor
Packages that use OpenCLArgDescriptor
Package
Description
Contains classes representing OpenCL-capable devices, and "virtual" (java) devices which execute kernels using java.
-
Uses of OpenCLArgDescriptor in com.aparapi.device
Methods in com.aparapi.device that return types with arguments of type OpenCLArgDescriptor -
Uses of OpenCLArgDescriptor in com.aparapi.internal.jni
Methods in com.aparapi.internal.jni with parameters of type OpenCLArgDescriptorModifier and TypeMethodDescriptionprotected OpenCLKernel
OpenCLJNI.createKernelJNI
(OpenCLProgram program, String kernelName, OpenCLArgDescriptor[] args) -
Uses of OpenCLArgDescriptor in com.aparapi.internal.opencl
Fields in com.aparapi.internal.opencl declared as OpenCLArgDescriptorMethod parameters in com.aparapi.internal.opencl with type arguments of type OpenCLArgDescriptorModifier and TypeMethodDescriptionstatic OpenCLKernel
OpenCLKernel.createKernel
(OpenCLProgram _program, String _kernelName, List<OpenCLArgDescriptor> _args) This method is used to create a new Kernel from JNIConstructors in com.aparapi.internal.opencl with parameters of type OpenCLArgDescriptorModifierConstructorDescriptionOpenCLKernel
(long kernel, OpenCLProgram programInstance, String name, OpenCLArgDescriptor[] _args) This constructor is specifically for JNI usage