On this page:
gl  Accum
gl  Active  Program  EXT
gl  Active  Shader  Program
gl  Active  Stencil  Face  EXT
gl  Active  Texture
gl  Active  Texture  ARB
gl  Active  Varying  NV
gl  Alpha  Fragment  Op1ATI
gl  Alpha  Fragment  Op2ATI
gl  Alpha  Fragment  Op3ATI
gl  Alpha  Func
gl  Apply  Texture  EXT
gl  Are  Programs  Resident  NV
gl  Are  Textures  Resident
gl  Are  Textures  Resident  EXT
gl  Array  Element
gl  Array  Element  EXT
gl  Array  Object  ATI
gl  Async  Marker  SGIX
gl  Attach  Object  ARB
gl  Attach  Shader
8.13.0.4

1 glA...🔗ℹ

procedure

(glAccum op value)  Void

  op : Integer
  value : Flonum
Deprecated in version 3.1.

See the glAccum manpage.

procedure

(glActiveProgramEXT program)  Void

  program : Natural

procedure

(glActiveShaderProgram pipeline program)  Void

  pipeline : Natural
  program : Natural
Version 4.1.

procedure

(glActiveStencilFaceEXT face)  Void

  face : Integer

procedure

(glActiveTexture texture)  Void

  texture : Integer
Version 1.3.

procedure

(glActiveTextureARB texture)  Void

  texture : Integer

Alias of glActiveTexture.

procedure

(glActiveVaryingNV program name)  Void

  program : Natural
  name : (U Bytes String)

procedure

(glAlphaFragmentOp1ATI op    
  dst    
  dstMod    
  arg1    
  arg1Rep    
  arg1Mod)  Void
  op : Integer
  dst : Natural
  dstMod : Natural
  arg1 : Natural
  arg1Rep : Natural
  arg1Mod : Natural

procedure

(glAlphaFragmentOp2ATI op    
  dst    
  dstMod    
  arg1    
  arg1Rep    
  arg1Mod    
  arg2    
  arg2Rep    
  arg2Mod)  Void
  op : Integer
  dst : Natural
  dstMod : Natural
  arg1 : Natural
  arg1Rep : Natural
  arg1Mod : Natural
  arg2 : Natural
  arg2Rep : Natural
  arg2Mod : Natural

procedure

(glAlphaFragmentOp3ATI op    
  dst    
  dstMod    
  arg1    
  arg1Rep    
  arg1Mod    
  arg2    
  arg2Rep    
  arg2Mod    
  arg3    
  arg3Rep    
  arg3Mod)  Void
  op : Integer
  dst : Natural
  dstMod : Natural
  arg1 : Natural
  arg1Rep : Natural
  arg1Mod : Natural
  arg2 : Natural
  arg2Rep : Natural
  arg2Mod : Natural
  arg3 : Natural
  arg3Rep : Natural
  arg3Mod : Natural

procedure

(glAlphaFunc func ref)  Void

  func : Integer
  ref : Flonum
Deprecated in version 3.1.

procedure

(glApplyTextureEXT mode)  Void

  mode : Integer

procedure

(glAreProgramsResidentNV n programs)

  
Boolean (Vectorof Boolean)
  n : Integer
  programs : U32Vector

procedure

(glAreTexturesResident n textures)  
Boolean (Vectorof Boolean)
  n : Integer
  textures : U32Vector
Version 1.1. Deprecated in version 3.1.

procedure

(glAreTexturesResidentEXT n textures)

  
Boolean (Vectorof Boolean)
  n : Integer
  textures : U32Vector

procedure

(glArrayElement i)  Void

  i : Integer
Version 1.1. Deprecated in version 3.1.

procedure

(glArrayElementEXT i)  Void

  i : Integer

Alias of glArrayElement.

procedure

(glArrayObjectATI array    
  size    
  type    
  stride    
  buffer    
  offset)  Void
  array : Integer
  size : Integer
  type : Integer
  stride : Integer
  buffer : Natural
  offset : Natural

procedure

(glAsyncMarkerSGIX marker)  Void

  marker : Natural
Extension GL_SGIX_async.

procedure

(glAttachObjectARB containerObj obj)  Void

  containerObj : Natural
  obj : Natural

Alias of glAttachShader.

procedure

(glAttachShader program shader)  Void

  program : Natural
  shader : Natural
Version 2.0.

See the glAttachShader manpage.