All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jogamp.opengl.egl.EGLClientPixmapHI Maven / Gradle / Ivy

There is a newer version: 2.3.2
Show newest version
/* !---- DO NOT EDIT: This file autogenerated by com/jogamp/gluegen/opengl/GLEmitter.java on Thu Aug 07 00:30:48 CEST 2014 ----! */


package jogamp.opengl.egl;

import java.nio.*;

import com.jogamp.gluegen.runtime.*;
import com.jogamp.common.os.*;
import com.jogamp.common.nio.*;
import jogamp.common.os.MachineDescriptionRuntime;

import java.util.*;
import javax.media.opengl.*;
import javax.media.opengl.fixedfunc.*;
import jogamp.opengl.*;

public class EGLClientPixmapHI {

  StructAccessor accessor;

  private static final int mdIdx = MachineDescriptionRuntime.getStatic().ordinal();

  private static final int[] EGLClientPixmapHI_size = new int[] { 16 /* ARMle_EABI */, 16 /* X86_32_UNIX */, 24 /* X86_64_UNIX */, 16 /* X86_32_MACOS */, 16 /* X86_32_WINDOWS */, 24 /* X86_64_WINDOWS */, 16 /* SPARC_32_SUNOS */  };
//private static final int[] pData_offset = new int[] { 0 /* ARMle_EABI */, 0 /* X86_32_UNIX */, 0 /* X86_64_UNIX */, 0 /* X86_32_MACOS */, 0 /* X86_32_WINDOWS */, 0 /* X86_64_WINDOWS */, 0 /* SPARC_32_SUNOS */ };
//private static final int[] pData_size = new int[] { 4 /* ARMle_EABI */, 4 /* X86_32_UNIX */, 8 /* X86_64_UNIX */, 4 /* X86_32_MACOS */, 4 /* X86_32_WINDOWS */, 8 /* X86_64_WINDOWS */, 4 /* SPARC_32_SUNOS */  };// JType[ANON / NIL, primitivePointerType = VOID, is[C-Primitive-Pointer, descriptor 'ANON_NIO'
  private static final int[] iWidth_offset = new int[] { 4 /* ARMle_EABI */, 4 /* X86_32_UNIX */, 8 /* X86_64_UNIX */, 4 /* X86_32_MACOS */, 4 /* X86_32_WINDOWS */, 8 /* X86_64_WINDOWS */, 4 /* SPARC_32_SUNOS */ };
//private static final int[] iWidth_size = new int[] { 4 /* ARMle_EABI */, 4 /* X86_32_UNIX */, 4 /* X86_64_UNIX */, 4 /* X86_32_MACOS */, 4 /* X86_32_WINDOWS */, 4 /* X86_64_WINDOWS */, 4 /* SPARC_32_SUNOS */  };
  private static final int[] iHeight_offset = new int[] { 8 /* ARMle_EABI */, 8 /* X86_32_UNIX */, 12 /* X86_64_UNIX */, 8 /* X86_32_MACOS */, 8 /* X86_32_WINDOWS */, 12 /* X86_64_WINDOWS */, 8 /* SPARC_32_SUNOS */ };
//private static final int[] iHeight_size = new int[] { 4 /* ARMle_EABI */, 4 /* X86_32_UNIX */, 4 /* X86_64_UNIX */, 4 /* X86_32_MACOS */, 4 /* X86_32_WINDOWS */, 4 /* X86_64_WINDOWS */, 4 /* SPARC_32_SUNOS */  };
  private static final int[] iStride_offset = new int[] { 12 /* ARMle_EABI */, 12 /* X86_32_UNIX */, 16 /* X86_64_UNIX */, 12 /* X86_32_MACOS */, 12 /* X86_32_WINDOWS */, 16 /* X86_64_WINDOWS */, 12 /* SPARC_32_SUNOS */ };
//private static final int[] iStride_size = new int[] { 4 /* ARMle_EABI */, 4 /* X86_32_UNIX */, 4 /* X86_64_UNIX */, 4 /* X86_32_MACOS */, 4 /* X86_32_WINDOWS */, 4 /* X86_64_WINDOWS */, 4 /* SPARC_32_SUNOS */  };

  public static int size() {
    return EGLClientPixmapHI_size[mdIdx];
  }

  public static EGLClientPixmapHI create() {
    return create(Buffers.newDirectByteBuffer(size()));
  }

  public static EGLClientPixmapHI create(java.nio.ByteBuffer buf) {
      return new EGLClientPixmapHI(buf);
  }

  EGLClientPixmapHI(java.nio.ByteBuffer buf) {
    accessor = new StructAccessor(buf);
  }

  public java.nio.ByteBuffer getBuffer() {
    return accessor.getBuffer();
  }

  // SKIP unsized array in struct: EGLClientPixmapHI.pData: CType['EGLClientBuffer' (typedef), size [fixed false, lnx64 8], [pointer*1]]

  /** Setter for native field: CType['EGLint' (typedef), size [fixed true, lnx64 4], [int]] */
  public EGLClientPixmapHI setIWidth(int val) {
    accessor.setIntAt(iWidth_offset[mdIdx], val);
    return this;
  }

  /** Getter for native field: CType['EGLint' (typedef), size [fixed true, lnx64 4], [int]] */
  public int getIWidth() {
    return accessor.getIntAt(iWidth_offset[mdIdx]);
  }

  /** Setter for native field: CType['EGLint' (typedef), size [fixed true, lnx64 4], [int]] */
  public EGLClientPixmapHI setIHeight(int val) {
    accessor.setIntAt(iHeight_offset[mdIdx], val);
    return this;
  }

  /** Getter for native field: CType['EGLint' (typedef), size [fixed true, lnx64 4], [int]] */
  public int getIHeight() {
    return accessor.getIntAt(iHeight_offset[mdIdx]);
  }

  /** Setter for native field: CType['EGLint' (typedef), size [fixed true, lnx64 4], [int]] */
  public EGLClientPixmapHI setIStride(int val) {
    accessor.setIntAt(iStride_offset[mdIdx], val);
    return this;
  }

  /** Getter for native field: CType['EGLint' (typedef), size [fixed true, lnx64 4], [int]] */
  public int getIStride() {
    return accessor.getIntAt(iStride_offset[mdIdx]);
  }


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy