Uses of Class
com.aparapi.internal.opencl.OpenCLProgram
Packages that use OpenCLProgram
Package
Description
Contains classes representing OpenCL-capable devices, and "virtual" (java) devices which execute kernels using java.
-
Uses of OpenCLProgram in com.aparapi.device
Fields in com.aparapi.device declared as OpenCLProgramModifier and TypeFieldDescriptionprivate final OpenCLProgramOpenCLDevice.OpenCLInvocationHandler.programConstructors in com.aparapi.device with parameters of type OpenCLProgramModifierConstructorDescriptionOpenCLInvocationHandler(OpenCLProgram _program, Map<String, OpenCLKernel> _map) -
Uses of OpenCLProgram in com.aparapi.internal.jni
Methods in com.aparapi.internal.jni that return OpenCLProgramModifier and TypeMethodDescriptionOpenCLJNI.createProgram(OpenCLDevice context, String openCLSource) protected OpenCLProgramOpenCLJNI.createProgram(OpenCLDevice context, String openCLSource, String binaryKey) Methods in com.aparapi.internal.jni with parameters of type OpenCLProgramModifier and TypeMethodDescriptionprotected OpenCLKernelOpenCLJNI.createKernelJNI(OpenCLProgram program, String kernelName, OpenCLArgDescriptor[] args) protected voidOpenCLJNI.disposeProgram(OpenCLProgram openCLProgram) protected voidOpenCLJNI.getMem(OpenCLProgram program, OpenCLMem mem) protected List<ProfileInfo> OpenCLJNI.getProfileInfo(OpenCLProgram openCLProgram) protected voidOpenCLJNI.remap(OpenCLProgram program, OpenCLMem mem, long address) -
Uses of OpenCLProgram in com.aparapi.internal.opencl
Fields in com.aparapi.internal.opencl declared as OpenCLProgramMethods in com.aparapi.internal.opencl that return OpenCLProgramMethods in com.aparapi.internal.opencl with parameters of type OpenCLProgramModifier and TypeMethodDescriptionstatic OpenCLKernelOpenCLKernel.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 OpenCLProgramModifierConstructorDescriptionOpenCLKernel(long kernel, OpenCLProgram programInstance, String name, OpenCLArgDescriptor[] _args) This constructor is specifically for JNI usage