Uses of Interface
com.jogamp.opencl.llb.gl.CLGL

Packages that use CLGL
com.jogamp.opencl.gl High level java bindings, OpenCL-OpenGL interoperability. 
com.jogamp.opencl.llb.impl   
 

Uses of CLGL in com.jogamp.opencl.gl
 

Methods in com.jogamp.opencl.gl that return CLGL
 CLGL CLGLContext.getCL()
          Return the low level OpenCL interface with OpenGL interoperability.
 

Uses of CLGL in com.jogamp.opencl.llb.impl
 

Classes in com.jogamp.opencl.llb.impl that implement CLGL
 class CLAbstractImpl
          Java bindings to OpenCL, the Open Computing Language (generated).
 class CLImpl
          Java bindings to OpenCL, the Open Computing Language.