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

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

Uses of CLImageFormat.ChannelType in com.jogamp.opencl
 

Methods in com.jogamp.opencl that return CLImageFormat.ChannelType
 CLImageFormat.ChannelType CLImageFormat.getImageChannelDataType()
           
static CLImageFormat.ChannelType CLImageFormat.ChannelType.valueOf(int channelFlag)
           
static CLImageFormat.ChannelType CLImageFormat.ChannelType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CLImageFormat.ChannelType[] CLImageFormat.ChannelType.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.ChannelType
 CLImageFormat CLImageFormat.setImageChannelDataType(CLImageFormat.ChannelType type)
           
 

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