Uses of Interface
com.jogamp.opencl.CL

Packages that use CL
com.jogamp.opencl   
com.jogamp.opencl.gl   
com.jogamp.opencl.impl   
 

Uses of CL in com.jogamp.opencl
 

Methods in com.jogamp.opencl that return CL
 CL CLContext.getCL()
          Return the low level OpenCL interface.
protected static CL CLMemory.getCL(CLContext context)
           
static CL CLPlatform.getLowLevelCLInterface()
          Returns the low level binding interface to the OpenCL APIs.
 

Methods in com.jogamp.opencl with parameters of type CL
protected static long CLMemory.getSizeImpl(CL cl, long id)
           
 

Constructors in com.jogamp.opencl with parameters of type CL
CLImage.CLImageInfoAccessor(CL cl, long id)
           
 

Uses of CL in com.jogamp.opencl.gl
 

Subinterfaces of CL in com.jogamp.opencl.gl
 interface CLGLI
          Java bindings to OpenCL, the Open Computing Language.
 

Uses of CL in com.jogamp.opencl.impl
 

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