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

com.jogamp.opengl.cg.CgProcAddressTable Maven / Gradle / Ivy

The newest version!
/* !---- DO NOT EDIT: This file autogenerated by com/jogamp/gluegen/procaddress/ProcAddressEmitter.java on Sat Oct 10 03:21:06 CEST 2015 ----! */

package com.jogamp.opengl.cg;

import jogamp.opengl.*;
import com.jogamp.common.os.DynamicLookupHelper;
import com.jogamp.common.os.DynamicLibraryBundle;
import com.jogamp.opengl.cg.CgDynamicLibraryBundleInfo;
import java.security.PrivilegedAction;
import java.security.AccessController;
import com.jogamp.gluegen.runtime.ProcAddressTable;
import com.jogamp.common.util.SecurityUtil;

/**
 * This table is a cache of pointers to the dynamically-linkable C library.
 * @see ProcAddressTable
 */
public final class CgProcAddressTable extends ProcAddressTable {


  public CgProcAddressTable(){ super(); }

  public CgProcAddressTable(com.jogamp.gluegen.runtime.FunctionAddressResolver resolver){ super(resolver); }

  /* pp */ long _addressof_cgCreateContext;
  /* pp */ long _addressof_cgDestroyContext;
  /* pp */ long _addressof_cgIsContext;
  /* pp */ long _addressof_cgGetLastListing;
  /* pp */ long _addressof_cgSetLastListing;
  /* pp */ long _addressof_cgSetAutoCompile;
  /* pp */ long _addressof_cgGetAutoCompile;
  /* pp */ long _addressof_cgCreateProgram;
  /* pp */ long _addressof_cgCreateProgramFromFile;
  /* pp */ long _addressof_cgCopyProgram;
  /* pp */ long _addressof_cgDestroyProgram;
  /* pp */ long _addressof_cgGetFirstProgram;
  /* pp */ long _addressof_cgGetNextProgram;
  /* pp */ long _addressof_cgGetProgramContext;
  /* pp */ long _addressof_cgIsProgram;
  /* pp */ long _addressof_cgCompileProgram;
  /* pp */ long _addressof_cgIsProgramCompiled;
  /* pp */ long _addressof_cgGetProgramString;
  /* pp */ long _addressof_cgGetProgramProfile;
  /* pp */ long _addressof_cgSetProgramProfile;
  /* pp */ long _addressof_cgSetPassProgramParameters;
  /* pp */ long _addressof_cgCreateParameter;
  /* pp */ long _addressof_cgCreateParameterArray;
  /* pp */ long _addressof_cgCreateParameterMultiDimArray;
  /* pp */ long _addressof_cgDestroyParameter;
  /* pp */ long _addressof_cgConnectParameter;
  /* pp */ long _addressof_cgDisconnectParameter;
  /* pp */ long _addressof_cgGetConnectedParameter;
  /* pp */ long _addressof_cgGetNumConnectedToParameters;
  /* pp */ long _addressof_cgGetConnectedToParameter;
  /* pp */ long _addressof_cgGetNamedParameter;
  /* pp */ long _addressof_cgGetNamedProgramParameter;
  /* pp */ long _addressof_cgGetFirstParameter;
  /* pp */ long _addressof_cgGetNextParameter;
  /* pp */ long _addressof_cgGetFirstLeafParameter;
  /* pp */ long _addressof_cgGetNextLeafParameter;
  /* pp */ long _addressof_cgGetFirstStructParameter;
  /* pp */ long _addressof_cgGetNamedStructParameter;
  /* pp */ long _addressof_cgGetFirstDependentParameter;
  /* pp */ long _addressof_cgGetArrayParameter;
  /* pp */ long _addressof_cgGetArrayDimension;
  /* pp */ long _addressof_cgGetArrayType;
  /* pp */ long _addressof_cgGetArraySize;
  /* pp */ long _addressof_cgGetArrayTotalSize;
  /* pp */ long _addressof_cgSetArraySize;
  /* pp */ long _addressof_cgSetMultiDimArraySize;
  /* pp */ long _addressof_cgGetParameterProgram;
  /* pp */ long _addressof_cgGetParameterContext;
  /* pp */ long _addressof_cgIsParameter;
  /* pp */ long _addressof_cgGetParameterName;
  /* pp */ long _addressof_cgGetParameterType;
  /* pp */ long _addressof_cgGetParameterBaseType;
  /* pp */ long _addressof_cgGetParameterClass;
  /* pp */ long _addressof_cgGetParameterRows;
  /* pp */ long _addressof_cgGetParameterColumns;
  /* pp */ long _addressof_cgGetParameterNamedType;
  /* pp */ long _addressof_cgGetParameterSemantic;
  /* pp */ long _addressof_cgGetParameterResource;
  /* pp */ long _addressof_cgGetParameterBaseResource;
  /* pp */ long _addressof_cgGetParameterResourceIndex;
  /* pp */ long _addressof_cgGetParameterVariability;
  /* pp */ long _addressof_cgGetParameterDirection;
  /* pp */ long _addressof_cgIsParameterReferenced;
  /* pp */ long _addressof_cgIsParameterUsed;
  /* pp */ long _addressof_cgSetParameterValuedr;
  /* pp */ long _addressof_cgSetParameterValuedc;
  /* pp */ long _addressof_cgSetParameterValuefr;
  /* pp */ long _addressof_cgSetParameterValuefc;
  /* pp */ long _addressof_cgSetParameterValueir;
  /* pp */ long _addressof_cgSetParameterValueic;
  /* pp */ long _addressof_cgGetParameterValuedr;
  /* pp */ long _addressof_cgGetParameterValuedc;
  /* pp */ long _addressof_cgGetParameterValuefr;
  /* pp */ long _addressof_cgGetParameterValuefc;
  /* pp */ long _addressof_cgGetParameterValueir;
  /* pp */ long _addressof_cgGetParameterValueic;
  /* pp */ long _addressof_cgGetStringParameterValue;
  /* pp */ long _addressof_cgSetStringParameterValue;
  /* pp */ long _addressof_cgGetParameterOrdinalNumber;
  /* pp */ long _addressof_cgIsParameterGlobal;
  /* pp */ long _addressof_cgGetParameterIndex;
  /* pp */ long _addressof_cgSetParameterVariability;
  /* pp */ long _addressof_cgSetParameterSemantic;
  /* pp */ long _addressof_cgSetParameter1f;
  /* pp */ long _addressof_cgSetParameter2f;
  /* pp */ long _addressof_cgSetParameter3f;
  /* pp */ long _addressof_cgSetParameter4f;
  /* pp */ long _addressof_cgSetParameter1d;
  /* pp */ long _addressof_cgSetParameter2d;
  /* pp */ long _addressof_cgSetParameter3d;
  /* pp */ long _addressof_cgSetParameter4d;
  /* pp */ long _addressof_cgSetParameter1i;
  /* pp */ long _addressof_cgSetParameter2i;
  /* pp */ long _addressof_cgSetParameter3i;
  /* pp */ long _addressof_cgSetParameter4i;
  /* pp */ long _addressof_cgSetParameter1iv;
  /* pp */ long _addressof_cgSetParameter2iv;
  /* pp */ long _addressof_cgSetParameter3iv;
  /* pp */ long _addressof_cgSetParameter4iv;
  /* pp */ long _addressof_cgSetParameter1fv;
  /* pp */ long _addressof_cgSetParameter2fv;
  /* pp */ long _addressof_cgSetParameter3fv;
  /* pp */ long _addressof_cgSetParameter4fv;
  /* pp */ long _addressof_cgSetParameter1dv;
  /* pp */ long _addressof_cgSetParameter2dv;
  /* pp */ long _addressof_cgSetParameter3dv;
  /* pp */ long _addressof_cgSetParameter4dv;
  /* pp */ long _addressof_cgSetMatrixParameterir;
  /* pp */ long _addressof_cgSetMatrixParameterdr;
  /* pp */ long _addressof_cgSetMatrixParameterfr;
  /* pp */ long _addressof_cgSetMatrixParameteric;
  /* pp */ long _addressof_cgSetMatrixParameterdc;
  /* pp */ long _addressof_cgSetMatrixParameterfc;
  /* pp */ long _addressof_cgGetMatrixParameterir;
  /* pp */ long _addressof_cgGetMatrixParameterdr;
  /* pp */ long _addressof_cgGetMatrixParameterfr;
  /* pp */ long _addressof_cgGetMatrixParameteric;
  /* pp */ long _addressof_cgGetMatrixParameterdc;
  /* pp */ long _addressof_cgGetMatrixParameterfc;
  /* pp */ long _addressof_cgGetTypeString;
  /* pp */ long _addressof_cgGetType;
  /* pp */ long _addressof_cgGetNamedUserType;
  /* pp */ long _addressof_cgGetNumUserTypes;
  /* pp */ long _addressof_cgGetUserType;
  /* pp */ long _addressof_cgGetNumParentTypes;
  /* pp */ long _addressof_cgGetParentType;
  /* pp */ long _addressof_cgIsParentType;
  /* pp */ long _addressof_cgIsInterfaceType;
  /* pp */ long _addressof_cgGetResourceString;
  /* pp */ long _addressof_cgGetResource;
  /* pp */ long _addressof_cgGetEnumString;
  /* pp */ long _addressof_cgGetEnum;
  /* pp */ long _addressof_cgGetProfileString;
  /* pp */ long _addressof_cgGetProfile;
  /* pp */ long _addressof_cgGetError;
  /* pp */ long _addressof_cgGetFirstError;
  /* pp */ long _addressof_cgGetErrorString;
  /* pp */ long _addressof_cgGetLastErrorString;
  /* pp */ long _addressof_cgGetString;
  /* pp */ long _addressof_cgCreateEffect;
  /* pp */ long _addressof_cgCreateEffectFromFile;
  /* pp */ long _addressof_cgDestroyEffect;
  /* pp */ long _addressof_cgGetEffectContext;
  /* pp */ long _addressof_cgIsEffect;
  /* pp */ long _addressof_cgGetFirstEffect;
  /* pp */ long _addressof_cgGetNextEffect;
  /* pp */ long _addressof_cgCreateProgramFromEffect;
  /* pp */ long _addressof_cgGetFirstTechnique;
  /* pp */ long _addressof_cgGetNextTechnique;
  /* pp */ long _addressof_cgGetNamedTechnique;
  /* pp */ long _addressof_cgGetTechniqueName;
  /* pp */ long _addressof_cgIsTechnique;
  /* pp */ long _addressof_cgValidateTechnique;
  /* pp */ long _addressof_cgIsTechniqueValidated;
  /* pp */ long _addressof_cgGetTechniqueEffect;
  /* pp */ long _addressof_cgGetFirstPass;
  /* pp */ long _addressof_cgGetNamedPass;
  /* pp */ long _addressof_cgGetNextPass;
  /* pp */ long _addressof_cgIsPass;
  /* pp */ long _addressof_cgGetPassName;
  /* pp */ long _addressof_cgGetPassTechnique;
  /* pp */ long _addressof_cgSetPassState;
  /* pp */ long _addressof_cgResetPassState;
  /* pp */ long _addressof_cgGetFirstStateAssignment;
  /* pp */ long _addressof_cgGetNamedStateAssignment;
  /* pp */ long _addressof_cgGetNextStateAssignment;
  /* pp */ long _addressof_cgIsStateAssignment;
  /* pp */ long _addressof_cgCallStateSetCallback;
  /* pp */ long _addressof_cgCallStateValidateCallback;
  /* pp */ long _addressof_cgCallStateResetCallback;
  /* pp */ long _addressof_cgGetStateAssignmentPass;
  /* pp */ long _addressof_cgGetSamplerStateAssignmentParameter;
  /* pp */ long _addressof_cgGetStringStateAssignmentValue;
  /* pp */ long _addressof_cgGetProgramStateAssignmentValue;
  /* pp */ long _addressof_cgGetTextureStateAssignmentValue;
  /* pp */ long _addressof_cgGetSamplerStateAssignmentValue;
  /* pp */ long _addressof_cgGetStateAssignmentIndex;
  /* pp */ long _addressof_cgGetNumDependentStateAssignmentParameters;
  /* pp */ long _addressof_cgGetDependentStateAssignmentParameter;
  /* pp */ long _addressof_cgGetStateAssignmentState;
  /* pp */ long _addressof_cgGetSamplerStateAssignmentState;
  /* pp */ long _addressof_cgCreateState;
  /* pp */ long _addressof_cgCreateArrayState;
  /* pp */ long _addressof_cgGetStateType;
  /* pp */ long _addressof_cgGetStateName;
  /* pp */ long _addressof_cgGetNamedState;
  /* pp */ long _addressof_cgGetFirstState;
  /* pp */ long _addressof_cgGetNextState;
  /* pp */ long _addressof_cgIsState;
  /* pp */ long _addressof_cgAddStateEnumerant;
  /* pp */ long _addressof_cgCreateSamplerState;
  /* pp */ long _addressof_cgCreateArraySamplerState;
  /* pp */ long _addressof_cgGetNamedSamplerState;
  /* pp */ long _addressof_cgGetFirstSamplerState;
  /* pp */ long _addressof_cgGetFirstSamplerStateAssignment;
  /* pp */ long _addressof_cgGetNamedSamplerStateAssignment;
  /* pp */ long _addressof_cgSetSamplerState;
  /* pp */ long _addressof_cgGetNamedEffectParameter;
  /* pp */ long _addressof_cgGetFirstLeafEffectParameter;
  /* pp */ long _addressof_cgGetFirstEffectParameter;
  /* pp */ long _addressof_cgGetEffectParameterBySemantic;
  /* pp */ long _addressof_cgGetFirstTechniqueAnnotation;
  /* pp */ long _addressof_cgGetFirstPassAnnotation;
  /* pp */ long _addressof_cgGetFirstParameterAnnotation;
  /* pp */ long _addressof_cgGetFirstProgramAnnotation;
  /* pp */ long _addressof_cgGetNextAnnotation;
  /* pp */ long _addressof_cgGetNamedTechniqueAnnotation;
  /* pp */ long _addressof_cgGetNamedPassAnnotation;
  /* pp */ long _addressof_cgGetNamedParameterAnnotation;
  /* pp */ long _addressof_cgGetNamedProgramAnnotation;
  /* pp */ long _addressof_cgIsAnnotation;
  /* pp */ long _addressof_cgGetAnnotationName;
  /* pp */ long _addressof_cgGetAnnotationType;
  /* pp */ long _addressof_cgGetStringAnnotationValue;
  /* pp */ long _addressof_cgGetNumDependentAnnotationParameters;
  /* pp */ long _addressof_cgGetDependentAnnotationParameter;
  /* pp */ long _addressof_cgEvaluateProgram;
  /* pp */ long _addressof_cgGLIsProfileSupported;
  /* pp */ long _addressof_cgGLEnableProfile;
  /* pp */ long _addressof_cgGLDisableProfile;
  /* pp */ long _addressof_cgGLGetLatestProfile;
  /* pp */ long _addressof_cgGLSetOptimalOptions;
  /* pp */ long _addressof_cgGLLoadProgram;
  /* pp */ long _addressof_cgGLIsProgramLoaded;
  /* pp */ long _addressof_cgGLBindProgram;
  /* pp */ long _addressof_cgGLUnbindProgram;
  /* pp */ long _addressof_cgGLGetProgramID;
  /* pp */ long _addressof_cgGLSetParameter1f;
  /* pp */ long _addressof_cgGLSetParameter2f;
  /* pp */ long _addressof_cgGLSetParameter3f;
  /* pp */ long _addressof_cgGLSetParameter4f;
  /* pp */ long _addressof_cgGLSetParameter1fv;
  /* pp */ long _addressof_cgGLSetParameter2fv;
  /* pp */ long _addressof_cgGLSetParameter3fv;
  /* pp */ long _addressof_cgGLSetParameter4fv;
  /* pp */ long _addressof_cgGLSetParameter1d;
  /* pp */ long _addressof_cgGLSetParameter2d;
  /* pp */ long _addressof_cgGLSetParameter3d;
  /* pp */ long _addressof_cgGLSetParameter4d;
  /* pp */ long _addressof_cgGLSetParameter1dv;
  /* pp */ long _addressof_cgGLSetParameter2dv;
  /* pp */ long _addressof_cgGLSetParameter3dv;
  /* pp */ long _addressof_cgGLSetParameter4dv;
  /* pp */ long _addressof_cgGLGetParameter1f;
  /* pp */ long _addressof_cgGLGetParameter2f;
  /* pp */ long _addressof_cgGLGetParameter3f;
  /* pp */ long _addressof_cgGLGetParameter4f;
  /* pp */ long _addressof_cgGLGetParameter1d;
  /* pp */ long _addressof_cgGLGetParameter2d;
  /* pp */ long _addressof_cgGLGetParameter3d;
  /* pp */ long _addressof_cgGLGetParameter4d;
  /* pp */ long _addressof_cgGLSetParameterArray1f;
  /* pp */ long _addressof_cgGLSetParameterArray2f;
  /* pp */ long _addressof_cgGLSetParameterArray3f;
  /* pp */ long _addressof_cgGLSetParameterArray4f;
  /* pp */ long _addressof_cgGLSetParameterArray1d;
  /* pp */ long _addressof_cgGLSetParameterArray2d;
  /* pp */ long _addressof_cgGLSetParameterArray3d;
  /* pp */ long _addressof_cgGLSetParameterArray4d;
  /* pp */ long _addressof_cgGLGetParameterArray1f;
  /* pp */ long _addressof_cgGLGetParameterArray2f;
  /* pp */ long _addressof_cgGLGetParameterArray3f;
  /* pp */ long _addressof_cgGLGetParameterArray4f;
  /* pp */ long _addressof_cgGLGetParameterArray1d;
  /* pp */ long _addressof_cgGLGetParameterArray2d;
  /* pp */ long _addressof_cgGLGetParameterArray3d;
  /* pp */ long _addressof_cgGLGetParameterArray4d;
  /* pp */ long _addressof_cgGLSetParameterPointer;
  /* pp */ long _addressof_cgGLEnableClientState;
  /* pp */ long _addressof_cgGLDisableClientState;
  /* pp */ long _addressof_cgGLSetMatrixParameterdr;
  /* pp */ long _addressof_cgGLSetMatrixParameterfr;
  /* pp */ long _addressof_cgGLSetMatrixParameterdc;
  /* pp */ long _addressof_cgGLSetMatrixParameterfc;
  /* pp */ long _addressof_cgGLGetMatrixParameterdr;
  /* pp */ long _addressof_cgGLGetMatrixParameterfr;
  /* pp */ long _addressof_cgGLGetMatrixParameterdc;
  /* pp */ long _addressof_cgGLGetMatrixParameterfc;
  /* pp */ long _addressof_cgGLSetStateMatrixParameter;
  /* pp */ long _addressof_cgGLSetMatrixParameterArrayfc;
  /* pp */ long _addressof_cgGLSetMatrixParameterArrayfr;
  /* pp */ long _addressof_cgGLSetMatrixParameterArraydc;
  /* pp */ long _addressof_cgGLSetMatrixParameterArraydr;
  /* pp */ long _addressof_cgGLGetMatrixParameterArrayfc;
  /* pp */ long _addressof_cgGLGetMatrixParameterArrayfr;
  /* pp */ long _addressof_cgGLGetMatrixParameterArraydc;
  /* pp */ long _addressof_cgGLGetMatrixParameterArraydr;
  /* pp */ long _addressof_cgGLSetTextureParameter;
  /* pp */ long _addressof_cgGLGetTextureParameter;
  /* pp */ long _addressof_cgGLEnableTextureParameter;
  /* pp */ long _addressof_cgGLDisableTextureParameter;
  /* pp */ long _addressof_cgGLGetTextureEnum;
  /* pp */ long _addressof_cgGLSetManageTextureParameters;
  /* pp */ long _addressof_cgGLGetManageTextureParameters;
  /* pp */ long _addressof_cgGLSetupSampler;
  /* pp */ long _addressof_cgGLRegisterStates;
} // end of class CgProcAddressTable




© 2015 - 2024 Weber Informatics LLC | Privacy Policy