com.jogamp.opencl
Class CLImage.CLImageInfoAccessor

java.lang.Object
  extended by com.jogamp.opencl.CLImage.CLImageInfoAccessor
Enclosing class:
CLImage<B extends Buffer>

protected static final class CLImage.CLImageInfoAccessor
extends Object


Field Summary
protected static ThreadLocal<ByteBuffer> localBB
           
protected static ThreadLocal<PointerBuffer> localPB
           
 
Constructor Summary
CLImage.CLImageInfoAccessor(CL cl, long id)
           
 
Method Summary
 int getInfo(int name, long valueSize, Buffer value, PointerBuffer valueSizeRet)
           
 long getLong(int key)
           
 String getString(int key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localBB

protected static final ThreadLocal<ByteBuffer> localBB

localPB

protected static final ThreadLocal<PointerBuffer> localPB
Constructor Detail

CLImage.CLImageInfoAccessor

public CLImage.CLImageInfoAccessor(CL cl,
                                   long id)
Method Detail

getInfo

public int getInfo(int name,
                   long valueSize,
                   Buffer value,
                   PointerBuffer valueSizeRet)

getLong

public final long getLong(int key)

getString

public final String getString(int key)