|
JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java (public API).
|
Represents the OpenCL image format with its channeltype and order. More...
Classes | |
| enum | ChannelOrder |
| Specifies the number of channels and the channel layout i.e. More... | |
| enum | ChannelType |
| Describes the size of the channel data type. More... | |
Public Member Functions | |
| CLImageFormat (final ChannelOrder order, final ChannelType type) | |
| CLImageFormat | setImageChannelOrder (final ChannelOrder order) |
| CLImageFormat | setImageChannelDataType (final ChannelType type) |
| ChannelOrder | getImageChannelOrder () |
| ChannelType | getImageChannelDataType () |
| CLImageFormatImpl | getFormatImpl () |
| Returns the struct accessor for the cl_image_format struct. More... | |
| String | toString () |
| boolean | equals (final Object obj) |
| int | hashCode () |
Represents the OpenCL image format with its channeltype and order.
Definition at line 41 of file CLImageFormat.java.
| com.jogamp.opencl.CLImageFormat.CLImageFormat | ( | final ChannelOrder | order, |
| final ChannelType | type | ||
| ) |
| boolean com.jogamp.opencl.CLImageFormat.equals | ( | final Object | obj | ) |
| CLImageFormatImpl com.jogamp.opencl.CLImageFormat.getFormatImpl | ( | ) |
Returns the struct accessor for the cl_image_format struct.
Definition at line 80 of file CLImageFormat.java.
| ChannelType com.jogamp.opencl.CLImageFormat.getImageChannelDataType | ( | ) |
Definition at line 73 of file CLImageFormat.java.
| ChannelOrder com.jogamp.opencl.CLImageFormat.getImageChannelOrder | ( | ) |
Definition at line 69 of file CLImageFormat.java.
| int com.jogamp.opencl.CLImageFormat.hashCode | ( | ) |
| CLImageFormat com.jogamp.opencl.CLImageFormat.setImageChannelDataType | ( | final ChannelType | type | ) |
Definition at line 64 of file CLImageFormat.java.
| CLImageFormat com.jogamp.opencl.CLImageFormat.setImageChannelOrder | ( | final ChannelOrder | order | ) |
Definition at line 59 of file CLImageFormat.java.
| String com.jogamp.opencl.CLImageFormat.toString | ( | ) |