public class CLImageDescImpl extends Object
Modifier and Type | Method and Description |
---|---|
static CLImageDescImpl |
create() |
static CLImageDescImpl |
create(ByteBuffer buf) |
ByteBuffer |
getBuffer() |
long |
getImageArraySize()
Getter for native field
imageArraySize : CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]] |
long |
getImageDepth()
Getter for native field
imageDepth : CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]] |
long |
getImageHeight()
Getter for native field
imageHeight : CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]] |
long |
getImageRowPitch()
Getter for native field
imageRowPitch : CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]] |
long |
getImageSlicePitch()
Getter for native field
imageSlicePitch : CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]] |
int |
getImageType()
Getter for native field
imageType : CType[(IntType) typedef 'cl_mem_object_type', size [fixed true, lnx64 4], [const[false], int]] |
long |
getImageWidth()
Getter for native field
imageWidth : CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]] |
int |
getNumMipLevels()
Getter for native field
numMipLevels : CType[(IntType) typedef 'cl_uint', size [fixed true, lnx64 4], [const[false], int]] |
int |
getNumSamples()
Getter for native field
numSamples : CType[(IntType) typedef 'cl_uint', size [fixed true, lnx64 4], [const[false], int]] |
CLImageDescImpl |
setImageArraySize(long val)
Setter for native field
imageArraySize : CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]] |
CLImageDescImpl |
setImageDepth(long val)
Setter for native field
imageDepth : CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]] |
CLImageDescImpl |
setImageHeight(long val)
Setter for native field
imageHeight : CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]] |
CLImageDescImpl |
setImageRowPitch(long val)
Setter for native field
imageRowPitch : CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]] |
CLImageDescImpl |
setImageSlicePitch(long val)
Setter for native field
imageSlicePitch : CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]] |
CLImageDescImpl |
setImageType(int val)
Setter for native field
imageType : CType[(IntType) typedef 'cl_mem_object_type', size [fixed true, lnx64 4], [const[false], int]] |
CLImageDescImpl |
setImageWidth(long val)
Setter for native field
imageWidth : CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]] |
CLImageDescImpl |
setNumMipLevels(int val)
Setter for native field
numMipLevels : CType[(IntType) typedef 'cl_uint', size [fixed true, lnx64 4], [const[false], int]] |
CLImageDescImpl |
setNumSamples(int val)
Setter for native field
numSamples : CType[(IntType) typedef 'cl_uint', size [fixed true, lnx64 4], [const[false], int]] |
static int |
size() |
public static int size()
public static CLImageDescImpl create()
public static CLImageDescImpl create(ByteBuffer buf)
public ByteBuffer getBuffer()
public CLImageDescImpl setImageType(int val)
imageType
: CType[(IntType) typedef 'cl_mem_object_type', size [fixed true, lnx64 4], [const[false], int]]public int getImageType()
imageType
: CType[(IntType) typedef 'cl_mem_object_type', size [fixed true, lnx64 4], [const[false], int]]public CLImageDescImpl setImageWidth(long val)
imageWidth
: CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]]public long getImageWidth()
imageWidth
: CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]]public CLImageDescImpl setImageHeight(long val)
imageHeight
: CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]]public long getImageHeight()
imageHeight
: CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]]public CLImageDescImpl setImageDepth(long val)
imageDepth
: CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]]public long getImageDepth()
imageDepth
: CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]]public CLImageDescImpl setImageArraySize(long val)
imageArraySize
: CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]]public long getImageArraySize()
imageArraySize
: CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]]public CLImageDescImpl setImageRowPitch(long val)
imageRowPitch
: CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]]public long getImageRowPitch()
imageRowPitch
: CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]]public CLImageDescImpl setImageSlicePitch(long val)
imageSlicePitch
: CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]]public long getImageSlicePitch()
imageSlicePitch
: CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]]public CLImageDescImpl setNumMipLevels(int val)
numMipLevels
: CType[(IntType) typedef 'cl_uint', size [fixed true, lnx64 4], [const[false], int]]public int getNumMipLevels()
numMipLevels
: CType[(IntType) typedef 'cl_uint', size [fixed true, lnx64 4], [const[false], int]]public CLImageDescImpl setNumSamples(int val)
numSamples
: CType[(IntType) typedef 'cl_uint', size [fixed true, lnx64 4], [const[false], int]]public int getNumSamples()
numSamples
: CType[(IntType) typedef 'cl_uint', size [fixed true, lnx64 4], [const[false], int]]