|
JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java (public API).
|
Public Member Functions | |
| CLImageInfoAccessor (final CL cl, final long id) | |
| int | getInfo (final int name, final long valueSize, final Buffer value, final PointerBuffer valueSizeRet) |
Public Member Functions inherited from com.jogamp.opencl.impl.CLTLInfoAccessor | |
| final long | getUInt32Long (final int key) |
Returns the uint32_t value for the given key, reinterpreted as a long value. More... | |
| final long | getLong (final int key) |
| Returns the long value for the given key. More... | |
| final String | getString (final int key) |
| Returns the String value for the given key. More... | |
| final int[] | getInts (final int key, final int n) |
| int[] | getInts (int key, int n) |
| long | getUInt32Long (int key) |
Returns the uint32_t value for the given key, reinterpreted as a long value. More... | |
| long | getLong (int key) |
| Returns the long value for the given key. More... | |
| String | getString (int key) |
| Returns the String value for the given key. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from com.jogamp.opencl.impl.CLTLInfoAccessor | |
| ByteBuffer | getBB (final int minCapacity) |
| PointerBuffer | getNSB () |
| abstract int | getInfo (int name, long valueSize, Buffer value, PointerBuffer valueSizeRet) |
Static Protected Attributes inherited from com.jogamp.opencl.impl.CLTLInfoAccessor | |
| static final ThreadLocal< ByteBuffer > | localBB |
| static final ThreadLocal< PointerBuffer > | localNSB |
Definition at line 109 of file CLImage.java.
| com.jogamp.opencl.CLImage< B extends Buffer >.CLImageInfoAccessor.CLImageInfoAccessor | ( | final CL | cl, |
| final long | id | ||
| ) |
Definition at line 114 of file CLImage.java.
| int com.jogamp.opencl.CLImage< B extends Buffer >.CLImageInfoAccessor.getInfo | ( | final int | name, |
| final long | valueSize, | ||
| final Buffer | value, | ||
| final PointerBuffer | valueSizeRet | ||
| ) |
Reimplemented from com.jogamp.opencl.impl.CLTLInfoAccessor.
Definition at line 119 of file CLImage.java.