Package com.jogamp.opengl.egl
Class EGLClientPixmapHI
- java.lang.Object
-
- com.jogamp.opengl.egl.EGLClientPixmapHI
-
public class EGLClientPixmapHI extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EGLClientPixmapHI
create()
static EGLClientPixmapHI
create(ByteBuffer buf)
ByteBuffer
getBuffer()
int
getIHeight()
Getter for native fieldiHeight
: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]int
getIStride()
Getter for native fieldiStride
: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]int
getIWidth()
Getter for native fieldiWidth
: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]long
getPData()
Getter for native fieldpData
: CType[(PointerType) 'void *' -> (void) * , size [fixed false, lnx64 8], [const[false], pointer*1]], with array length of1
EGLClientPixmapHI
setIHeight(int val)
Setter for native fieldiHeight
: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]EGLClientPixmapHI
setIStride(int val)
Setter for native fieldiStride
: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]EGLClientPixmapHI
setIWidth(int val)
Setter for native fieldiWidth
: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]EGLClientPixmapHI
setPData(long val)
Setter for native fieldpData
: CType[(PointerType) 'void *' -> (void) * , size [fixed false, lnx64 8], [const[false], pointer*1]], with array length of1
static int
size()
-
-
-
Method Detail
-
size
public static int size()
-
create
public static EGLClientPixmapHI create()
-
create
public static EGLClientPixmapHI create(ByteBuffer buf)
-
getBuffer
public ByteBuffer getBuffer()
-
setPData
public EGLClientPixmapHI setPData(long val)
Setter for native fieldpData
: CType[(PointerType) 'void *' -> (void) * , size [fixed false, lnx64 8], [const[false], pointer*1]], with array length of1
-
getPData
public long getPData()
Getter for native fieldpData
: CType[(PointerType) 'void *' -> (void) * , size [fixed false, lnx64 8], [const[false], pointer*1]], with array length of1
-
setIWidth
public EGLClientPixmapHI setIWidth(int val)
Setter for native fieldiWidth
: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]
-
getIWidth
public int getIWidth()
Getter for native fieldiWidth
: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]
-
setIHeight
public EGLClientPixmapHI setIHeight(int val)
Setter for native fieldiHeight
: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]
-
getIHeight
public int getIHeight()
Getter for native fieldiHeight
: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]
-
setIStride
public EGLClientPixmapHI setIStride(int val)
Setter for native fieldiStride
: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]
-
getIStride
public int getIStride()
Getter for native fieldiStride
: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]
-
-