Uses of Package
com.jogamp.opencl.util

Packages that use com.jogamp.opencl.util
com.jogamp.opencl   
com.jogamp.opencl.util   
 

Classes in com.jogamp.opencl.util used by com.jogamp.opencl
CLBuildConfiguration
          Configuration representing everything needed to build an OpenCL program.
CLBuildListener
          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 CL.clBuildProgram(long, int, com.jogamp.common.nio.PointerBuffer, java.lang.String, com.jogamp.opencl.impl.BuildProgramCallback) non blocking (OpenCL implementation dependent).
Note2: the thread which calls this method is unspecified.
CLProgramConfiguration
          Configuration representing everything needed to build an OpenCL program (program included).
Filter
           
 

Classes in com.jogamp.opencl.util used by com.jogamp.opencl.util
CLBuildConfiguration
          Configuration representing everything needed to build an OpenCL program.
CLBuildListener
          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 CL.clBuildProgram(long, int, com.jogamp.common.nio.PointerBuffer, java.lang.String, com.jogamp.opencl.impl.BuildProgramCallback) non blocking (OpenCL implementation dependent).
Note2: the thread which calls this method is unspecified.
CLProgramConfiguration
          Configuration representing everything needed to build an OpenCL program (program included).
Filter
           
MultiQueueBarrier
          An utility for synchronizing multiple concurrent CLCommandQueues.