Uses of Class
com.jogamp.opencl.CLSubBuffer

Packages that use CLSubBuffer
com.jogamp.opencl High level java bindings to OpenCL. 
 

Uses of CLSubBuffer in com.jogamp.opencl
 

Methods in com.jogamp.opencl that return CLSubBuffer
 CLSubBuffer<B> CLBuffer.createSubBuffer(int offset, int size, CLMemory.Mem... flags)
          Creates a sub buffer with the specified region from this buffer.
 CLSubBuffer<B> CLSubBuffer.createSubBuffer(int origin, int size, CLMemory.Mem... flags)
          Throws an UnsupportedOperationException since creating sub buffers from sub buffers is not allowed as of OpenCL 1.1.
 

Methods in com.jogamp.opencl that return types with arguments of type CLSubBuffer
 List<CLSubBuffer<B>> CLBuffer.getSubBuffers()
          Returns the list of subbuffers.