Package com.jogamp.opengl.egl
Class EGLClientPixmapHI
java.lang.Object
com.jogamp.opengl.egl.EGLClientPixmapHI
-
Method Summary
Modifier and TypeMethodDescriptionstatic EGLClientPixmapHI
create()
static EGLClientPixmapHI
create
(ByteBuffer buf) int
Getter for native fieldiHeight
: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]int
Getter for native fieldiStride
: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]int
Getter for native fieldiWidth
: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]setIHeight
(int val) Setter for native fieldiHeight
: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]setIStride
(int val) Setter for native fieldiStride
: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]setIWidth
(int val) Setter for native fieldiWidth
: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]static int
size()
-
Method Details
-
size
public static int size() -
create
-
create
-
getBuffer
-
setIWidth
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
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
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]]
-