JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java™ (public API).
com.jogamp.opencl.CLImage< B extends Buffer >.CLImageInfoAccessor Class Reference
Inheritance diagram for com.jogamp.opencl.CLImage< B extends Buffer >.CLImageInfoAccessor:
Collaboration diagram for com.jogamp.opencl.CLImage< B extends Buffer >.CLImageInfoAccessor:

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
 

Detailed Description

Definition at line 109 of file CLImage.java.

Constructor & Destructor Documentation

◆ CLImageInfoAccessor()

com.jogamp.opencl.CLImage< B extends Buffer >.CLImageInfoAccessor.CLImageInfoAccessor ( final CL  cl,
final long  id 
)

Definition at line 114 of file CLImage.java.

Member Function Documentation

◆ getInfo()

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.

Here is the call graph for this function:

The documentation for this class was generated from the following file: