Uses of Class
com.aparapi.internal.opencl.OpenCLArgDescriptor
-
Packages that use OpenCLArgDescriptor 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 OpenCLArgDescriptor in com.aparapi.device
Methods in com.aparapi.device that return types with arguments of type OpenCLArgDescriptor Modifier and Type Method Description java.util.List<OpenCLArgDescriptor>OpenCLDevice. getArgs(java.lang.reflect.Method m) -
Uses of OpenCLArgDescriptor in com.aparapi.internal.jni
Methods in com.aparapi.internal.jni with parameters of type OpenCLArgDescriptor Modifier and Type Method Description protected OpenCLKernelOpenCLJNI. createKernelJNI(OpenCLProgram program, java.lang.String kernelName, OpenCLArgDescriptor[] args) -
Uses of OpenCLArgDescriptor in com.aparapi.internal.opencl
Fields in com.aparapi.internal.opencl declared as OpenCLArgDescriptor Modifier and Type Field Description private OpenCLArgDescriptor[]OpenCLKernel. argsMethod parameters in com.aparapi.internal.opencl with type arguments of type OpenCLArgDescriptor Modifier and Type Method Description static OpenCLKernelOpenCLKernel. createKernel(OpenCLProgram _program, java.lang.String _kernelName, java.util.List<OpenCLArgDescriptor> _args)This method is used to create a new Kernel from JNIConstructors in com.aparapi.internal.opencl with parameters of type OpenCLArgDescriptor Constructor Description OpenCLKernel(long kernel, OpenCLProgram programInstance, java.lang.String name, OpenCLArgDescriptor[] _args)This constructor is specifically for JNI usage
-