Uses of Class
com.jogamp.opencl.llb.impl.CLProcAddressTable

Packages that use CLProcAddressTable
com.jogamp.opencl.llb.impl   
 

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

Fields in com.jogamp.opencl.llb.impl declared as CLProcAddressTable
protected  CLProcAddressTable CLAbstractImpl.addressTable
           
 

Methods in com.jogamp.opencl.llb.impl that return CLProcAddressTable
 CLProcAddressTable CLImpl.getAddressTable()
           
 

Constructors in com.jogamp.opencl.llb.impl with parameters of type CLProcAddressTable
CLAbstractImpl(CLProcAddressTable addressTable)
           
CLImpl(CLProcAddressTable addressTable)