Uses of Class
com.jogamp.opencl.CLImageFormat.ChannelOrder

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

Uses of CLImageFormat.ChannelOrder in com.jogamp.opencl
 

Methods in com.jogamp.opencl that return CLImageFormat.ChannelOrder
 CLImageFormat.ChannelOrder CLImageFormat.getImageChannelOrder()
           
static CLImageFormat.ChannelOrder CLImageFormat.ChannelOrder.valueOf(int orderFlag)
           
static CLImageFormat.ChannelOrder CLImageFormat.ChannelOrder.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CLImageFormat.ChannelOrder[] CLImageFormat.ChannelOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jogamp.opencl with parameters of type CLImageFormat.ChannelOrder
 CLImageFormat CLImageFormat.setImageChannelOrder(CLImageFormat.ChannelOrder order)
           
 

Constructors in com.jogamp.opencl with parameters of type CLImageFormat.ChannelOrder
CLImageFormat(CLImageFormat.ChannelOrder order, CLImageFormat.ChannelType type)