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 EGLClientPixmapHIcreate()static EGLClientPixmapHIcreate(ByteBuffer buf)ByteBuffergetBuffer()intgetIHeight()Getter for native fieldiHeight: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]intgetIStride()Getter for native fieldiStride: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]intgetIWidth()Getter for native fieldiWidth: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]longgetPData()Getter for native fieldpData: CType[(PointerType) 'void *' -> (void) * , size [fixed false, lnx64 8], [const[false], pointer*1]], with array length of1EGLClientPixmapHIsetIHeight(int val)Setter for native fieldiHeight: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]EGLClientPixmapHIsetIStride(int val)Setter for native fieldiStride: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]EGLClientPixmapHIsetIWidth(int val)Setter for native fieldiWidth: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]EGLClientPixmapHIsetPData(long val)Setter for native fieldpData: CType[(PointerType) 'void *' -> (void) * , size [fixed false, lnx64 8], [const[false], pointer*1]], with array length of1static intsize()
-
-
-
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]]
-
-