Uses of Package
com.jogamp.opencl.llb.impl

Packages that use com.jogamp.opencl.llb.impl
com.jogamp.opencl High level java bindings to OpenCL. 
com.jogamp.opencl.llb Low level java bindings to OpenCL. 
com.jogamp.opencl.llb.impl   
 

Classes in com.jogamp.opencl.llb.impl used by com.jogamp.opencl
CLImageFormatImpl
          Struct accessor for cl_image_format.
 

Classes in com.jogamp.opencl.llb.impl used by com.jogamp.opencl.llb
BuildProgramCallback
          A callback an application can register to be called when the program executable has been built (successfully or unsuccessfully).
Note1: registering a build callback can make CLProgramBinding.clBuildProgram(long, int, com.jogamp.common.nio.PointerBuffer, java.lang.String, com.jogamp.opencl.llb.impl.BuildProgramCallback) non blocking (OpenCL implementation dependent).
Note2: the thread which calls this method is unspecified.
CLEventCallback
          A callback for a specific command execution status.
CLImageFormatImpl
          Struct accessor for cl_image_format.
CLMemObjectDestructorCallback
          A callback which is invoked by the OpenCL implementation when the memory object is deleted and its resources freed.
 

Classes in com.jogamp.opencl.llb.impl used by com.jogamp.opencl.llb.impl
BuildProgramCallback
          A callback an application can register to be called when the program executable has been built (successfully or unsuccessfully).
Note1: registering a build callback can make CLProgramBinding.clBuildProgram(long, int, com.jogamp.common.nio.PointerBuffer, java.lang.String, com.jogamp.opencl.llb.impl.BuildProgramCallback) non blocking (OpenCL implementation dependent).
Note2: the thread which calls this method is unspecified.
CLAbstractImpl
          Java bindings to OpenCL, the Open Computing Language (generated).
CLEventCallback
          A callback for a specific command execution status.
CLImageFormatImpl
          Struct accessor for cl_image_format.
CLMemObjectDestructorCallback
          A callback which is invoked by the OpenCL implementation when the memory object is deleted and its resources freed.
CLProcAddressTable
          This table is a cache of pointers to the dynamically-linkable C library.