The cl-opengl Reference Manual

This is the cl-opengl Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Tue Apr 15 04:13:03 2025 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 cl-opengl

Common Lisp bindings to OpenGL.

Maintainer

Bart Botta

Home Page

https://cl-opengl.common-lisp.dev/

Source Control

(GIT https://github.com/3b/cl-opengl.git)

Bug Tracker

https://github.com/3b/cl-opengl/issues

License

BSD

Dependencies
  • cffi (system).
  • alexandria (system).
  • float-features (system).
Source

cl-opengl.asd.

Child Component

gl (module).


3 Modules

Modules are listed depth-first from the system components tree.


4 Files

Files are sorted by type and then listed depth-first from the systems components trees.


4.1 Lisp


4.1.1 cl-opengl/cl-opengl.asd

Source

cl-opengl.asd.

Parent Component

cl-opengl (system).

ASDF Systems

cl-opengl.


4.1.2 cl-opengl/gl/bindings-package.lisp

Source

cl-opengl.asd.

Parent Component

gl (module).

Packages

cl-opengl-bindings.


4.1.3 cl-opengl/gl/constants.lisp

Dependency

bindings-package.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).


4.1.4 cl-opengl/gl/library-common.lisp

Dependency

constants.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Packages

cl-opengl-library.

Public Interface

4.1.5 cl-opengl/gl/library.lisp

Dependency

library-common.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).


4.1.6 cl-opengl/gl/bindings.lisp

Dependency

library.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface
Internals

4.1.7 cl-opengl/gl/thunks.lisp

Dependency

bindings.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Internals

4.1.8 cl-opengl/gl/types.lisp

Dependency

thunks.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface
Internals

4.1.9 cl-opengl/gl/funcs-gl-glcore-gles1-gles2-glsc2.lisp

Dependency

types.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.10 cl-opengl/gl/funcs-gl-glcore-gles1-gles2.lisp

Dependency

funcs-gl-glcore-gles1-gles2-glsc2.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.11 cl-opengl/gl/funcs-gl-glcore-gles2-glsc2.lisp

Dependency

funcs-gl-glcore-gles1-gles2.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.12 cl-opengl/gl/funcs-gl-glcore-gles2.lisp

Dependency

funcs-gl-glcore-gles2-glsc2.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.13 cl-opengl/gl/funcs-gl-glcore.lisp

Dependency

funcs-gl-glcore-gles2.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.14 cl-opengl/gl/funcs-gl-gles1-gles2-glsc2.lisp

Dependency

funcs-gl-glcore.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.15 cl-opengl/gl/funcs-gl-gles1-gles2.lisp

Dependency

funcs-gl-gles1-gles2-glsc2.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.16 cl-opengl/gl/funcs-gl-gles1.lisp

Dependency

funcs-gl-gles1-gles2.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.17 cl-opengl/gl/funcs-gl-gles2-glsc2.lisp

Dependency

funcs-gl-gles1.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.18 cl-opengl/gl/funcs-gl-gles2.lisp

Dependency

funcs-gl-gles2-glsc2.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.19 cl-opengl/gl/funcs-gl.lisp

Dependency

funcs-gl-gles2.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.20 cl-opengl/gl/funcs-gles1-gles2.lisp

Dependency

funcs-gl.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.21 cl-opengl/gl/funcs-gles1.lisp

Dependency

funcs-gles1-gles2.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.22 cl-opengl/gl/funcs-gles2.lisp

Dependency

funcs-gles1.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.23 cl-opengl/gl/package.lisp

Dependency

funcs-gles2.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Packages

cl-opengl.


4.1.24 cl-opengl/gl/special-constants.lisp

Dependency

package.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.25 cl-opengl/gl/util.lisp

Dependency

special-constants.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Internals

4.1.26 cl-opengl/gl/opengl.lisp

Dependency

util.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface
Internals

4.1.27 cl-opengl/gl/rasterization.lisp

Dependency

opengl.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface
Internals

internal-format->int (function).


4.1.28 cl-opengl/gl/framebuffer.lisp

Dependency

rasterization.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.29 cl-opengl/gl/special.lisp

Dependency

framebuffer.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.30 cl-opengl/gl/state.lisp

Dependency

special.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface
Internals

4.1.31 cl-opengl/gl/dsa.lisp

Dependency

state.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

4.1.32 cl-opengl/gl/extensions.lisp

Dependency

dsa.lisp (file).

Source

cl-opengl.asd.

Parent Component

gl (module).

Public Interface

5 Packages

Packages are listed by definition order.


5.1 cl-opengl

Source

package.lisp.

Nicknames
  • opengl
  • gl
Use List
  • cffi.
  • common-lisp.
Public Interface
Internals

5.2 cl-opengl-bindings

Source

bindings-package.lisp.

Nickname

%gl

Use List
  • cffi.
  • common-lisp.
Public Interface
Internals

5.3 cl-opengl-library

Source

library-common.lisp.

Use List
  • cffi.
  • common-lisp.
Public Interface

6 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


6.1 Public Interface


6.1.1 Constants

Constant: +all-pixels-amd+
Package

cl-opengl.

Source

special-constants.lisp.

Constant: +invalid-index+
Package

cl-opengl.

Source

special-constants.lisp.

Constant: +timeout-ignored+
Package

cl-opengl.

Source

special-constants.lisp.

Constant: +timeout-ignored-apple+
Package

cl-opengl.

Source

special-constants.lisp.


6.1.2 Special variables

Special Variable: *gl-get-proc-address*
Package

cl-opengl-bindings.

Source

bindings.lisp.

Special Variable: *glext-last-updated*
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2-glsc2.lisp.

Special Variable: *glext-version*
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2-glsc2.lisp.


6.1.3 Macros

Macro: define-gl-array-format (name &body clauses)

Defines a vertex array format spcification. Each clause has
the format (array-type parameter*) where array-type can
currently be one of VERTEX, COLOR, SECONDARY-COLOR, NORMAL,
INDEX, FOG-COORD, TEX-COORD, EDGE-FLAG OR VERTEX-ATTRIB.

Parameters are keyword arguments for the corresponding array
type. The following parameters are supported:

:TYPE – array element type (all array types)
:COMPONENTS – list of component (slot) names for this array (all types) :STAGE – active texture for the array (TEX-COORD type)
:INDEX – vertex attribute index (VERTEX-ATTRIB type)
:NORMALIZED – whether values should be normalized (VERTEX-ATTRIB)

Package

cl-opengl.

Source

opengl.lisp.

Macro: with-float-traps-masked (() &body body)

Mask floating point traps in dynamic scope of BODY, and disable automatic per-call masking within that scope.

Package

cl-opengl-bindings.

Source

bindings.lisp.

Macro: with-gl-array ((var type &key count) &body forms)

Allocates a fresh GL-ARRAY of type TYPE and COUNT elements. The array will be bound to VAR and is freed when execution moves outside WITH-GL-ARRAY.

Package

cl-opengl.

Source

opengl.lisp.

Macro: with-gl-mapped-buffer ((a target access type) &body body)

This is like WITH-MAPPED-BUFFER, but maps to a GL-ARRAY instead.

Package

cl-opengl.

Source

opengl.lisp.

Macro: with-mapped-buffer ((p target access) &body body)

Maps the buffer currently bound to TARGET with ACCESS storing the returned pointer in P. The buffer is unmapped when execution leaves WITH-MAPPED-BUFFER. Note that this will break when another buffer is bound within FORMS.

Package

cl-opengl.

Source

opengl.lisp.

Macro: with-new-list ((id mode) &body body)
Package

cl-opengl.

Source

special.lisp.

Macro: with-primitive (mode &body body)
Package

cl-opengl.

Source

opengl.lisp.

Macro: with-primitives (mode &body body)
Package

cl-opengl.

Source

opengl.lisp.

Macro: with-pushed-attrib ((&rest attributes) &body body)
Package

cl-opengl.

Source

state.lisp.

Macro: with-pushed-client-attrib ((&rest attributes) &body body)
Package

cl-opengl.

Source

state.lisp.

Macro: with-pushed-matrix (&body body)
Package

cl-opengl.

Source

opengl.lisp.

Macro: with-pushed-matrix* ((matrix) &body body)
Package

cl-opengl.

Source

opengl.lisp.

Macro: with-query ((target id) &body body)
Package

cl-opengl.

Source

framebuffer.lisp.


6.1.4 Compiler macros

Compiler Macro: accum (op value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: accum-x-oes (op value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: active-stencil-face-ext (face)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: active-texture (texture)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: active-texture-arb (texture)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: alpha-fragment-op-1-ati (op dst dstmod arg1 arg1rep arg1mod)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: alpha-fragment-op-2-ati (op dst dstmod arg1 arg1rep arg1mod arg2 arg2rep arg2mod)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: alpha-fragment-op-3-ati (op dst dstmod arg1 arg1rep arg1mod arg2 arg2rep arg2mod arg3 arg3rep arg3mod)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: alpha-func (func ref)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: alpha-func-qcom (func ref)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: alpha-func-x (func ref)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: alpha-func-x-oes (func ref)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: alpha-to-coverage-dither-control-nv (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: apply-texture-ext (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: array-object-ati (array size type stride buffer offset)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: async-copy-image-sub-data-nvx (waitsemaphorecount waitsemaphorearray waitvaluearray srcgpu dstgpumask srcname srctarget srclevel srcx srcy srcz dstname dsttarget dstlevel dstx dsty dstz srcwidth srcheight srcdepth signalsemaphorecount signalsemaphorearray signalvaluearray)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: begin (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: begin-conditional-render (id mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: begin-conditional-render-nv (id mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: begin-query (target id)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: begin-query-arb (target id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: begin-query-ext (target id)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: begin-query-indexed (target index id)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: begin-transform-feedback (primitivemode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: begin-transform-feedback-ext (primitivemode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: begin-transform-feedback-nv (primitivemode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-buffer (target buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: bind-buffer-arb (target buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-buffer-base (target index buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: bind-buffer-base-ext (target index buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-buffer-base-nv (target index buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-buffer-offset-ext (target index buffer offset)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-buffer-offset-nv (target index buffer offset)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-buffer-range (target index buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: bind-buffer-range-ext (target index buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-buffer-range-nv (target index buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-buffers-base (target first count buffers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: bind-buffers-range (target first count buffers offsets sizes)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: bind-framebuffer (target framebuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Compiler Macro: bind-framebuffer-ext (target framebuffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-framebuffer-oes (target framebuffer)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: bind-image-texture (unit texture level layered layer access format)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: bind-image-texture-ext (index texture level layered layer access format)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-light-parameter-ext (light value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-material-parameter-ext (face value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-multi-texture-ext (texunit target texture)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: bind-parameter-ext (value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-program-arb (target program)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-program-nv (target id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-renderbuffer (target renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Compiler Macro: bind-renderbuffer-ext (target renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-renderbuffer-oes (target renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: bind-tex-gen-parameter-ext (unit coord value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-texture (target texture)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: bind-texture-ext (target texture)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-texture-unit-parameter-ext (unit value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-transform-feedback (target id)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: bind-transform-feedback-nv (target id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-video-capture-stream-buffer-nv (video_capture_slot stream frame_region offset)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: bind-video-capture-stream-texture-nv (video_capture_slot stream frame_region target texture)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: binormal-pointer-ext (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: blend-equation (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Compiler Macro: blend-equation-ext (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Compiler Macro: blend-equation-i (buf mode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: blend-equation-i-arb (buf mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: blend-equation-i-ext (buf mode)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: blend-equation-i-oes (buf mode)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: blend-equation-indexed-amd (buf mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: blend-equation-oes (mode)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: blend-equation-separate (modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Compiler Macro: blend-equation-separate-ext (modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: blend-equation-separate-i (buf modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: blend-equation-separate-i-arb (buf modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: blend-equation-separate-i-ext (buf modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: blend-equation-separate-i-oes (buf modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: blend-equation-separate-indexed-amd (buf modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: blend-equation-separate-oes (modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: blend-func (sfactor dfactor)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: blend-func-i (buf src dst)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: blend-func-i-arb (buf src dst)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: blend-func-i-ext (buf src dst)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: blend-func-i-oes (buf src dst)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: blend-func-indexed-amd (buf src dst)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: blend-func-separate (sfactorrgb dfactorrgb sfactoralpha dfactoralpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Compiler Macro: blend-func-separate-ext (sfactorrgb dfactorrgb sfactoralpha dfactoralpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: blend-func-separate-i (buf srcrgb dstrgb srcalpha dstalpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: blend-func-separate-i-arb (buf srcrgb dstrgb srcalpha dstalpha)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: blend-func-separate-i-ext (buf srcrgb dstrgb srcalpha dstalpha)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: blend-func-separate-i-oes (buf srcrgb dstrgb srcalpha dstalpha)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: blend-func-separate-indexed-amd (buf srcrgb dstrgb srcalpha dstalpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: blend-func-separate-ingr (sfactorrgb dfactorrgb sfactoralpha dfactoralpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: blend-func-separate-oes (srcrgb dstrgb srcalpha dstalpha)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: blend-parameter-i-nv (pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: blit-framebuffer (srcx0 srcy0 srcx1 srcy1 dstx0 dsty0 dstx1 dsty1 mask filter)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: blit-framebuffer-angle (srcx0 srcy0 srcx1 srcy1 dstx0 dsty0 dstx1 dsty1 mask filter)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: blit-framebuffer-ext (srcx0 srcy0 srcx1 srcy1 dstx0 dsty0 dstx1 dsty1 mask filter)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: blit-framebuffer-layer-ext (srcx0 srcy0 srcx1 srcy1 srclayer dstx0 dsty0 dstx1 dsty1 dstlayer mask filter)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: blit-framebuffer-layers-ext (srcx0 srcy0 srcx1 srcy1 dstx0 dsty0 dstx1 dsty1 mask filter)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: blit-framebuffer-nv (srcx0 srcy0 srcx1 srcy1 dstx0 dsty0 dstx1 dsty1 mask filter)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: blit-named-framebuffer (readframebuffer drawframebuffer srcx0 srcy0 srcx1 srcy1 dstx0 dsty0 dstx1 dsty1 mask filter)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: buffer-address-range-nv (pname index address length)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: buffer-attach-memory-nv (target memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: buffer-data (target size data usage)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: buffer-data-arb (target size data usage)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: buffer-page-commitment-arb (target offset size commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: buffer-page-commitment-mem-nv (target offset size memory memoffset commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: buffer-parameter-i-apple (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: buffer-storage (target size data flags)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: buffer-storage-ext (target size data flags)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: buffer-storage-external-ext (target offset size clientbuffer flags)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: buffer-storage-mem-ext (target size memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: buffer-sub-data (target offset size data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: buffer-sub-data-arb (target offset size data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: call-lists (n type lists)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: check-framebuffer-status (target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Compiler Macro: check-framebuffer-status-ext (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: check-framebuffer-status-oes (target)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: check-named-framebuffer-status (framebuffer target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: check-named-framebuffer-status-ext (framebuffer target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: clamp-color (target clamp)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: clamp-color-arb (target clamp)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: clear (&rest bufs)
Package

cl-opengl.

Source

framebuffer.lisp.

Compiler Macro: clear-buffer-data (target internalformat format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: clear-buffer-fi (buffer drawbuffer depth stencil)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: clear-buffer-fv (buffer drawbuffer value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: clear-buffer-iv (buffer drawbuffer value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: clear-buffer-sub-data (target internalformat offset size format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: clear-buffer-uiv (buffer drawbuffer value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: clear-named-buffer-data (buffer internalformat format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: clear-named-buffer-data-ext (buffer internalformat format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: clear-named-buffer-sub-data (buffer internalformat offset size format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: clear-named-buffer-sub-data-ext (buffer internalformat offset size format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: clear-named-framebuffer-fi (framebuffer buffer drawbuffer depth stencil)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: clear-named-framebuffer-fv (framebuffer buffer drawbuffer value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: clear-named-framebuffer-iv (framebuffer buffer drawbuffer value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: clear-named-framebuffer-uiv (framebuffer buffer drawbuffer value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: clear-tex-image (texture level format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: clear-tex-image-ext (texture level format type data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: clear-tex-sub-image (texture level xoffset yoffset zoffset width height depth format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: clear-tex-sub-image-ext (texture level xoffset yoffset zoffset width height depth format type data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: client-active-texture (texture)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: client-active-texture-arb (texture)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: client-active-vertex-stream-ati (stream)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: clip-control (origin depth)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: clip-control-ext (origin depth)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: clip-plane (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: clip-plane-f (p eqn)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: clip-plane-f-img (p eqn)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: clip-plane-f-oes (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: clip-plane-x (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: clip-plane-x-img (p eqn)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: clip-plane-x-oes (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: color-format-nv (size type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: color-fragment-op-1-ati (op dst dstmask dstmod arg1 arg1rep arg1mod)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: color-fragment-op-2-ati (op dst dstmask dstmod arg1 arg1rep arg1mod arg2 arg2rep arg2mod)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: color-fragment-op-3-ati (op dst dstmask dstmod arg1 arg1rep arg1mod arg2 arg2rep arg2mod arg3 arg3rep arg3mod)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: color-mask (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: color-mask-i (index r g b a)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: color-mask-i-ext (index r g b a)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: color-mask-i-oes (index r g b a)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: color-mask-indexed-ext (index r g b a)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: color-material (face mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: color-p3ui (type color)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: color-p3uiv (type color)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: color-p4ui (type color)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: color-p4uiv (type color)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: color-pointer (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: color-pointer-ext (size type stride count pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: color-pointer-list-ibm (size type stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: color-pointer-v-intel (size type pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: color-sub-table (target start count format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: color-sub-table-ext (target start count format type data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: color-table (target internalformat width format type table)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: color-table-ext (target internalformat width format type table)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: color-table-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: color-table-parameter-fv-sgi (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: color-table-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: color-table-parameter-iv-sgi (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: color-table-sgi (target internalformat width format type table)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: combiner-input-nv (stage portion variable input mapping componentusage)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: combiner-output-nv (stage portion aboutput cdoutput sumoutput scale bias abdotproduct cddotproduct muxsum)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: combiner-parameter-f-nv (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: combiner-parameter-fv-nv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: combiner-parameter-i-nv (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: combiner-parameter-iv-nv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: combiner-stage-parameter-fv-nv (stage pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: compressed-multi-tex-image-1d-ext (texunit target level internalformat width border imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: compressed-multi-tex-image-2d-ext (texunit target level internalformat width height border imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: compressed-multi-tex-image-3d-ext (texunit target level internalformat width height depth border imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: compressed-multi-tex-sub-image-1d-ext (texunit target level xoffset width format imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: compressed-multi-tex-sub-image-2d-ext (texunit target level xoffset yoffset width height format imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: compressed-multi-tex-sub-image-3d-ext (texunit target level xoffset yoffset zoffset width height depth format imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: compressed-tex-image-1d (target level internalformat width border imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: compressed-tex-image-1d-arb (target level internalformat width border imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: compressed-tex-image-2d (target level internalformat width height border imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Compiler Macro: compressed-tex-image-2d-arb (target level internalformat width height border imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: compressed-tex-image-3d (target level internalformat width height depth border imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: compressed-tex-image-3d-arb (target level internalformat width height depth border imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: compressed-tex-image-3d-oes (target level internalformat width height depth border imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: compressed-tex-sub-image-1d (target level xoffset width format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: compressed-tex-sub-image-1d-arb (target level xoffset width format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: compressed-tex-sub-image-2d (target level xoffset yoffset width height format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: compressed-tex-sub-image-2d-arb (target level xoffset yoffset width height format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: compressed-tex-sub-image-3d (target level xoffset yoffset zoffset width height depth format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: compressed-tex-sub-image-3d-arb (target level xoffset yoffset zoffset width height depth format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: compressed-tex-sub-image-3d-oes (target level xoffset yoffset zoffset width height depth format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: compressed-texture-image-1d-ext (texture target level internalformat width border imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: compressed-texture-image-2d-ext (texture target level internalformat width height border imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: compressed-texture-image-3d-ext (texture target level internalformat width height depth border imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: compressed-texture-sub-image-1d (texture level xoffset width format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: compressed-texture-sub-image-1d-ext (texture target level xoffset width format imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: compressed-texture-sub-image-2d (texture level xoffset yoffset width height format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: compressed-texture-sub-image-2d-ext (texture target level xoffset yoffset width height format imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: compressed-texture-sub-image-3d (texture level xoffset yoffset zoffset width height depth format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: compressed-texture-sub-image-3d-ext (texture target level xoffset yoffset zoffset width height depth format imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: conservative-raster-parameter-f-nv (pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: conservative-raster-parameter-i-nv (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: convolution-filter-1d (target internalformat width format type image)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: convolution-filter-1d-ext (target internalformat width format type image)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: convolution-filter-2d (target internalformat width height format type image)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: convolution-filter-2d-ext (target internalformat width height format type image)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: convolution-parameter-f (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: convolution-parameter-f-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: convolution-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: convolution-parameter-fv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: convolution-parameter-i (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: convolution-parameter-i-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: convolution-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: convolution-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: convolution-parameter-x-oes (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: convolution-parameter-xv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: copy-buffer-sub-data (readtarget writetarget readoffset writeoffset size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: copy-buffer-sub-data-nv (readtarget writetarget readoffset writeoffset size)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: copy-color-sub-table (target start x y width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: copy-color-sub-table-ext (target start x y width)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: copy-color-table (target internalformat x y width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: copy-color-table-sgi (target internalformat x y width)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: copy-convolution-filter-1d (target internalformat x y width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: copy-convolution-filter-1d-ext (target internalformat x y width)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: copy-convolution-filter-2d (target internalformat x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: copy-convolution-filter-2d-ext (target internalformat x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: copy-image-sub-data (srcname srctarget srclevel srcx srcy srcz dstname dsttarget dstlevel dstx dsty dstz srcwidth srcheight srcdepth)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: copy-image-sub-data-ext (srcname srctarget srclevel srcx srcy srcz dstname dsttarget dstlevel dstx dsty dstz srcwidth srcheight srcdepth)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: copy-image-sub-data-nv (srcname srctarget srclevel srcx srcy srcz dstname dsttarget dstlevel dstx dsty dstz width height depth)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: copy-image-sub-data-oes (srcname srctarget srclevel srcx srcy srcz dstname dsttarget dstlevel dstx dsty dstz srcwidth srcheight srcdepth)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: copy-multi-tex-image-1d-ext (texunit target level internalformat x y width border)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: copy-multi-tex-image-2d-ext (texunit target level internalformat x y width height border)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: copy-multi-tex-sub-image-1d-ext (texunit target level xoffset x y width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: copy-multi-tex-sub-image-2d-ext (texunit target level xoffset yoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: copy-multi-tex-sub-image-3d-ext (texunit target level xoffset yoffset zoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: copy-pixels (x y width height type)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: copy-tex-image-1d (target level internalformat x y width border)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: copy-tex-image-1d-ext (target level internalformat x y width border)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: copy-tex-image-2d (target level internalformat x y width height border)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Compiler Macro: copy-tex-image-2d-ext (target level internalformat x y width height border)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: copy-tex-sub-image-1d (target level xoffset x y width)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: copy-tex-sub-image-1d-ext (target level xoffset x y width)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: copy-tex-sub-image-2d (target level xoffset yoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Compiler Macro: copy-tex-sub-image-2d-ext (target level xoffset yoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: copy-tex-sub-image-3d (target level xoffset yoffset zoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: copy-tex-sub-image-3d-ext (target level xoffset yoffset zoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: copy-tex-sub-image-3d-oes (target level xoffset yoffset zoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: copy-texture-image-1d-ext (texture target level internalformat x y width border)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: copy-texture-image-2d-ext (texture target level internalformat x y width height border)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: copy-texture-sub-image-1d-ext (texture target level xoffset x y width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: copy-texture-sub-image-2d-ext (texture target level xoffset yoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: copy-texture-sub-image-3d-ext (texture target level xoffset yoffset zoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: cover-fill-path-instanced-nv (numpaths pathnametype paths pathbase covermode transformtype transformvalues)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: cover-fill-path-nv (path covermode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: cover-stroke-path-instanced-nv (numpaths pathnametype paths pathbase covermode transformtype transformvalues)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: cover-stroke-path-nv (path covermode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: coverage-mask-nv (mask)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: coverage-modulation-nv (components)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: coverage-operation-nv (operation)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: create-queries (target n ids)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: create-shader (type)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: create-shader-object-arb (shadertype)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: create-shader-program-ext (type string)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: create-shader-program-v (type count strings)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: create-shader-programv-ext (type count strings)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: create-textures (target n textures)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: cull-face (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: cull-parameter-dv-ext (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: cull-parameter-fv-ext (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: debug-message-control (source type severity count ids enabled)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: debug-message-control-arb (source type severity count ids enabled)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: debug-message-control-khr (source type severity count ids enabled)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: debug-message-enable-amd (category severity count ids enabled)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: debug-message-insert (source type id severity length buf)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: debug-message-insert-amd (category severity id length buf)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: debug-message-insert-arb (source type id severity length buf)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: debug-message-insert-khr (source type id severity length buf)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: deformation-map-3d-sgix (target u1 u2 ustride uorder v1 v2 vstride vorder w1 w2 wstride worder points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: deformation-map-3f-sgix (target u1 u2 ustride uorder v1 v2 vstride vorder w1 w2 wstride worder points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: delete-names-amd (identifier num names)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: depth-func (func)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: depth-mask (flag)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: detail-tex-func-sgis (target n points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: disable (&rest caps)
Package

cl-opengl.

Source

state.lisp.

Compiler Macro: disable (cap)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: disable-client-state (array)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: disable-client-state-i-ext (array index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: disable-client-state-indexed-ext (array index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: disable-i (target index)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: disable-i-ext (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: disable-i-nv (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: disable-i-oes (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: disable-indexed-ext (target index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: disable-vertex-array-ext (vaobj array)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: disable-vertex-attrib-apple (index pname)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: discard-framebuffer-ext (target numattachments attachments)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: draw-arrays (mode first count)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: draw-arrays-ext (mode first count)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: draw-arrays-indirect (mode indirect)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: draw-arrays-instanced (mode first count instancecount)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: draw-arrays-instanced-angle (mode first count primcount)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-arrays-instanced-arb (mode first count primcount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: draw-arrays-instanced-base-instance (mode first count instancecount baseinstance)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: draw-arrays-instanced-base-instance-ext (mode first count instancecount baseinstance)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-arrays-instanced-ext (mode start count primcount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: draw-arrays-instanced-nv (mode first count primcount)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-buffer (buf)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: draw-commands-address-nv (primitivemode indirects sizes count)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: draw-commands-nv (primitivemode buffer indirects sizes count)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: draw-element-array-apple (mode first count)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: draw-element-array-ati (mode count)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: draw-elements (mode count type indices)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Compiler Macro: draw-elements-base-vertex (mode count type indices basevertex)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: draw-elements-base-vertex-ext (mode count type indices basevertex)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-elements-base-vertex-oes (mode count type indices basevertex)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-elements-indirect (mode type indirect)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: draw-elements-instanced (mode count type indices instancecount)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: draw-elements-instanced-angle (mode count type indices primcount)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-elements-instanced-arb (mode count type indices primcount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: draw-elements-instanced-base-instance (mode count type indices instancecount baseinstance)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: draw-elements-instanced-base-instance-ext (mode count type indices instancecount baseinstance)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-elements-instanced-base-vertex (mode count type indices instancecount basevertex)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: draw-elements-instanced-base-vertex-base-instance (mode count type indices instancecount basevertex baseinstance)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: draw-elements-instanced-base-vertex-base-instance-ext (mode count type indices instancecount basevertex baseinstance)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-elements-instanced-base-vertex-ext (mode count type indices instancecount basevertex)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-elements-instanced-base-vertex-oes (mode count type indices instancecount basevertex)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-elements-instanced-ext (mode count type indices primcount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: draw-elements-instanced-nv (mode count type indices primcount)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-mesh-arrays-sun (mode first count width)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: draw-pixels (width height format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: draw-range-element-array-apple (mode start end first count)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: draw-range-element-array-ati (mode start end count)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: draw-range-elements (mode start end count type indices)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Compiler Macro: draw-range-elements-base-vertex (mode start end count type indices basevertex)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: draw-range-elements-base-vertex-ext (mode start end count type indices basevertex)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-range-elements-base-vertex-oes (mode start end count type indices basevertex)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-range-elements-ext (mode start end count type indices)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: draw-transform-feedback (mode id)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: draw-transform-feedback-ext (mode id)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-transform-feedback-instanced (mode id instancecount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: draw-transform-feedback-instanced-ext (mode id instancecount)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: draw-transform-feedback-nv (mode id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: draw-transform-feedback-stream (mode id stream)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: draw-transform-feedback-stream-instanced (mode id stream instancecount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: edge-flag (flag)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: egl-image-target-renderbuffer-storage-oes (target image)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: egl-image-target-tex-storage-ext (target image attrib_list)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: egl-image-target-texture-2d-oes (target image)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: element-pointer-apple (type pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: element-pointer-ati (type pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: enable (&rest caps)
Package

cl-opengl.

Source

state.lisp.

Compiler Macro: enable (cap)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: enable-client-state (array)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: enable-client-state-i-ext (array index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: enable-client-state-indexed-ext (array index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: enable-i (target index)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: enable-i-ext (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: enable-i-nv (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: enable-i-oes (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: enable-indexed-ext (target index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: enable-vertex-array-ext (vaobj array)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: enable-vertex-attrib-apple (index pname)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: end-query (target)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: end-query-arb (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: end-query-ext (target)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: end-query-indexed (target index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: eval-maps-nv (target mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: eval-mesh-1 (mode i1 i2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: eval-mesh-2 (mode i1 i2 j1 j2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: execute-program-nv (target id params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: ext-get-buffer-pointer-v-qcom (target params)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: ext-get-program-binary-source-qcom (program shadertype source length)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: ext-get-tex-level-parameter-iv-qcom (texture face level pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: ext-get-tex-sub-image-qcom (target level xoffset yoffset zoffset width height depth format type texels)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: ext-tex-object-state-override-i-qcom (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: feedback-buffer (size type buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: feedback-buffer-x-oes (n type buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: fence-sync (condition flags)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: fence-sync-apple (condition flags)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: final-combiner-input-nv (variable input mapping componentusage)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: finish-object-apple (object name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: flush-mapped-buffer-range (target offset length)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: flush-mapped-buffer-range-apple (target offset size)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: flush-mapped-buffer-range-ext (target offset length)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: flush-pixel-data-range-nv (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: flush-static-data-ibm (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fog-coord-format-nv (type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: fog-coord-pointer (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fog-coord-pointer-ext (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fog-coord-pointer-list-ibm (type stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fog-f (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: fog-fv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: fog-i (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fog-iv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fog-x (pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: fog-x-oes (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: fog-xv (pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: fog-xv-oes (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: fragment-color-material-sgix (face mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fragment-light-f-sgix (light pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fragment-light-fv-sgix (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fragment-light-i-sgix (light pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fragment-light-iv-sgix (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fragment-light-model-f-sgix (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fragment-light-model-fv-sgix (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fragment-light-model-i-sgix (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fragment-light-model-iv-sgix (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fragment-material-f-sgix (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fragment-material-fv-sgix (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fragment-material-i-sgix (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: fragment-material-iv-sgix (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: framebuffer-draw-buffer-ext (framebuffer mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: framebuffer-parameter-i (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: framebuffer-parameter-i-mesa (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: framebuffer-read-buffer-ext (framebuffer mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: framebuffer-renderbuffer (target attachment renderbuffertarget renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Compiler Macro: framebuffer-renderbuffer-ext (target attachment renderbuffertarget renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: framebuffer-renderbuffer-oes (target attachment renderbuffertarget renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: framebuffer-sample-locations-fv-arb (target start count v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: framebuffer-sample-locations-fv-nv (target start count v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: framebuffer-sample-positions-fv-amd (target numsamples pixelindex values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: framebuffer-shading-rate-ext (target attachment texture baselayer numlayers texelwidth texelheight)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: framebuffer-texture (target attachment texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: framebuffer-texture-1d (target attachment textarget texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: framebuffer-texture-1d-ext (target attachment textarget texture level)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: framebuffer-texture-2d (target attachment textarget texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Compiler Macro: framebuffer-texture-2d-downsample-img (target attachment textarget texture level xscale yscale)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: framebuffer-texture-2d-ext (target attachment textarget texture level)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: framebuffer-texture-2d-multisample-ext (target attachment textarget texture level samples)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: framebuffer-texture-2d-multisample-img (target attachment textarget texture level samples)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: framebuffer-texture-2d-oes (target attachment textarget texture level)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: framebuffer-texture-3d (target attachment textarget texture level zoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: framebuffer-texture-3d-ext (target attachment textarget texture level zoffset)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: framebuffer-texture-3d-oes (target attachment textarget texture level zoffset)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: framebuffer-texture-arb (target attachment texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: framebuffer-texture-ext (target attachment texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: framebuffer-texture-face-arb (target attachment texture level face)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: framebuffer-texture-face-ext (target attachment texture level face)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: framebuffer-texture-layer (target attachment texture level layer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: framebuffer-texture-layer-arb (target attachment texture level layer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: framebuffer-texture-layer-downsample-img (target attachment texture level layer xscale yscale)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: framebuffer-texture-layer-ext (target attachment texture level layer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: framebuffer-texture-multisample-multiview-ovr (target attachment texture level samples baseviewindex numviews)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: framebuffer-texture-multiview-ovr (target attachment texture level baseviewindex numviews)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: framebuffer-texture-oes (target attachment texture level)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: front-face (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: gen-names-amd (identifier num names)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: gen-symbols-ext (datatype storagetype range components)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: generate-mipmap (target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Compiler Macro: generate-mipmap-ext (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: generate-mipmap-oes (target)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: generate-multi-tex-mipmap-ext (texunit target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: generate-texture-mipmap-ext (texture target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get* (name &optional index)
Package

cl-opengl.

Source

state.lisp.

Compiler Macro: get-active-atomic-counter-buffer-iv (program bufferindex pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-active-subroutine-name (program shadertype index bufsize length name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-active-subroutine-uniform-iv (program shadertype index pname values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-active-subroutine-uniform-name (program shadertype index bufsize length name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-active-uniform-block-iv (program uniformblockindex pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-active-uniforms-iv (program uniformcount uniformindices pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-array-object-fv-ati (array pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-array-object-iv-ati (array pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-boolean-i-v (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-boolean-indexed-v-ext (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-boolean-v (pname data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: get-buffer-parameter-i64v (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-buffer-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: get-buffer-parameter-iv-arb (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-buffer-parameter-ui64v-nv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-buffer-pointer-v (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-buffer-pointer-v-arb (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-buffer-pointer-v-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: get-buffer-sub-data (target offset size data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-buffer-sub-data-arb (target offset size data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-clip-plane (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-clip-plane-f (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: get-clip-plane-f-oes (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-clip-plane-x (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: get-clip-plane-x-oes (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-color-table (target format type table)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-color-table-ext (target format type data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-color-table-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-color-table-parameter-fv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-color-table-parameter-fv-sgi (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-color-table-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-color-table-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-color-table-parameter-iv-sgi (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-color-table-sgi (target format type table)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-combiner-input-parameter-fv-nv (stage portion variable pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-combiner-input-parameter-iv-nv (stage portion variable pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-combiner-output-parameter-fv-nv (stage portion pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-combiner-output-parameter-iv-nv (stage portion pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-combiner-stage-parameter-fv-nv (stage pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-command-header-nv (tokenid size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-compressed-multi-tex-image-ext (texunit target lod img)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-compressed-tex-image (target level img)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-compressed-tex-image-arb (target level img)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-compressed-texture-image-ext (texture target lod img)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-convolution-filter (target format type image)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-convolution-filter-ext (target format type image)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-convolution-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-convolution-parameter-fv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-convolution-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-convolution-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-convolution-parameter-xv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-detail-tex-func-sgis (target points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-double-i-v (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-double-i-v-ext (pname index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-double-indexed-v-ext (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-double-v (pname data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-fence-iv-nv (fence pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Compiler Macro: get-final-combiner-input-parameter-fv-nv (variable pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-final-combiner-input-parameter-iv-nv (variable pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-fixed-v (pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: get-fixed-v-oes (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-float-i-v (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-float-i-v-ext (pname index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-float-i-v-nv (target index data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: get-float-i-v-oes (target index data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: get-float-indexed-v-ext (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-float-v (pname data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: get-fragment-light-fv-sgix (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-fragment-light-iv-sgix (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-fragment-material-fv-sgix (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-fragment-material-iv-sgix (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-framebuffer-attachment-parameter-iv (target attachment pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Compiler Macro: get-framebuffer-attachment-parameter-iv-ext (target attachment pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-framebuffer-attachment-parameter-iv-oes (target attachment pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: get-framebuffer-parameter-fv-amd (target pname numsamples pixelindex size values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-framebuffer-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-framebuffer-parameter-iv-ext (framebuffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-framebuffer-parameter-iv-mesa (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-handle-arb (pname)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-histogram (target reset format type values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-histogram-ext (target reset format type values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-histogram-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-histogram-parameter-fv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-histogram-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-histogram-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-histogram-parameter-xv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-image-handle-arb (texture level layered layer format)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-image-handle-nv (texture level layered layer format)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-image-transform-parameter-fv-hp (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-image-transform-parameter-iv-hp (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-integer-64-i-v (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-integer-64-v (pname data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-integer-64-v-apple (pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: get-integer-64-v-ext (pname data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: get-integer-i-v (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-integer-i-v-ext (target index data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: get-integer-indexed-v-ext (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-integer-ui64i-v-nv (value index result)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-integer-ui64v-nv (value result)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-integer-v (pname data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: get-internal-format-i64v (target internalformat pname count params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-internal-format-iv (target internalformat pname count params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-internal-format-sample-iv-nv (target internalformat samples pname count params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-invariant-boolean-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-invariant-float-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-invariant-integer-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-light-fv (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-light-iv (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-light-x-oes (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-light-xv (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: get-light-xv-oes (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-list-parameter-fv-sgix (list pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-list-parameter-iv-sgix (list pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-local-constant-boolean-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-local-constant-float-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-local-constant-integer-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-map-attrib-parameter-fv-nv (target index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-map-attrib-parameter-iv-nv (target index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-map-control-points-nv (target index type ustride vstride packed points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-map-dv (target query v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-map-fv (target query v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-map-iv (target query v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-map-parameter-fv-nv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-map-parameter-iv-nv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-map-xv-oes (target query v)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-material-fv (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-material-iv (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-material-x-oes (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-material-xv (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: get-material-xv-oes (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-memory-object-detached-resources-uiv-nv (memory pname first count params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-memory-object-parameter-iv-ext (memoryobject pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-minmax (target reset format type values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-minmax-ext (target reset format type values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-minmax-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-minmax-parameter-fv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-minmax-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-minmax-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-multi-tex-env-fv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-multi-tex-env-iv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-multi-tex-gen-dv-ext (texunit coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-multi-tex-gen-fv-ext (texunit coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-multi-tex-gen-iv-ext (texunit coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-multi-tex-image-ext (texunit target level format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-multi-tex-level-parameter-fv-ext (texunit target level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-multi-tex-level-parameter-iv-ext (texunit target level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-multi-tex-parameter-fv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-multi-tex-parameter-iiv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-multi-tex-parameter-iuiv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-multi-tex-parameter-iv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-multisample-fv (pname index val)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-multisample-fv-nv (pname index val)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-named-buffer-parameter-i64v (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-buffer-parameter-iv (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-buffer-parameter-iv-ext (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-buffer-parameter-ui64v-nv (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-buffer-pointer-v (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-buffer-pointer-v-ext (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-framebuffer-attachment-parameter-iv (framebuffer attachment pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-framebuffer-attachment-parameter-iv-ext (framebuffer attachment pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-framebuffer-parameter-fv-amd (framebuffer pname numsamples pixelindex size values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-named-framebuffer-parameter-iv (framebuffer pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-framebuffer-parameter-iv-ext (framebuffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-program-iv-ext (program target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-program-local-parameter-dv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-program-local-parameter-fv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-program-local-parameter-iiv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-program-local-parameter-iuiv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-program-string-ext (program target pname string)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-renderbuffer-parameter-iv (renderbuffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-renderbuffer-parameter-iv-ext (renderbuffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-named-string-iv-arb (namelen name pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-object-buffer-fv-ati (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-object-buffer-iv-ati (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-object-label (identifier name bufsize length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: get-object-label-ext (type object bufsize length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-object-label-khr (identifier name bufsize length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: get-object-parameter-fv-arb (obj pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-object-parameter-iv-apple (objecttype name pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-object-parameter-iv-arb (obj pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-occlusion-query-iv-nv (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-occlusion-query-uiv-nv (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-path-color-gen-fv-nv (color pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-path-color-gen-iv-nv (color pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-path-metrics-nv (metricquerymask numpaths pathnametype paths pathbase stride metrics)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-path-parameter-fv-nv (path pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-path-parameter-iv-nv (path pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-path-spacing-nv (pathlistmode numpaths pathnametype paths pathbase advancescale kerningscale transformtype returnedspacing)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-path-tex-gen-fv-nv (texcoordset pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-path-tex-gen-iv-nv (texcoordset pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-perf-monitor-counter-data-amd (monitor pname datasize data byteswritten)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-perf-monitor-counter-info-amd (group counter pname data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-pixel-map-fv (map values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-pixel-map-uiv (map values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-pixel-map-usv (map values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-pixel-map-xv (map size values)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-pixel-tex-gen-parameter-fv-sgis (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-pixel-tex-gen-parameter-iv-sgis (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-pixel-transform-parameter-fv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-pixel-transform-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-pointer-i-v-ext (pname index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-pointer-indexed-v-ext (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-pointer-v (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: get-pointer-v-ext (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-pointer-v-khr (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: get-program-env-parameter-dv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-program-env-parameter-fv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-program-env-parameter-iiv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-program-env-parameter-iuiv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-program-interface-iv (program programinterface pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-program-iv (program pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Compiler Macro: get-program-iv-arb (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-program-iv-nv (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-program-local-parameter-dv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-program-local-parameter-fv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-program-local-parameter-iiv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-program-local-parameter-iuiv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-program-parameter-dv-nv (target index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-program-parameter-fv-nv (target index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-program-pipeline-iv (pipeline pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-program-resource-fv-nv (program programinterface index propcount props count length params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-program-resource-index (program programinterface name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-program-resource-iv (program programinterface index propcount props count length params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-program-resource-location (program programinterface name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-program-resource-location-index (program programinterface name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-program-resource-location-index-ext (program programinterface name)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: get-program-resource-name (program programinterface index bufsize length name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-program-stage-iv (program shadertype pname values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-program-string-arb (target pname string)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-program-string-nv (id pname program)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-program-subroutine-parameter-uiv-nv (target index param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-query-buffer-object-i64v (id buffer pname offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-query-buffer-object-iv (id buffer pname offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-query-buffer-object-ui64v (id buffer pname offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-query-buffer-object-uiv (id buffer pname offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-query-indexed-iv (target index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-query-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-query-iv-arb (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-query-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: get-query-object-i64v (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-query-object-i64v-ext (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-query-object-iv (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-query-object-iv-arb (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-query-object-iv-ext (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: get-query-object-ui64v (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-query-object-ui64v-ext (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-query-object-uiv (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-query-object-uiv-arb (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-query-object-uiv-ext (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: get-renderbuffer-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Compiler Macro: get-renderbuffer-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-renderbuffer-parameter-iv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: get-sampler-parameter-fv (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-sampler-parameter-iiv (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-sampler-parameter-iiv-ext (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: get-sampler-parameter-iiv-oes (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: get-sampler-parameter-iuiv (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-sampler-parameter-iuiv-ext (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: get-sampler-parameter-iuiv-oes (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: get-sampler-parameter-iv (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-semaphore-parameter-iv-nv (semaphore pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-semaphore-parameter-ui64v-ext (semaphore pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-separable-filter (target format type row column span)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-separable-filter-ext (target format type row column span)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-shader-iv (shader pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-shader-precision-format (shadertype precisiontype range precision)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-shading-rate-sample-location-iv-nv (rate samples index location)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-sharpen-tex-func-sgis (target points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-stage-index-nv (shadertype)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-string (name)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: get-string-i (name index)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-subroutine-index (program shadertype name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-subroutine-uniform-location (program shadertype name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-sync-iv (sync pname count length values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: get-sync-iv-apple (sync pname count length values)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: get-tex-bump-parameter-fv-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-tex-bump-parameter-iv-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-tex-env-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-tex-env-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-tex-env-xv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: get-tex-env-xv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-tex-filter-func-sgis (target filter weights)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-tex-gen-dv (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-tex-gen-fv (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-tex-gen-fv-oes (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: get-tex-gen-iv (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-tex-gen-iv-oes (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: get-tex-gen-xv-oes (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-tex-image (target level format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-tex-level-parameter-fv (target level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-tex-level-parameter-iv (target level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-tex-level-parameter-xv-oes (target level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-tex-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: get-tex-parameter-iiv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-tex-parameter-iiv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-tex-parameter-iiv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: get-tex-parameter-iuiv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-tex-parameter-iuiv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-tex-parameter-iuiv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: get-tex-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: get-tex-parameter-pointer-v-apple (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-tex-parameter-xv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: get-tex-parameter-xv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: get-texture-image (texture level format type bufsize pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-texture-image-ext (texture target level format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-texture-level-parameter-fv (texture level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-texture-level-parameter-fv-ext (texture target level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-texture-level-parameter-iv (texture level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-texture-level-parameter-iv-ext (texture target level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-texture-parameter-fv (texture pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-texture-parameter-fv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-texture-parameter-iiv (texture pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-texture-parameter-iiv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-texture-parameter-iuiv (texture pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-texture-parameter-iuiv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-texture-parameter-iv (texture pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-texture-parameter-iv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-texture-sub-image (texture level xoffset yoffset zoffset width height depth format type bufsize pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-track-matrix-iv-nv (target address pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-transform-feedback-i-v (xfb pname index param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-transform-feedback-i64-v (xfb pname index param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-transform-feedback-iv (xfb pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-uniform-subroutine-uiv (shadertype location params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-unsigned-byte-i-v-ext (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-unsigned-byte-v-ext (pname data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-variant-array-object-fv-ati (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-variant-array-object-iv-ati (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-variant-boolean-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-variant-float-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-variant-integer-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-variant-pointer-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-vertex-array-indexed-64iv (vaobj index pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-vertex-array-indexed-iv (vaobj index pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-vertex-array-integer-i-v-ext (vaobj index pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-vertex-array-integer-v-ext (vaobj pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-vertex-array-iv (vaobj pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-vertex-array-pointer-i-v-ext (vaobj index pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-vertex-array-pointer-v-ext (vaobj pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-vertex-attrib-array-object-fv-ati (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-vertex-attrib-array-object-iv-ati (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-vertex-attrib-dv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-vertex-attrib-dv-arb (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-vertex-attrib-dv-nv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-vertex-attrib-fv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Compiler Macro: get-vertex-attrib-fv-arb (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-vertex-attrib-fv-nv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-vertex-attrib-iiv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-vertex-attrib-iiv-ext (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-vertex-attrib-iuiv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: get-vertex-attrib-iuiv-ext (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-vertex-attrib-iv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Compiler Macro: get-vertex-attrib-iv-arb (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-vertex-attrib-iv-nv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-vertex-attrib-ldv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-vertex-attrib-ldv-ext (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-vertex-attrib-li64v-nv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-vertex-attrib-lui64v-arb (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-vertex-attrib-lui64v-nv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: get-vertex-attrib-pointer-v (index pname pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Compiler Macro: get-vertex-attrib-pointer-v-arb (index pname pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-vertex-attrib-pointer-v-nv (index pname pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-video-capture-iv-nv (video_capture_slot pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-video-capture-stream-dv-nv (video_capture_slot stream pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-video-capture-stream-fv-nv (video_capture_slot stream pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-video-capture-stream-iv-nv (video_capture_slot stream pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-video-i64v-nv (video_slot pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-video-iv-nv (video_slot pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-video-ui64v-nv (video_slot pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: get-video-uiv-nv (video_slot pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: getn-color-table (target format type bufsize table)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: getn-color-table-arb (target format type bufsize table)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: getn-compressed-tex-image (target lod bufsize pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: getn-compressed-tex-image-arb (target lod bufsize img)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: getn-convolution-filter (target format type bufsize image)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: getn-convolution-filter-arb (target format type bufsize image)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: getn-histogram (target reset format type bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: getn-histogram-arb (target reset format type bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: getn-map-dv (target query bufsize v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: getn-map-dv-arb (target query bufsize v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: getn-map-fv (target query bufsize v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: getn-map-fv-arb (target query bufsize v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: getn-map-iv (target query bufsize v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: getn-map-iv-arb (target query bufsize v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: getn-minmax (target reset format type bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: getn-minmax-arb (target reset format type bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: getn-pixel-map-fv (map bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: getn-pixel-map-fv-arb (map bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: getn-pixel-map-uiv (map bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: getn-pixel-map-uiv-arb (map bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: getn-pixel-map-usv (map bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: getn-pixel-map-usv-arb (map bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: getn-separable-filter (target format type rowbufsize row columnbufsize column span)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: getn-separable-filter-arb (target format type rowbufsize row columnbufsize column span)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: getn-tex-image (target level format type bufsize pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: getn-tex-image-arb (target level format type bufsize img)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: hint (target mode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: hint-pgi (target mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: histogram (target width internalformat sink)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: histogram-ext (target width internalformat sink)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: igloo-interface-sgix (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: image-transform-parameter-f-hp (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: image-transform-parameter-fv-hp (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: image-transform-parameter-i-hp (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: image-transform-parameter-iv-hp (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: import-memory-fd-ext (memory size handletype fd)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: import-memory-win32-handle-ext (memory size handletype handle)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: import-memory-win32-name-ext (memory size handletype name)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: import-semaphore-fd-ext (semaphore handletype fd)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: import-semaphore-win32-handle-ext (semaphore handletype handle)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: import-semaphore-win32-name-ext (semaphore handletype name)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: import-sync-ext (external_sync_type external_sync flags)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: index-format-nv (type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: index-func-ext (func ref)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: index-material-ext (face mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: index-pointer (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: index-pointer-ext (type stride count pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: index-pointer-list-ibm (type stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: interleaved-arrays (format stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: invalidate-framebuffer (target numattachments attachments)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: invalidate-sub-framebuffer (target numattachments attachments x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: is-buffer-resident-nv (target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: is-enabled (cap)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: is-enabled-i (target index)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: is-enabled-i-ext (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: is-enabled-i-nv (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: is-enabled-i-oes (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: is-enabled-indexed-ext (target index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: is-name-amd (identifier name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: is-variant-enabled-ext (id cap)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: is-vertex-attrib-enabled-apple (index pname)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: label-object-ext (type object length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: lgpu-copy-image-sub-data-nvx (sourcegpu destinationgpumask srcname srctarget srclevel srcx srxy srcz dstname dsttarget dstlevel dstx dsty dstz width height depth)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: light-env-i-sgix (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: light-f (light pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: light-fv (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: light-i (light pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: light-iv (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: light-model-f (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: light-model-fv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: light-model-i (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: light-model-iv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: light-model-x (pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: light-model-x-oes (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: light-model-xv (pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: light-model-xv-oes (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: light-x (light pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: light-x-oes (light pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: light-xv (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: light-xv-oes (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: list-parameter-f-sgix (list pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: list-parameter-fv-sgix (list pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: list-parameter-i-sgix (list pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: list-parameter-iv-sgix (list pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: load-program-nv (target id len program)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: logic-op (opcode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: make-buffer-non-resident-nv (target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: make-buffer-resident-nv (target access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: make-image-handle-resident-arb (handle access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: make-image-handle-resident-nv (handle access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: make-named-buffer-resident-nv (buffer access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: map-1d (target u1 u2 stride order points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: map-1f (target u1 u2 stride order points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: map-1x-oes (target u1 u2 stride order points)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: map-2d (target u1 u2 ustride uorder v1 v2 vstride vorder points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: map-2f (target u1 u2 ustride uorder v1 v2 vstride vorder points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: map-2x-oes (target u1 u2 ustride uorder v1 v2 vstride vorder points)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: map-buffer (target access)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: map-buffer-arb (target access)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: map-buffer-oes (target access)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: map-buffer-range (target offset length access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: map-buffer-range-ext (target offset length access)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: map-control-points-nv (target index type ustride vstride uorder vorder packed points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: map-named-buffer (buffer access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: map-named-buffer-ext (buffer access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: map-parameter-fv-nv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: map-parameter-iv-nv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: material-f (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: material-fv (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: material-i (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: material-iv (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: material-x (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: material-x-oes (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: material-xv (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: material-xv-oes (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: matrix-frustum-ext (mode left right bottom top znear zfar)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-index-pointer-arb (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: matrix-index-pointer-oes (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: matrix-load-3x2-f-nv (matrixmode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-load-3x3-f-nv (matrixmode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-load-d-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-load-f-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-load-identity-ext (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-load-transpose-3x3-f-nv (matrixmode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-load-transpose-d-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-load-transpose-f-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-mode (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: matrix-mult-3x2-f-nv (matrixmode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-mult-3x3-f-nv (matrixmode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-mult-d-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-mult-f-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-mult-transpose-3x3-f-nv (matrixmode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-mult-transpose-d-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-mult-transpose-f-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-ortho-ext (mode left right bottom top znear zfar)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-pop-ext (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-push-ext (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-rotate-d-ext (mode angle x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-rotate-f-ext (mode angle x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-scale-d-ext (mode x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-scale-f-ext (mode x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-translate-d-ext (mode x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: matrix-translate-f-ext (mode x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: memory-object-parameter-iv-ext (memoryobject pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: minmax (target internalformat sink)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: minmax-ext (target internalformat sink)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-draw-arrays (mode first count drawcount)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-draw-arrays-ext (mode first count primcount)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Compiler Macro: multi-draw-arrays-indirect (mode indirect drawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-draw-arrays-indirect-amd (mode indirect primcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-draw-arrays-indirect-bindless-count-nv (mode indirect drawcount maxdrawcount stride vertexbuffercount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-draw-arrays-indirect-bindless-nv (mode indirect drawcount stride vertexbuffercount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-draw-arrays-indirect-count (mode indirect drawcount maxdrawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-draw-arrays-indirect-count-arb (mode indirect drawcount maxdrawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-draw-arrays-indirect-ext (mode indirect drawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: multi-draw-element-array-apple (mode first count primcount)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-draw-elements (mode count type indices drawcount)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-draw-elements-base-vertex (mode count type indices drawcount basevertex)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-draw-elements-base-vertex-ext (mode count type indices drawcount basevertex)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: multi-draw-elements-ext (mode count type indices primcount)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Compiler Macro: multi-draw-elements-indirect (mode type indirect drawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-draw-elements-indirect-amd (mode type indirect primcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-draw-elements-indirect-bindless-count-nv (mode type indirect drawcount maxdrawcount stride vertexbuffercount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-draw-elements-indirect-bindless-nv (mode type indirect drawcount stride vertexbuffercount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-draw-elements-indirect-count (mode type indirect drawcount maxdrawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-draw-elements-indirect-count-arb (mode type indirect drawcount maxdrawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-draw-elements-indirect-ext (mode type indirect drawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: multi-draw-range-element-array-apple (mode start end first count primcount)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-mode-draw-elements-ibm (mode count type indices primcount modestride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-buffer-ext (texunit target internalformat buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-coord-1b-oes (texture s)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-1bv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-1d (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1d-arb (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1dv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1dv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1f (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1f-arb (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1fv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1fv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1h-nv (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1hv-nv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1i (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1i-arb (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1iv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1iv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1s (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1s-arb (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1sv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1sv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-1x-oes (texture s)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-1xv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-2b-oes (texture s tee)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-2bv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-2d (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2d-arb (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2dv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2dv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2f (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2f-arb (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2fv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2fv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2h-nv (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2hv-nv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2i (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2i-arb (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2iv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2iv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2s (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2s-arb (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2sv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2sv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-2x-oes (texture s tee)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-2xv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-3b-oes (texture s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-3bv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-3d (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3d-arb (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3dv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3dv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3f (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3f-arb (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3fv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3fv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3h-nv (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3hv-nv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3i (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3i-arb (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3iv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3iv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3s (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3s-arb (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3sv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3sv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-3x-oes (texture s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-3xv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-4b-oes (texture s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-4bv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-4d (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4d-arb (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4dv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4dv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4f (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-4f-arb (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4fv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4fv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4h-nv (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4hv-nv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4i (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4i-arb (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4iv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4iv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4s (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4s-arb (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4sv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4sv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multi-tex-coord-4x (texture s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: multi-tex-coord-4x-oes (texture s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-4xv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: multi-tex-coord-p1ui (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-coord-p1uiv (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-coord-p2ui (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-coord-p2uiv (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-coord-p3ui (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-coord-p3uiv (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-coord-p4ui (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-coord-p4uiv (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-coord-pointer-ext (texunit size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-env-f-ext (texunit target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-env-fv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-env-i-ext (texunit target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-env-iv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-gen-d-ext (texunit coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-gen-dv-ext (texunit coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-gen-f-ext (texunit coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-gen-fv-ext (texunit coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-gen-i-ext (texunit coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-gen-iv-ext (texunit coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-image-1d-ext (texunit target level internalformat width border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-image-2d-ext (texunit target level internalformat width height border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-image-3d-ext (texunit target level internalformat width height depth border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-parameter-f-ext (texunit target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-parameter-fv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-parameter-i-ext (texunit target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-parameter-iiv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-parameter-iuiv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-parameter-iv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-renderbuffer-ext (texunit target renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-sub-image-1d-ext (texunit target level xoffset width format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-sub-image-2d-ext (texunit target level xoffset yoffset width height format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multi-tex-sub-image-3d-ext (texunit target level xoffset yoffset zoffset width height depth format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: multicast-blit-framebuffer-nv (srcgpu dstgpu srcx0 srcy0 srcx1 srcy1 dstx0 dsty0 dstx1 dsty1 mask filter)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multicast-copy-image-sub-data-nv (srcgpu dstgpumask srcname srctarget srclevel srcx srcy srcz dstname dsttarget dstlevel dstx dsty dstz srcwidth srcheight srcdepth)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multicast-get-query-object-i64v-nv (gpu id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multicast-get-query-object-iv-nv (gpu id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multicast-get-query-object-ui64v-nv (gpu id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: multicast-get-query-object-uiv-nv (gpu id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: named-buffer-data (buffer size data usage)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-buffer-data-ext (buffer size data usage)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-buffer-page-commitment-arb (buffer offset size commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-buffer-page-commitment-ext (buffer offset size commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-buffer-page-commitment-mem-nv (buffer offset size memory memoffset commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: named-framebuffer-draw-buffer (framebuffer buf)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-framebuffer-parameter-i (framebuffer pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-framebuffer-parameter-i-ext (framebuffer pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-framebuffer-read-buffer (framebuffer src)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-framebuffer-renderbuffer (framebuffer attachment renderbuffertarget renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-framebuffer-renderbuffer-ext (framebuffer attachment renderbuffertarget renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-framebuffer-texture (framebuffer attachment texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-framebuffer-texture-1d-ext (framebuffer attachment textarget texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-framebuffer-texture-2d-ext (framebuffer attachment textarget texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-framebuffer-texture-3d-ext (framebuffer attachment textarget texture level zoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-framebuffer-texture-ext (framebuffer attachment texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-framebuffer-texture-face-ext (framebuffer attachment texture level face)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-framebuffer-texture-layer (framebuffer attachment texture level layer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-framebuffer-texture-layer-ext (framebuffer attachment texture level layer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-framebuffer-texture-multiview-ovr (framebuffer attachment texture level baseviewindex numviews)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: named-program-local-parameter-4d-ext (program target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-program-local-parameter-4dv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-program-local-parameter-4f-ext (program target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-program-local-parameter-4fv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-program-local-parameter-i4i-ext (program target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-program-local-parameter-i4iv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-program-local-parameter-i4ui-ext (program target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-program-local-parameter-i4uiv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-program-local-parameters-4fv-ext (program target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-program-local-parameters-i4iv-ext (program target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-program-local-parameters-i4uiv-ext (program target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-program-string-ext (program target format len string)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-renderbuffer-storage (renderbuffer internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-renderbuffer-storage-ext (renderbuffer internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-renderbuffer-storage-multisample (renderbuffer samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-renderbuffer-storage-multisample-advanced-amd (renderbuffer samples storagesamples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: named-renderbuffer-storage-multisample-coverage-ext (renderbuffer coveragesamples colorsamples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-renderbuffer-storage-multisample-ext (renderbuffer samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: named-string-arb (type namelen name stringlen string)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: new-list (list mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: new-object-buffer-ati (size pointer usage)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: normal-format-nv (type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: normal-p3ui (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: normal-p3uiv (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: normal-pointer (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: normal-pointer-ext (type stride count pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: normal-pointer-list-ibm (type stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: normal-pointer-v-intel (type pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: normal-stream-3b-ati (stream nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: normal-stream-3bv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: normal-stream-3d-ati (stream nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: normal-stream-3dv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: normal-stream-3f-ati (stream nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: normal-stream-3fv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: normal-stream-3i-ati (stream nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: normal-stream-3iv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: normal-stream-3s-ati (stream nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: normal-stream-3sv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: object-label (identifier name length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: object-label-khr (identifier name length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: object-purgeable-apple (objecttype name option)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: object-unpurgeable-apple (objecttype name option)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pass-tex-coord-ati (dst coord swizzle)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: patch-parameter-fv (pname values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: patch-parameter-i (pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: patch-parameter-i-ext (pname value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: patch-parameter-i-oes (pname value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: path-color-gen-nv (color genmode colorformat coeffs)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-commands-nv (path numcommands commands numcoords coordtype coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-coords-nv (path numcoords coordtype coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-cover-depth-func-nv (func)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-fog-gen-nv (genmode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-glyph-index-array-nv (firstpathname fonttarget fontname fontstyle firstglyphindex numglyphs pathparametertemplate emscale)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-glyph-index-range-nv (fonttarget fontname fontstyle pathparametertemplate emscale baseandcount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-glyph-range-nv (firstpathname fonttarget fontname fontstyle firstglyph numglyphs handlemissingglyphs pathparametertemplate emscale)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-glyphs-nv (firstpathname fonttarget fontname fontstyle numglyphs type charcodes handlemissingglyphs pathparametertemplate emscale)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-memory-glyph-index-array-nv (firstpathname fonttarget fontsize fontdata faceindex firstglyphindex numglyphs pathparametertemplate emscale)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-parameter-f-nv (path pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-parameter-fv-nv (path pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-parameter-i-nv (path pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-parameter-iv-nv (path pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-stencil-func-nv (func ref mask)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-string-nv (path format length pathstring)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-sub-commands-nv (path commandstart commandstodelete numcommands commands numcoords coordtype coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-sub-coords-nv (path coordstart numcoords coordtype coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: path-tex-gen-nv (texcoordset genmode components coeffs)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: pixel-data-range-nv (target length pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-map-fv (map mapsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-map-uiv (map mapsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-map-usv (map mapsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-map-x (map size values)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: pixel-store-f (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-store-i (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: pixel-store-x (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: pixel-tex-gen-parameter-f-sgis (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-tex-gen-parameter-fv-sgis (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-tex-gen-parameter-i-sgis (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-tex-gen-parameter-iv-sgis (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-tex-gen-sgix (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-transfer-f (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-transfer-i (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-transfer-x-oes (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: pixel-transform-parameter-f-ext (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-transform-parameter-fv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-transform-parameter-i-ext (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pixel-transform-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pntriangles-f-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: pntriangles-i-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: point-parameter-f (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: point-parameter-f-arb (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: point-parameter-f-ext (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: point-parameter-f-sgis (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: point-parameter-fv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: point-parameter-fv-arb (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: point-parameter-fv-ext (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: point-parameter-fv-sgis (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: point-parameter-i (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: point-parameter-i-nv (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: point-parameter-iv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: point-parameter-iv-nv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: point-parameter-x (pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: point-parameter-x-oes (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: point-parameter-xv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: point-parameter-xv-oes (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: point-size-pointer-oes (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: polygon-mode (face mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: polygon-mode-nv (face mode)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: present-frame-dual-fill-nv (video_slot minpresenttime beginpresenttimeid presentdurationid type target0 fill0 target1 fill1 target2 fill2 target3 fill3)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: present-frame-keyed-nv (video_slot minpresenttime beginpresenttimeid presentdurationid type target0 fill0 key0 target1 fill1 key1)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-binary (program binaryformat binary length)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Compiler Macro: program-binary-oes (program binaryformat binary length)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: program-buffer-parameters-fv-nv (target bindingindex wordindex count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-buffer-parameters-iiv-nv (target bindingindex wordindex count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-buffer-parameters-iuiv-nv (target bindingindex wordindex count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-env-parameter-4d-arb (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-env-parameter-4dv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-env-parameter-4f-arb (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-env-parameter-4fv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-env-parameter-i4i-nv (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-env-parameter-i4iv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-env-parameter-i4ui-nv (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-env-parameter-i4uiv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-env-parameters-4fv-ext (target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-env-parameters-i4iv-nv (target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-env-parameters-i4uiv-nv (target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-local-parameter-4d-arb (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-local-parameter-4dv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-local-parameter-4f-arb (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-local-parameter-4fv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-local-parameter-i4i-nv (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-local-parameter-i4iv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-local-parameter-i4ui-nv (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-local-parameter-i4uiv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-local-parameters-4fv-ext (target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-local-parameters-i4iv-nv (target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-local-parameters-i4uiv-nv (target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-parameter-4d-nv (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-parameter-4dv-nv (target index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-parameter-4f-nv (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-parameter-4fv-nv (target index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-parameter-i (program pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-parameter-i-arb (program pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-parameter-i-ext (program pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-parameters-4dv-nv (target index count v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-parameters-4fv-nv (target index count v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-path-fragment-input-gen-nv (program location genmode components coeffs)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-string-arb (target format len string)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-subroutine-parameters-uiv-nv (target count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: program-uniform-matrix-2dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-2dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-2fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-2fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-2x3-dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-2x3-dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-2x3-fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-2x3-fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-2x4-dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-2x4-dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-2x4-fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-2x4-fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-3dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-3dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-3fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-3fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-3x2-dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-3x2-dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-3x2-fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-3x2-fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-3x4-dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-3x4-dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-3x4-fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-3x4-fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-4dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-4dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-4fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-4fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-4x2-dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-4x2-dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-4x2-fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-4x2-fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-4x3-dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-4x3-dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: program-uniform-matrix-4x3-fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniform-matrix-4x3-fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: program-uniformf (program location x &optional y z w)
Package

cl-opengl.

Source

opengl.lisp.

Compiler Macro: program-uniformi (program location x &optional y z w)
Package

cl-opengl.

Source

opengl.lisp.

Compiler Macro: program-vertex-limit-nv (target limit)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: provoking-vertex (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: provoking-vertex-ext (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: push-attrib (&rest attributes)
Package

cl-opengl.

Source

state.lisp.

Compiler Macro: push-client-attrib (&rest attributes)
Package

cl-opengl.

Source

state.lisp.

Compiler Macro: push-debug-group (source id length message)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: push-debug-group-khr (source id length message)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: query-counter (id target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: query-counter-ext (id target)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: query-object-parameter-ui-amd (target id pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: query-resource-nv (querytype tagid count buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: raster-samples-ext (samples fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: read-buffer (src)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: read-buffer-indexed-ext (src index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: read-buffer-nv (mode)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: read-pixels (x y width height format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Compiler Macro: readn-pixels (x y width height format type bufsize data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Compiler Macro: readn-pixels-arb (x y width height format type bufsize data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: readn-pixels-ext (x y width height format type bufsize data)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: readn-pixels-khr (x y width height format type bufsize data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: render-mode (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: renderbuffer-storage (target internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Compiler Macro: renderbuffer-storage-ext (target internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: renderbuffer-storage-multisample (target samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: renderbuffer-storage-multisample-advanced-amd (target samples storagesamples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: renderbuffer-storage-multisample-angle (target samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: renderbuffer-storage-multisample-apple (target samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: renderbuffer-storage-multisample-coverage-nv (target coveragesamples colorsamples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: renderbuffer-storage-multisample-ext (target samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Compiler Macro: renderbuffer-storage-multisample-img (target samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: renderbuffer-storage-multisample-nv (target samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: renderbuffer-storage-oes (target internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: replacement-code-pointer-sun (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: reset-histogram (target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: reset-histogram-ext (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: reset-memory-object-parameter-nv (memory pname)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: reset-minmax (target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: reset-minmax-ext (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: sample-coverage (value invert)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: sample-coverage-arb (value invert)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: sample-coverage-x (value invert)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: sample-coverage-x-oes (value invert)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: sample-map-ati (dst interp swizzle)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: sample-mask-ext (value invert)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: sample-mask-sgis (value invert)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: sample-pattern-ext (pattern)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: sample-pattern-sgis (pattern)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: sampler-parameter-f (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: sampler-parameter-fv (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: sampler-parameter-i (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: sampler-parameter-iiv (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: sampler-parameter-iiv-ext (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: sampler-parameter-iiv-oes (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: sampler-parameter-iuiv (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: sampler-parameter-iuiv-ext (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: sampler-parameter-iuiv-oes (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: sampler-parameter-iv (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: secondary-color-format-nv (size type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: secondary-color-p3ui (type color)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: secondary-color-p3uiv (type color)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: secondary-color-pointer (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: secondary-color-pointer-ext (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: secondary-color-pointer-list-ibm (size type stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: select-perf-monitor-counters-amd (monitor enable group numcounters counterlist)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: semaphore-parameter-iv-nv (semaphore pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: semaphore-parameter-ui64v-ext (semaphore pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: separable-filter-2d (target internalformat width height format type row column)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: separable-filter-2d-ext (target internalformat width height format type row column)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: set-fence-nv (fence condition)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Compiler Macro: set-invariant-ext (id type addr)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: set-local-constant-ext (id type addr)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: set-multisample-fv-amd (pname index val)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: shade-model (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: shader-binary (count shaders binaryformat binary length)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: shader-op-1-ext (op res arg1)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: shader-op-2-ext (op res arg1 arg2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: shader-op-3-ext (op res arg1 arg2 arg3)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: shading-rate-combiner-ops-ext (combinerop0 combinerop1)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: shading-rate-ext (rate)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: shading-rate-image-barrier-nv (synchronize)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: shading-rate-qcom (rate)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: shading-rate-sample-order-custom-nv (rate samples locations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: shading-rate-sample-order-nv (order)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: sharpen-tex-func-sgis (target n points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: sprite-parameter-f-sgix (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: sprite-parameter-fv-sgix (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: sprite-parameter-i-sgix (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: sprite-parameter-iv-sgix (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: state-capture-nv (state mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: stencil-fill-path-instanced-nv (numpaths pathnametype paths pathbase fillmode mask transformtype transformvalues)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: stencil-fill-path-nv (path fillmode mask)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: stencil-func (func ref mask)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: stencil-func-separate (face func ref mask)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Compiler Macro: stencil-func-separate-ati (frontfunc backfunc ref mask)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: stencil-mask-separate (face mask)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Compiler Macro: stencil-op (fail zfail zpass)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: stencil-op-separate (face sfail dpfail dppass)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Compiler Macro: stencil-op-separate-ati (face sfail dpfail dppass)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: stencil-op-value-amd (face value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: stencil-stroke-path-instanced-nv (numpaths pathnametype paths pathbase reference mask transformtype transformvalues)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: stencil-then-cover-fill-path-instanced-nv (numpaths pathnametype paths pathbase fillmode mask covermode transformtype transformvalues)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: stencil-then-cover-fill-path-nv (path fillmode mask covermode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: stencil-then-cover-stroke-path-instanced-nv (numpaths pathnametype paths pathbase reference mask covermode transformtype transformvalues)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: stencil-then-cover-stroke-path-nv (path reference mask covermode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: swizzle-ext (res in outx outy outz outw)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tangent-pointer-ext (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tessellation-mode-amd (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: test-object-apple (object name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-attach-memory-nv (target memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: tex-buffer (target internalformat buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: tex-buffer-arb (target internalformat buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: tex-buffer-ext (target internalformat buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: tex-buffer-oes (target internalformat buffer)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: tex-buffer-range (target internalformat buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: tex-buffer-range-ext (target internalformat buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: tex-buffer-range-oes (target internalformat buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: tex-bump-parameter-fv-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-bump-parameter-iv-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-coord-format-nv (size type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: tex-coord-p1ui (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: tex-coord-p1uiv (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: tex-coord-p2ui (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: tex-coord-p2uiv (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: tex-coord-p3ui (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: tex-coord-p3uiv (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: tex-coord-p4ui (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: tex-coord-p4uiv (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: tex-coord-pointer (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: tex-coord-pointer-ext (size type stride count pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-coord-pointer-list-ibm (size type stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-coord-pointer-v-intel (size type pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-env-f (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: tex-env-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: tex-env-i (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: tex-env-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: tex-env-x (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: tex-env-x-oes (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: tex-env-xv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: tex-env-xv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: tex-filter-func-sgis (target filter n weights)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-gen-d (coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-gen-dv (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-gen-f (coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-gen-f-oes (coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: tex-gen-fv (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-gen-fv-oes (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: tex-gen-i (coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-gen-i-oes (coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: tex-gen-iv (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-gen-iv-oes (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: tex-gen-x-oes (coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: tex-gen-xv-oes (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: tex-image-1d (target level internalformat width border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-image-2d (target level internalformat width height border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Compiler Macro: tex-image-2d-multisample (target samples internalformat width height fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: tex-image-2d-multisample-coverage-nv (target coveragesamples colorsamples internalformat width height fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-image-3d (target level internalformat width height depth border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: tex-image-3d-ext (target level internalformat width height depth border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-image-3d-multisample (target samples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: tex-image-3d-multisample-coverage-nv (target coveragesamples colorsamples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-image-3d-oes (target level internalformat width height depth border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: tex-image-4d-sgis (target level internalformat width height depth size4d border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-page-commitment-arb (target level xoffset yoffset zoffset width height depth commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: tex-page-commitment-ext (target level xoffset yoffset zoffset width height depth commit)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: tex-page-commitment-mem-nv (target layer level xoffset yoffset zoffset width height depth memory offset commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: tex-parameter-f (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: tex-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: tex-parameter-i (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: tex-parameter-iiv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: tex-parameter-iiv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: tex-parameter-iiv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: tex-parameter-iuiv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: tex-parameter-iuiv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: tex-parameter-iuiv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: tex-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: tex-parameter-x (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: tex-parameter-x-oes (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: tex-parameter-xv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: tex-parameter-xv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: tex-renderbuffer-nv (target renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-storage-1d (target levels internalformat width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: tex-storage-1d-ext (target levels internalformat width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: tex-storage-2d (target levels internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Compiler Macro: tex-storage-2d-ext (target levels internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: tex-storage-2d-multisample (target samples internalformat width height fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: tex-storage-3d (target levels internalformat width height depth)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: tex-storage-3d-ext (target levels internalformat width height depth)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: tex-storage-3d-multisample (target samples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: tex-storage-3d-multisample-oes (target samples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: tex-storage-attribs-2d-ext (target levels internalformat width height attrib_list)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: tex-storage-attribs-3d-ext (target levels internalformat width height depth attrib_list)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: tex-storage-mem-1d-ext (target levels internalformat width memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: tex-storage-mem-2d-ext (target levels internalformat width height memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: tex-storage-mem-2d-multisample-ext (target samples internalformat width height fixedsamplelocations memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: tex-storage-mem-3d-ext (target levels internalformat width height depth memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: tex-storage-mem-3d-multisample-ext (target samples internalformat width height depth fixedsamplelocations memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: tex-storage-sparse-amd (target internalformat width height depth layers flags)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-sub-image-1d (target level xoffset width format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-sub-image-1d-ext (target level xoffset width format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-sub-image-2d (target level xoffset yoffset width height format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Compiler Macro: tex-sub-image-2d-ext (target level xoffset yoffset width height format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-sub-image-3d (target level xoffset yoffset zoffset width height depth format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: tex-sub-image-3d-ext (target level xoffset yoffset zoffset width height depth format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: tex-sub-image-3d-oes (target level xoffset yoffset zoffset width height depth format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: tex-sub-image-4d-sgis (target level xoffset yoffset zoffset woffset width height depth size4d format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: texture-buffer (texture internalformat buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-buffer-ext (texture target internalformat buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-buffer-range (texture internalformat buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-buffer-range-ext (texture target internalformat buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-color-mask-sgis (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: texture-image-1d-ext (texture target level internalformat width border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-image-2d-ext (texture target level internalformat width height border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-image-2d-multisample-coverage-nv (texture target coveragesamples colorsamples internalformat width height fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: texture-image-2d-multisample-nv (texture target samples internalformat width height fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: texture-image-3d-ext (texture target level internalformat width height depth border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-image-3d-multisample-coverage-nv (texture target coveragesamples colorsamples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: texture-image-3d-multisample-nv (texture target samples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: texture-light-ext (pname)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: texture-material-ext (face mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: texture-normal-ext (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: texture-page-commitment-ext (texture level xoffset yoffset zoffset width height depth commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-page-commitment-mem-nv (texture layer level xoffset yoffset zoffset width height depth memory offset commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: texture-parameter-f (texture pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-parameter-f-ext (texture target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-parameter-fv (texture pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-parameter-fv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-parameter-i (texture pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-parameter-i-ext (texture target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-parameter-iiv (texture pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-parameter-iiv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-parameter-iuiv (texture pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-parameter-iuiv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-parameter-iv (texture pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-parameter-iv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-range-apple (target length pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: texture-renderbuffer-ext (texture target renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-storage-1d (texture levels internalformat width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-storage-1d-ext (texture target levels internalformat width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: texture-storage-2d (texture levels internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-storage-2d-ext (texture target levels internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: texture-storage-2d-multisample (texture samples internalformat width height fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-storage-2d-multisample-ext (texture target samples internalformat width height fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-storage-3d (texture levels internalformat width height depth)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-storage-3d-ext (texture target levels internalformat width height depth)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Compiler Macro: texture-storage-3d-multisample (texture samples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-storage-3d-multisample-ext (texture target samples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-storage-mem-1d-ext (texture levels internalformat width memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: texture-storage-mem-2d-ext (texture levels internalformat width height memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: texture-storage-mem-2d-multisample-ext (texture samples internalformat width height fixedsamplelocations memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: texture-storage-mem-3d-ext (texture levels internalformat width height depth memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: texture-storage-mem-3d-multisample-ext (texture samples internalformat width height depth fixedsamplelocations memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: texture-storage-sparse-amd (texture target internalformat width height depth layers flags)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: texture-sub-image-1d (texture level xoffset width format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-sub-image-1d-ext (texture target level xoffset width format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-sub-image-2d (texture level xoffset yoffset width height format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-sub-image-2d-ext (texture target level xoffset yoffset width height format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-sub-image-3d (texture level xoffset yoffset zoffset width height depth format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-sub-image-3d-ext (texture target level xoffset yoffset zoffset width height depth format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-view (texture target origtexture internalformat minlevel numlevels minlayer numlayers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: texture-view-ext (texture target origtexture internalformat minlevel numlevels minlayer numlayers)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: texture-view-oes (texture target origtexture internalformat minlevel numlevels minlayer numlayers)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: track-matrix-nv (target address matrix transform)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: transform-feedback-attribs-nv (count attribs buffermode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: transform-feedback-stream-attribs-nv (count attribs nbuffers bufstreams buffermode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: transform-feedback-varyings (program count varyings buffermode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: transform-feedback-varyings-ext (program count varyings buffermode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: transform-feedback-varyings-nv (program count locations buffermode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: transform-path-nv (resultpath srcpath transformtype transformvalues)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: uniform-matrix-2dv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: uniform-matrix-2fv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Compiler Macro: uniform-matrix-2fv-arb (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: uniform-matrix-2x3-dv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: uniform-matrix-2x3-fv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: uniform-matrix-2x3-fv-nv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: uniform-matrix-2x4-dv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: uniform-matrix-2x4-fv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: uniform-matrix-2x4-fv-nv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: uniform-matrix-3dv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: uniform-matrix-3fv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Compiler Macro: uniform-matrix-3fv-arb (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: uniform-matrix-3x2-dv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: uniform-matrix-3x2-fv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: uniform-matrix-3x2-fv-nv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: uniform-matrix-3x4-dv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: uniform-matrix-3x4-fv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: uniform-matrix-3x4-fv-nv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: uniform-matrix-4dv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: uniform-matrix-4fv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Compiler Macro: uniform-matrix-4fv-arb (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: uniform-matrix-4x2-dv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: uniform-matrix-4x2-fv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: uniform-matrix-4x2-fv-nv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: uniform-matrix-4x3-dv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: uniform-matrix-4x3-fv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: uniform-matrix-4x3-fv-nv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Compiler Macro: uniform-subroutines-uiv (shadertype count indices)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: uniformf (location x &optional y z w)
Package

cl-opengl.

Source

opengl.lisp.

Compiler Macro: uniformi (location x &optional y z w)
Package

cl-opengl.

Source

opengl.lisp.

Compiler Macro: unmap-buffer (target)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: unmap-buffer-arb (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: unmap-buffer-oes (target)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Compiler Macro: update-object-buffer-ati (buffer offset size pointer preserve)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: use-shader-program-ext (type program)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: variant-array-object-ati (id type stride buffer offset)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: variant-pointer-ext (id type stride addr)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vdpau-get-surface-iv-nv (surface pname count length values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vdpau-register-output-surface-nv (vdpsurface target numtexturenames texturenames)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vdpau-register-video-surface-nv (vdpsurface target numtexturenames texturenames)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vdpau-register-video-surface-with-picture-structure-nv (vdpsurface target numtexturenames texturenames isframestructure)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vdpau-surface-access-nv (surface access)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-array-attrib-format (vaobj attribindex size type normalized relativeoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-attrib-i-format (vaobj attribindex size type relativeoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-attrib-l-format (vaobj attribindex size type relativeoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-color-offset-ext (vaobj buffer size type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-fog-coord-offset-ext (vaobj buffer type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-index-offset-ext (vaobj buffer type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-multi-tex-coord-offset-ext (vaobj buffer texunit size type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-normal-offset-ext (vaobj buffer type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-parameter-i-apple (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-array-secondary-color-offset-ext (vaobj buffer size type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-tex-coord-offset-ext (vaobj buffer size type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-vertex-attrib-format-ext (vaobj attribindex size type normalized relativeoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-vertex-attrib-i-format-ext (vaobj attribindex size type relativeoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-vertex-attrib-i-offset-ext (vaobj buffer index size type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-vertex-attrib-l-format-ext (vaobj attribindex size type relativeoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-vertex-attrib-loffset-ext (vaobj buffer index size type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-vertex-attrib-offset-ext (vaobj buffer index size type normalized stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-array-vertex-offset-ext (vaobj buffer size type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-attrib-array-object-ati (index size type normalized stride buffer offset)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-attrib-format (attribindex size type normalized relativeoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: vertex-attrib-format-nv (index size type normalized stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-attrib-i-format (attribindex size type relativeoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: vertex-attrib-i-format-nv (index size type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-attrib-ipointer (index size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Compiler Macro: vertex-attrib-ipointer-ext (index size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-attrib-l-format (attribindex size type relativeoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-attrib-l-format-nv (index size type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-attrib-lpointer (index size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-attrib-lpointer-ext (index size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-attrib-p1ui (index type normalized value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-attrib-p1uiv (index type normalized value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-attrib-p2ui (index type normalized value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-attrib-p2uiv (index type normalized value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-attrib-p3ui (index type normalized value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-attrib-p3uiv (index type normalized value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-attrib-p4ui (index type normalized value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-attrib-p4uiv (index type normalized value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-attrib-parameter-i-amd (index pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-attrib-pointer (index size type normalized stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Compiler Macro: vertex-attrib-pointer-arb (index size type normalized stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-attrib-pointer-nv (index fsize type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-blend-env-f-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-blend-env-i-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-format-nv (size type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-p2ui (type value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-p2uiv (type value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-p3ui (type value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-p3uiv (type value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-p4ui (type value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-p4uiv (type value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Compiler Macro: vertex-pointer (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Compiler Macro: vertex-pointer-ext (size type stride count pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-pointer-list-ibm (size type stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-pointer-v-intel (size type pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-1d-ati (stream x)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-1dv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-1f-ati (stream x)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-1fv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-1i-ati (stream x)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-1iv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-1s-ati (stream x)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-1sv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-2d-ati (stream x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-2dv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-2f-ati (stream x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-2fv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-2i-ati (stream x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-2iv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-2s-ati (stream x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-2sv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-3d-ati (stream x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-3dv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-3f-ati (stream x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-3fv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-3i-ati (stream x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-3iv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-3s-ati (stream x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-3sv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-4d-ati (stream x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-4dv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-4f-ati (stream x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-4fv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-4i-ati (stream x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-4iv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-4s-ati (stream x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-stream-4sv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: vertex-weight-pointer-ext (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: video-capture-stream-parameter-dv-nv (video_capture_slot stream pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: video-capture-stream-parameter-fv-nv (video_capture_slot stream pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: video-capture-stream-parameter-iv-nv (video_capture_slot stream pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: viewport-swizzle-nv (index swizzlex swizzley swizzlez swizzlew)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: weight-pointer-arb (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Compiler Macro: weight-pointer-oes (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Compiler Macro: window-rectangles-ext (mode count box)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Compiler Macro: write-mask-ext (res in outx outy outz outw)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.


6.1.5 Ordinary functions

Function: accum (op value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: accum-x-oes (op value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: acquire-keyed-mutex-win32-ext (memory key timeout)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: active-program-ext (program)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: active-shader-program (pipeline program)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: active-shader-program-ext (pipeline program)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: active-stencil-face-ext (face)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: active-texture (texture)
Package

cl-opengl.

Source

rasterization.lisp.

Function: active-texture (texture)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: active-texture-arb (texture)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: active-varying-nv (program name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: alloc-gl-array (type count)
Package

cl-opengl.

Source

opengl.lisp.

Function: alpha-fragment-op-1-ati (op dst dstmod arg1 arg1rep arg1mod)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: alpha-fragment-op-2-ati (op dst dstmod arg1 arg1rep arg1mod arg2 arg2rep arg2mod)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: alpha-fragment-op-3-ati (op dst dstmod arg1 arg1rep arg1mod arg2 arg2rep arg2mod arg3 arg3rep arg3mod)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: alpha-func (func ref)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: alpha-func-qcom (func ref)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: alpha-func-x (func ref)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: alpha-func-x-oes (func ref)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: alpha-to-coverage-dither-control-nv (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: apply-framebuffer-attachment-cmaa-intel ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: apply-texture-ext (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: are-programs-resident-nv (n programs residences)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: are-textures-resident (textures)
Package

cl-opengl.

Source

rasterization.lisp.

Function: are-textures-resident (n textures residences)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: are-textures-resident-ext (n textures residences)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: array-element (i)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: array-element-ext (i)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: array-object-ati (array size type stride buffer offset)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: async-copy-buffer-sub-data-nvx (waitsemaphorecount waitsemaphorearray fencevaluearray readgpu writegpumask readbuffer writebuffer readoffset writeoffset size signalsemaphorecount signalsemaphorearray signalvaluearray)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: async-copy-image-sub-data-nvx (waitsemaphorecount waitsemaphorearray waitvaluearray srcgpu dstgpumask srcname srctarget srclevel srcx srcy srcz dstname dsttarget dstlevel dstx dsty dstz srcwidth srcheight srcdepth signalsemaphorecount signalsemaphorearray signalvaluearray)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: async-marker-sgix (marker)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: attach-object-arb (containerobj obj)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: attach-shader (program shader)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: begin (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: begin-conditional-render (id mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: begin-conditional-render-nv (id mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: begin-conditional-render-nvx (id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: begin-fragment-shader-ati ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: begin-occlusion-query-nv (id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: begin-perf-monitor-amd (monitor)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: begin-perf-query-intel (queryhandle)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: begin-query (target id)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: begin-query-arb (target id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: begin-query-ext (target id)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: begin-query-indexed (target index id)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: begin-transform-feedback (primitivemode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: begin-transform-feedback-ext (primitivemode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: begin-transform-feedback-nv (primitivemode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: begin-vertex-shader-ext ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: begin-video-capture-nv (video_capture_slot)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-attrib-location (program index name)
Package

cl-opengl.

Source

opengl.lisp.

Function: bind-attrib-location (program index name)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: bind-attrib-location-arb (programobj index name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-buffer (target buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: bind-buffer-arb (target buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-buffer-base (target index buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: bind-buffer-base-ext (target index buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-buffer-base-nv (target index buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-buffer-offset-ext (target index buffer offset)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-buffer-offset-nv (target index buffer offset)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-buffer-range (target index buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: bind-buffer-range-ext (target index buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-buffer-range-nv (target index buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-buffers-base (target first count buffers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: bind-buffers-range (target first count buffers offsets sizes)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: bind-frag-data-location (program color name)
Package

cl-opengl.

Source

rasterization.lisp.

Function: bind-frag-data-location (program color name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-frag-data-location-ext (program color name)
Package

cl-opengl.

Source

rasterization.lisp.

Function: bind-frag-data-location-ext (program color name)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: bind-frag-data-location-indexed (program colornumber index name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: bind-frag-data-location-indexed-ext (program colornumber index name)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: bind-fragment-shader-ati (id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-framebuffer (target framebuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: bind-framebuffer-ext (target framebuffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-framebuffer-oes (target framebuffer)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: bind-gl-vertex-array (array &optional offset)

Binds ARRAY starting at the OFFSET-th element.

Package

cl-opengl.

Source

opengl.lisp.

Function: bind-image-texture (unit texture level layered layer access format)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: bind-image-texture-ext (index texture level layered layer access format)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-image-textures (first textures)
Package

cl-opengl.

Source

rasterization.lisp.

Function: bind-image-textures (first count textures)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: bind-light-parameter-ext (light value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-material-parameter-ext (face value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-multi-texture-ext (texunit target texture)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: bind-parameter-ext (value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-program-arb (target program)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-program-nv (target id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-program-pipeline (pipeline)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: bind-program-pipeline-ext (pipeline)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: bind-renderbuffer (target renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: bind-renderbuffer-ext (target renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-renderbuffer-oes (target renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: bind-sampler (unit sampler)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: bind-samplers (first count samplers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: bind-shading-rate-image-nv (texture)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: bind-tex-gen-parameter-ext (unit coord value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-texture (target texture)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: bind-texture-ext (target texture)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-texture-unit (unit texture)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: bind-texture-unit-parameter-ext (unit value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-textures (first count textures)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: bind-transform-feedback (target id)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: bind-transform-feedback-nv (target id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-vertex-array (array)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: bind-vertex-array-apple (array)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-vertex-array-oes (array)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: bind-vertex-buffer (bindingindex buffer offset stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: bind-vertex-buffers (first count buffers offsets strides)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: bind-vertex-shader-ext (id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-video-capture-stream-buffer-nv (video_capture_slot stream frame_region offset)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bind-video-capture-stream-texture-nv (video_capture_slot stream frame_region target texture)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: binormal-3b-ext (bx by bz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: binormal-3bv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: binormal-3d-ext (bx by bz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: binormal-3dv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: binormal-3f-ext (bx by bz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: binormal-3fv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: binormal-3i-ext (bx by bz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: binormal-3iv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: binormal-3s-ext (bx by bz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: binormal-3sv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: binormal-pointer-ext (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bitmap (width height xorig yorig xmove ymove bitmap)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: bitmap-x-oes (width height xorig yorig xmove ymove bitmap)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: blend-barrier ()
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: blend-barrier-khr ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: blend-barrier-nv ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: blend-color (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: blend-color-ext (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: blend-color-x-oes (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: blend-equation (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: blend-equation-ext (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: blend-equation-i (buf mode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: blend-equation-i-arb (buf mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: blend-equation-i-ext (buf mode)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: blend-equation-i-oes (buf mode)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: blend-equation-indexed-amd (buf mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: blend-equation-oes (mode)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: blend-equation-separate (modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: blend-equation-separate-ext (modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: blend-equation-separate-i (buf modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: blend-equation-separate-i-arb (buf modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: blend-equation-separate-i-ext (buf modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: blend-equation-separate-i-oes (buf modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: blend-equation-separate-indexed-amd (buf modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: blend-equation-separate-oes (modergb modealpha)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: blend-func (sfactor dfactor)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: blend-func-i (buf src dst)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: blend-func-i-arb (buf src dst)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: blend-func-i-ext (buf src dst)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: blend-func-i-oes (buf src dst)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: blend-func-indexed-amd (buf src dst)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: blend-func-separate (sfactorrgb dfactorrgb sfactoralpha dfactoralpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: blend-func-separate-ext (sfactorrgb dfactorrgb sfactoralpha dfactoralpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: blend-func-separate-i (buf srcrgb dstrgb srcalpha dstalpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: blend-func-separate-i-arb (buf srcrgb dstrgb srcalpha dstalpha)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: blend-func-separate-i-ext (buf srcrgb dstrgb srcalpha dstalpha)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: blend-func-separate-i-oes (buf srcrgb dstrgb srcalpha dstalpha)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: blend-func-separate-indexed-amd (buf srcrgb dstrgb srcalpha dstalpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: blend-func-separate-ingr (sfactorrgb dfactorrgb sfactoralpha dfactoralpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: blend-func-separate-oes (srcrgb dstrgb srcalpha dstalpha)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: blend-parameter-i-nv (pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: blit-framebuffer (srcx0 srcy0 srcx1 srcy1 dstx0 dsty0 dstx1 dsty1 mask filter)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: blit-framebuffer-angle (srcx0 srcy0 srcx1 srcy1 dstx0 dsty0 dstx1 dsty1 mask filter)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: blit-framebuffer-ext (srcx0 srcy0 srcx1 srcy1 dstx0 dsty0 dstx1 dsty1 mask filter)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: blit-framebuffer-layer-ext (srcx0 srcy0 srcx1 srcy1 srclayer dstx0 dsty0 dstx1 dsty1 dstlayer mask filter)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: blit-framebuffer-layers-ext (srcx0 srcy0 srcx1 srcy1 dstx0 dsty0 dstx1 dsty1 mask filter)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: blit-framebuffer-nv (srcx0 srcy0 srcx1 srcy1 dstx0 dsty0 dstx1 dsty1 mask filter)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: blit-named-framebuffer (readframebuffer drawframebuffer srcx0 srcy0 srcx1 srcy1 dstx0 dsty0 dstx1 dsty1 mask filter)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: buffer-address-range-nv (pname index address length)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: buffer-attach-memory-nv (target memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: buffer-data (target usage array &key offset size)
Package

cl-opengl.

Source

opengl.lisp.

Function: buffer-data (target size data usage)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: buffer-data-arb (target size data usage)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: buffer-page-commitment-arb (target offset size commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: buffer-page-commitment-mem-nv (target offset size memory memoffset commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: buffer-parameter-i-apple (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: buffer-storage (target data flags &key end)
Package

cl-opengl.

Source

dsa.lisp.

Function: buffer-storage (target size data flags)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: buffer-storage-ext (target size data flags)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: buffer-storage-external-ext (target offset size clientbuffer flags)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: buffer-storage-mem-ext (target size memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: buffer-sub-data (target array &key offset buffer-offset size)
Package

cl-opengl.

Source

opengl.lisp.

Function: buffer-sub-data (target offset size data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: buffer-sub-data-arb (target offset size data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: call-command-list-nv (list)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: call-list (list)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: call-lists (lists)
Package

cl-opengl.

Source

special.lisp.

Function: call-lists (n type lists)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: check-error (&optional context)
Package

cl-opengl-bindings.

Source

bindings.lisp.

Function: check-framebuffer-status (target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: check-framebuffer-status-ext (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: check-framebuffer-status-oes (target)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: check-named-framebuffer-status (framebuffer target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: check-named-framebuffer-status-ext (framebuffer target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clamp-color (target clamp)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: clamp-color-arb (target clamp)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: clear (&rest bufs)
Package

cl-opengl.

Source

framebuffer.lisp.

Function: clear (mask)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: clear-accum (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: clear-accum-x-oes (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: clear-buffer-data (target internalformat format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clear-buffer-fi (buffer drawbuffer depth stencil)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: clear-buffer-fv (buffer drawbuffer value)
Package

cl-opengl.

Source

framebuffer.lisp.

Function: clear-buffer-fv (buffer drawbuffer value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: clear-buffer-iv (buffer drawbuffer value)
Package

cl-opengl.

Source

framebuffer.lisp.

Function: clear-buffer-iv (buffer drawbuffer value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: clear-buffer-sub-data (target internalformat offset size format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clear-buffer-uiv (buffer drawbuffer value)
Package

cl-opengl.

Source

framebuffer.lisp.

Function: clear-buffer-uiv (buffer drawbuffer value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: clear-color (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: clear-color-ii-ext (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: clear-color-iui-ext (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: clear-color-x (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: clear-color-x-oes (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: clear-depth (depth)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: clear-depth-d-nv (depth)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clear-depth-f (d)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2-glsc2.lisp.

Function: clear-depth-f-oes (depth)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: clear-depth-x (depth)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: clear-depth-x-oes (depth)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: clear-index (c)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: clear-named-buffer-data (buffer internalformat format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clear-named-buffer-data-ext (buffer internalformat format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clear-named-buffer-sub-data (buffer internalformat offset size format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clear-named-buffer-sub-data-ext (buffer internalformat offset size format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clear-named-framebuffer-fi (framebuffer buffer drawbuffer depth stencil)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clear-named-framebuffer-fv (buffer framebuffer drawbuffer value)
Package

cl-opengl.

Source

framebuffer.lisp.

Function: clear-named-framebuffer-fv (framebuffer buffer drawbuffer value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clear-named-framebuffer-iv (buffer framebuffer drawbuffer value)
Package

cl-opengl.

Source

framebuffer.lisp.

Function: clear-named-framebuffer-iv (framebuffer buffer drawbuffer value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clear-named-framebuffer-uiv (buffer framebuffer drawbuffer value)
Package

cl-opengl.

Source

framebuffer.lisp.

Function: clear-named-framebuffer-uiv (framebuffer buffer drawbuffer value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clear-pixel-local-storage-ui-ext (offset n values)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: clear-stencil (s)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: clear-tex-image (texture level format type data)
Package

cl-opengl.

Source

rasterization.lisp.

Function: clear-tex-image (texture level format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clear-tex-image-ext (texture level format type data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: clear-tex-sub-image (texture level x-offset y-offset z-offset width height depth format type data)
Package

cl-opengl.

Source

rasterization.lisp.

Function: clear-tex-sub-image (texture level xoffset yoffset zoffset width height depth format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clear-tex-sub-image-ext (texture level xoffset yoffset zoffset width height depth format type data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: client-active-texture (texture)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: client-active-texture-arb (texture)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: client-active-vertex-stream-ati (stream)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: client-attrib-default-ext (mask)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: client-wait-semaphore-ui64-nvx (fenceobjectcount semaphorearray fencevaluearray)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: client-wait-sync (sync flags timeout)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: client-wait-sync-apple (sync flags timeout)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: clip-control (origin depth)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: clip-control-ext (origin depth)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: clip-plane (plane eqn)
Package

cl-opengl.

Source

opengl.lisp.

Function: clip-plane (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: clip-plane-f (p eqn)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: clip-plane-f-img (p eqn)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: clip-plane-f-oes (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: clip-plane-x (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: clip-plane-x-img (p eqn)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: clip-plane-x-oes (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: close-opengl-library ()
Package

cl-opengl-library.

Source

library-common.lisp.

Function: color (r g b &optional a)
Package

cl-opengl.

Source

opengl.lisp.

Function: color-3b (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3bv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3d (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3dv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3f (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3f-vertex-3f-sun (r g b x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3f-vertex-3fv-sun (c v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3fv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3h-nv (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3hv-nv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3i (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3iv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3s (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3sv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3ub (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3ubv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3ui (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3uiv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3us (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3usv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-3x-oes (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: color-3xv-oes (components)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: color-4b (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4bv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4d (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4dv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4f (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: color-4f-normal-3f-vertex-3f-sun (r g b a nx ny nz x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4f-normal-3f-vertex-3fv-sun (c n v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4fv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4h-nv (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4hv-nv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4i (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4iv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4s (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4sv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4ub (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: color-4ub-vertex-2f-sun (r g b a x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4ub-vertex-2fv-sun (c v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4ub-vertex-3f-sun (r g b a x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4ub-vertex-3fv-sun (c v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4ubv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4ui (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4uiv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4us (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4usv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-4x (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: color-4x-oes (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: color-4xv-oes (components)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: color-format-nv (size type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: color-fragment-op-1-ati (op dst dstmask dstmod arg1 arg1rep arg1mod)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-fragment-op-2-ati (op dst dstmask dstmod arg1 arg1rep arg1mod arg2 arg2rep arg2mod)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-fragment-op-3-ati (op dst dstmask dstmod arg1 arg1rep arg1mod arg2 arg2rep arg2mod arg3 arg3rep arg3mod)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-mask (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: color-mask-i (index r g b a)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: color-mask-i-ext (index r g b a)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: color-mask-i-oes (index r g b a)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: color-mask-indexed-ext (index r g b a)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-material (face mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-p3ui (type color)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: color-p3uiv (type color)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: color-p4ui (type color)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: color-p4uiv (type color)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: color-pointer (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: color-pointer-ext (size type stride count pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-pointer-list-ibm (size type stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-pointer-v-intel (size type pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-sub-table (target start count format type data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: color-sub-table-ext (target start count format type data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-table (target internalformat width format type table)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: color-table-ext (target internalformat width format type table)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-table-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: color-table-parameter-fv-sgi (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-table-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: color-table-parameter-iv-sgi (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: color-table-sgi (target internalformat width format type table)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: combiner-input-nv (stage portion variable input mapping componentusage)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: combiner-output-nv (stage portion aboutput cdoutput sumoutput scale bias abdotproduct cddotproduct muxsum)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: combiner-parameter-f-nv (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: combiner-parameter-fv-nv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: combiner-parameter-i-nv (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: combiner-parameter-iv-nv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: combiner-stage-parameter-fv-nv (stage pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: command-list-segments-nv (list segments)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compile-command-list-nv (list)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compile-shader (shader)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: compile-shader-arb (shaderobj)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: compile-shader-include-arb (shader count path length)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-multi-tex-image-1d-ext (texunit target level internalformat width border imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-multi-tex-image-2d-ext (texunit target level internalformat width height border imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-multi-tex-image-3d-ext (texunit target level internalformat width height depth border imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-multi-tex-sub-image-1d-ext (texunit target level xoffset width format imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-multi-tex-sub-image-2d-ext (texunit target level xoffset yoffset width height format imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-multi-tex-sub-image-3d-ext (texunit target level xoffset yoffset zoffset width height depth format imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-tex-image-1d (target level internal-format width border data &optional image-size)
Package

cl-opengl.

Source

rasterization.lisp.

Function: compressed-tex-image-1d (target level internalformat width border imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: compressed-tex-image-1d-arb (target level internalformat width border imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: compressed-tex-image-2d (target level internal-format width height border data &optional image-size)
Package

cl-opengl.

Source

rasterization.lisp.

Function: compressed-tex-image-2d (target level internalformat width height border imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: compressed-tex-image-2d-arb (target level internalformat width height border imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: compressed-tex-image-3d (target level internal-format width height depth border data &optional image-size)
Package

cl-opengl.

Source

rasterization.lisp.

Function: compressed-tex-image-3d (target level internalformat width height depth border imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: compressed-tex-image-3d-arb (target level internalformat width height depth border imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: compressed-tex-image-3d-oes (target level internalformat width height depth border imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: compressed-tex-sub-image-1d (target level xoffset width format data &optional image-size)
Package

cl-opengl.

Source

rasterization.lisp.

Function: compressed-tex-sub-image-1d (target level xoffset width format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: compressed-tex-sub-image-1d-arb (target level xoffset width format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: compressed-tex-sub-image-2d (target level xoffset yoffset width height format data &optional image-size)
Package

cl-opengl.

Source

rasterization.lisp.

Function: compressed-tex-sub-image-2d (target level xoffset yoffset width height format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: compressed-tex-sub-image-2d-arb (target level xoffset yoffset width height format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: compressed-tex-sub-image-3d (target level xoffset yoffset zoffset width height depth format data &optional image-size)
Package

cl-opengl.

Source

rasterization.lisp.

Function: compressed-tex-sub-image-3d (target level xoffset yoffset zoffset width height depth format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: compressed-tex-sub-image-3d-arb (target level xoffset yoffset zoffset width height depth format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: compressed-tex-sub-image-3d-oes (target level xoffset yoffset zoffset width height depth format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: compressed-texture-image-1d-ext (texture target level internalformat width border imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-texture-image-2d-ext (texture target level internalformat width height border imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-texture-image-3d-ext (texture target level internalformat width height depth border imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-texture-sub-image-1d (texture level xoffset width format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-texture-sub-image-1d-ext (texture target level xoffset width format imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-texture-sub-image-2d (texture level xoffset yoffset width height format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-texture-sub-image-2d-ext (texture target level xoffset yoffset width height format imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-texture-sub-image-3d (texture level xoffset yoffset zoffset width height depth format imagesize data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: compressed-texture-sub-image-3d-ext (texture target level xoffset yoffset zoffset width height depth format imagesize bits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: conservative-raster-parameter-f-nv (pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: conservative-raster-parameter-i-nv (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: convolution-filter-1d (target internalformat width format type image)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: convolution-filter-1d-ext (target internalformat width format type image)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: convolution-filter-2d (target internalformat width height format type image)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: convolution-filter-2d-ext (target internalformat width height format type image)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: convolution-parameter-f (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: convolution-parameter-f-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: convolution-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: convolution-parameter-fv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: convolution-parameter-i (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: convolution-parameter-i-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: convolution-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: convolution-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: convolution-parameter-x-oes (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: convolution-parameter-xv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: copy-buffer-sub-data (readtarget writetarget readoffset writeoffset size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: copy-buffer-sub-data-nv (readtarget writetarget readoffset writeoffset size)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: copy-color-sub-table (target start x y width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-color-sub-table-ext (target start x y width)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: copy-color-table (target internalformat x y width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-color-table-sgi (target internalformat x y width)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: copy-convolution-filter-1d (target internalformat x y width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-convolution-filter-1d-ext (target internalformat x y width)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: copy-convolution-filter-2d (target internalformat x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-convolution-filter-2d-ext (target internalformat x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: copy-image-sub-data (srcname srctarget srclevel srcx srcy srcz dstname dsttarget dstlevel dstx dsty dstz srcwidth srcheight srcdepth)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: copy-image-sub-data-ext (srcname srctarget srclevel srcx srcy srcz dstname dsttarget dstlevel dstx dsty dstz srcwidth srcheight srcdepth)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: copy-image-sub-data-nv (srcname srctarget srclevel srcx srcy srcz dstname dsttarget dstlevel dstx dsty dstz width height depth)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: copy-image-sub-data-oes (srcname srctarget srclevel srcx srcy srcz dstname dsttarget dstlevel dstx dsty dstz srcwidth srcheight srcdepth)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: copy-multi-tex-image-1d-ext (texunit target level internalformat x y width border)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-multi-tex-image-2d-ext (texunit target level internalformat x y width height border)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-multi-tex-sub-image-1d-ext (texunit target level xoffset x y width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-multi-tex-sub-image-2d-ext (texunit target level xoffset yoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-multi-tex-sub-image-3d-ext (texunit target level xoffset yoffset zoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-named-buffer-sub-data (readbuffer writebuffer readoffset writeoffset size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-path-nv (resultpath srcpath)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: copy-pixels (x y width height type)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: copy-tex-image-1d (target level internal-format x y width border)
Package

cl-opengl.

Source

rasterization.lisp.

Function: copy-tex-image-1d (target level internalformat x y width border)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: copy-tex-image-1d-ext (target level internalformat x y width border)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: copy-tex-image-2d (target level internal-format x y width height border)
Package

cl-opengl.

Source

rasterization.lisp.

Function: copy-tex-image-2d (target level internalformat x y width height border)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: copy-tex-image-2d-ext (target level internalformat x y width height border)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: copy-tex-sub-image-1d (target level xoffset x y width)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: copy-tex-sub-image-1d-ext (target level xoffset x y width)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: copy-tex-sub-image-2d (target level xoffset yoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: copy-tex-sub-image-2d-ext (target level xoffset yoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: copy-tex-sub-image-3d (target level xoffset yoffset zoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: copy-tex-sub-image-3d-ext (target level xoffset yoffset zoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: copy-tex-sub-image-3d-oes (target level xoffset yoffset zoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: copy-texture-image-1d-ext (texture target level internalformat x y width border)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-texture-image-2d-ext (texture target level internalformat x y width height border)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-texture-levels-apple (destinationtexture sourcetexture sourcebaselevel sourcelevelcount)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: copy-texture-sub-image-1d (texture level xoffset x y width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-texture-sub-image-1d-ext (texture target level xoffset x y width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-texture-sub-image-2d (texture level xoffset yoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-texture-sub-image-2d-ext (texture target level xoffset yoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-texture-sub-image-3d (texture level xoffset yoffset zoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: copy-texture-sub-image-3d-ext (texture target level xoffset yoffset zoffset x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: cover-fill-path-instanced-nv (numpaths pathnametype paths pathbase covermode transformtype transformvalues)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: cover-fill-path-nv (path covermode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: cover-stroke-path-instanced-nv (numpaths pathnametype paths pathbase covermode transformtype transformvalues)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: cover-stroke-path-nv (path covermode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: coverage-mask-nv (mask)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: coverage-modulation-nv (components)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: coverage-modulation-table-nv (n v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: coverage-operation-nv (operation)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: create-buffer ()
Package

cl-opengl.

Source

dsa.lisp.

Function: create-buffers (count)
Package

cl-opengl.

Source

dsa.lisp.

Function: create-buffers (n buffers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: create-command-lists-nv (n lists)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: create-framebuffer ()
Package

cl-opengl.

Source

extensions.lisp.

Function: create-framebuffers (count)
Package

cl-opengl.

Source

extensions.lisp.

Function: create-framebuffers (n framebuffers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: create-memory-objects-ext (n memoryobjects)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: create-perf-query-intel (queryid queryhandle)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: create-program ()
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: create-program-object-arb ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: create-program-pipelines (n pipelines)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: create-progress-fence-nvx ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: create-queries (target n ids)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: create-renderbuffer ()
Package

cl-opengl.

Source

extensions.lisp.

Function: create-renderbuffers (count)
Package

cl-opengl.

Source

extensions.lisp.

Function: create-renderbuffers (n renderbuffers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: create-sampler ()
Package

cl-opengl.

Source

rasterization.lisp.

Function: create-samplers (count)
Package

cl-opengl.

Source

rasterization.lisp.

Function: create-samplers (n samplers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: create-semaphores-nv (n semaphores)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: create-shader (type)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: create-shader-object-arb (shadertype)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: create-shader-program-ext (type string)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: create-shader-program-v (type count strings)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: create-shader-programv-ext (type count strings)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: create-states-nv (n states)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: create-sync-from-cl-event-arb (context event flags)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: create-texture (target)
Package

cl-opengl.

Source

rasterization.lisp.

Function: create-textures (target count)
Package

cl-opengl.

Source

rasterization.lisp.

Function: create-textures (target n textures)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: create-transform-feedbacks (n ids)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: create-vertex-array ()
Package

cl-opengl.

Source

dsa.lisp.

Function: create-vertex-arrays (count)
Package

cl-opengl.

Source

dsa.lisp.

Function: create-vertex-arrays (n arrays)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: cull-face (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: cull-parameter-dv-ext (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: cull-parameter-fv-ext (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: current-palette-matrix-arb (index)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: current-palette-matrix-oes (matrixpaletteindex)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: debug-message-callback (callback userparam)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: debug-message-callback-amd (callback userparam)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: debug-message-callback-arb (callback userparam)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: debug-message-callback-khr (callback userparam)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: debug-message-control (source type severity count ids enabled)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: debug-message-control-arb (source type severity count ids enabled)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: debug-message-control-khr (source type severity count ids enabled)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: debug-message-enable-amd (category severity count ids enabled)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: debug-message-insert (source type id severity length buf)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: debug-message-insert-amd (category severity id length buf)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: debug-message-insert-arb (source type id severity length buf)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: debug-message-insert-khr (source type id severity length buf)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: deform-sgix (mask)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: deformation-map-3d-sgix (target u1 u2 ustride uorder v1 v2 vstride vorder w1 w2 wstride worder points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: deformation-map-3f-sgix (target u1 u2 ustride uorder v1 v2 vstride vorder w1 w2 wstride worder points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-async-markers-sgix (marker range)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-buffers (buffers)
Package

cl-opengl.

Source

opengl.lisp.

Function: delete-buffers (n buffers)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: delete-buffers-arb (n buffers)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-command-lists-nv (n lists)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: delete-fences-apple (n fences)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-fences-nv (n fences)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: delete-fragment-shader-ati (id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-framebuffer (framebuffer)
Package

cl-opengl.

Source

extensions.lisp.

Function: delete-framebuffers (framebuffers)
Package

cl-opengl.

Source

extensions.lisp.

Function: delete-framebuffers (n framebuffers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: delete-framebuffers-ext (framebuffers)
Package

cl-opengl.

Source

extensions.lisp.

Function: delete-framebuffers-ext (n framebuffers)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-framebuffers-oes (n framebuffers)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: delete-lists (list range)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-memory-objects-ext (n memoryobjects)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: delete-named-string-arb (namelen name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: delete-names-amd (identifier num names)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-object-arb (obj)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-occlusion-queries-nv (n ids)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-paths-nv (path range)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: delete-perf-monitors-amd (n monitors)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: delete-perf-query-intel (queryhandle)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: delete-program (program)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: delete-program-pipelines (pipelines)
Package

cl-opengl.

Source

opengl.lisp.

Function: delete-program-pipelines (n pipelines)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: delete-program-pipelines-ext (n pipelines)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: delete-programs-arb (n programs)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-programs-nv (n programs)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-queries (ids)

Deletes the names of the query objects contained in the sequence IDS.

Package

cl-opengl.

Source

framebuffer.lisp.

Function: delete-queries (n ids)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: delete-queries-arb (n ids)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-queries-ext (n ids)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: delete-query-resource-tag-nv (n tagids)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-renderbuffer (renderbuffer)
Package

cl-opengl.

Source

extensions.lisp.

Function: delete-renderbuffers (renderbuffers)
Package

cl-opengl.

Source

extensions.lisp.

Function: delete-renderbuffers (n renderbuffers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: delete-renderbuffers-ext (renderbuffers)
Package

cl-opengl.

Source

extensions.lisp.

Function: delete-renderbuffers-ext (n renderbuffers)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-renderbuffers-oes (n renderbuffers)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: delete-sampler (sampler)
Package

cl-opengl.

Source

rasterization.lisp.

Function: delete-samplers (samplers)
Package

cl-opengl.

Source

rasterization.lisp.

Function: delete-samplers (count samplers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: delete-semaphores-ext (n semaphores)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: delete-shader (shader)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: delete-states-nv (n states)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: delete-sync (sync)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: delete-sync-apple (sync)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: delete-texture (texture)
Package

cl-opengl.

Source

rasterization.lisp.

Function: delete-textures (textures)
Package

cl-opengl.

Source

rasterization.lisp.

Function: delete-textures (n textures)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: delete-textures-ext (n textures)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-transform-feedbacks (n ids)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: delete-transform-feedbacks-nv (n ids)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-vertex-arrays (arrays)
Package

cl-opengl.

Source

opengl.lisp.

Function: delete-vertex-arrays (n arrays)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: delete-vertex-arrays-apple (n arrays)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: delete-vertex-arrays-oes (n arrays)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: delete-vertex-shader-ext (id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: depth-bounds-d-nv (zmin zmax)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: depth-bounds-ext (zmin zmax)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: depth-func (func)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: depth-mask (flag)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: depth-range (n f)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: depth-range-array-dv-nv (first count v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: depth-range-array-fv-nv (first count v)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: depth-range-array-fv-oes (first count v)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: depth-range-array-v (first count v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: depth-range-d-nv (znear zfar)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: depth-range-f (n f)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2-glsc2.lisp.

Function: depth-range-f-oes (n f)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: depth-range-indexed (index n f)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: depth-range-indexed-d-nv (index n f)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: depth-range-indexed-f-nv (index n f)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: depth-range-indexed-f-oes (index n f)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: depth-range-x (n f)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: depth-range-x-oes (n f)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: detach-object-arb (containerobj attachedobj)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: detach-shader (program shader)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: detail-tex-func-sgis (target n points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: disable (&rest caps)
Package

cl-opengl.

Source

state.lisp.

Function: disable (cap)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: disable-client-state (array)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: disable-client-state-i-ext (array index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: disable-client-state-indexed-ext (array index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: disable-driver-control-qcom (drivercontrol)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: disable-i (target index)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: disable-i-ext (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: disable-i-nv (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: disable-i-oes (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: disable-indexed-ext (target index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: disable-variant-client-state-ext (id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: disable-vertex-array-attrib (vaobj index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: disable-vertex-array-attrib-ext (vaobj index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: disable-vertex-array-ext (vaobj array)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: disable-vertex-attrib-apple (index pname)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: disable-vertex-attrib-array (index)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: disable-vertex-attrib-array-arb (index)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: discard-framebuffer-ext (target numattachments attachments)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: dispatch-compute (num_groups_x num_groups_y num_groups_z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: dispatch-compute-group-size-arb (num_groups_x num_groups_y num_groups_z group_size_x group_size_y group_size_z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: dispatch-compute-indirect (indirect)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: draw-arrays (mode first count)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: draw-arrays-ext (mode first count)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: draw-arrays-indirect (mode indirect)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: draw-arrays-instanced (mode first count instancecount)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: draw-arrays-instanced-angle (mode first count primcount)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-arrays-instanced-arb (mode first count primcount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: draw-arrays-instanced-base-instance (mode first count instancecount baseinstance)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: draw-arrays-instanced-base-instance-ext (mode first count instancecount baseinstance)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-arrays-instanced-ext (mode start count primcount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: draw-arrays-instanced-nv (mode first count primcount)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-buffer (buf)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: draw-buffers (buffers)
Package

cl-opengl.

Source

framebuffer.lisp.

Function: draw-buffers (n bufs)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: draw-buffers-arb (n bufs)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: draw-buffers-ati (n bufs)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: draw-buffers-ext (n bufs)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-buffers-indexed-ext (n location indices)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-buffers-nv (n bufs)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-commands-address-nv (primitivemode indirects sizes count)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: draw-commands-nv (primitivemode buffer indirects sizes count)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: draw-commands-states-address-nv (indirects sizes states fbos count)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: draw-commands-states-nv (buffer indirects sizes states fbos count)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: draw-element-array-apple (mode first count)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: draw-element-array-ati (mode count)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: draw-elements (mode array &key count offset)
Package

cl-opengl.

Source

opengl.lisp.

Function: draw-elements (mode count type indices)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: draw-elements-base-vertex (mode array base-vertex &key count offset)
Package

cl-opengl.

Source

opengl.lisp.

Function: draw-elements-base-vertex (mode count type indices basevertex)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: draw-elements-base-vertex-ext (mode count type indices basevertex)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-elements-base-vertex-oes (mode count type indices basevertex)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-elements-indirect (mode type indirect)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: draw-elements-instanced (mode array primcount &key count offset)

When drawing using a bound IBO, the keyword argument COUNT must be specified to denote the number of vertices that must be processed.

Package

cl-opengl.

Source

opengl.lisp.

Function: draw-elements-instanced (mode count type indices instancecount)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: draw-elements-instanced-angle (mode count type indices primcount)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-elements-instanced-arb (mode count type indices primcount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: draw-elements-instanced-base-instance (mode count type indices instancecount baseinstance)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: draw-elements-instanced-base-instance-ext (mode count type indices instancecount baseinstance)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-elements-instanced-base-vertex (mode array primcount base-vertex &key count offset)
Package

cl-opengl.

Source

opengl.lisp.

Function: draw-elements-instanced-base-vertex (mode count type indices instancecount basevertex)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: draw-elements-instanced-base-vertex-base-instance (mode count type indices instancecount basevertex baseinstance)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: draw-elements-instanced-base-vertex-base-instance-ext (mode count type indices instancecount basevertex baseinstance)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-elements-instanced-base-vertex-ext (mode count type indices instancecount basevertex)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-elements-instanced-base-vertex-oes (mode count type indices instancecount basevertex)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-elements-instanced-ext (mode count type indices primcount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: draw-elements-instanced-nv (mode count type indices primcount)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-mesh-arrays-sun (mode first count width)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: draw-mesh-tasks-indirect-nv (indirect)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: draw-mesh-tasks-nv (first count)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: draw-pixels (width height format type data)
Package

cl-opengl.

Source

rasterization.lisp.

Function: draw-pixels (width height format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: draw-range-element-array-apple (mode start end first count)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: draw-range-element-array-ati (mode start end count)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: draw-range-elements (mode start end count type indices)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: draw-range-elements-base-vertex (mode start end count type indices basevertex)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: draw-range-elements-base-vertex-ext (mode start end count type indices basevertex)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-range-elements-base-vertex-oes (mode start end count type indices basevertex)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-range-elements-ext (mode start end count type indices)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: draw-tex-f-oes (x y z width height)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: draw-tex-fv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: draw-tex-i-oes (x y z width height)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: draw-tex-iv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: draw-tex-s-oes (x y z width height)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: draw-tex-sv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: draw-tex-x-oes (x y z width height)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: draw-tex-xv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: draw-texture-nv (texture sampler x0 y0 x1 y1 z s0 t0 s1 t1)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: draw-transform-feedback (mode id)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: draw-transform-feedback-ext (mode id)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-transform-feedback-instanced (mode id instancecount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: draw-transform-feedback-instanced-ext (mode id instancecount)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: draw-transform-feedback-nv (mode id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: draw-transform-feedback-stream (mode id stream)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: draw-transform-feedback-stream-instanced (mode id stream instancecount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: draw-vk-image-nv (vkimage sampler x0 y0 x1 y1 z s0 t0 s1 t1)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: edge-flag (flag)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: edge-flag-format-nv (stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: edge-flag-pointer (stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: edge-flag-pointer-ext (stride count pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: edge-flag-pointer-list-ibm (stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: edge-flag-v (flag)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: egl-image-target-renderbuffer-storage-oes (target image)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: egl-image-target-tex-storage-ext (target image attrib_list)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: egl-image-target-texture-2d-oes (target image)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: egl-image-target-texture-storage-ext (texture image attrib_list)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: element-pointer-apple (type pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: element-pointer-ati (type pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: enable (&rest caps)
Package

cl-opengl.

Source

state.lisp.

Function: enable (cap)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: enable-client-state (array)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: enable-client-state-i-ext (array index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: enable-client-state-indexed-ext (array index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: enable-driver-control-qcom (drivercontrol)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: enable-i (target index)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: enable-i-ext (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: enable-i-nv (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: enable-i-oes (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: enable-indexed-ext (target index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: enable-variant-client-state-ext (id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: enable-vertex-array-attrib (vaobj index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: enable-vertex-array-attrib-ext (vaobj index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: enable-vertex-array-ext (vaobj array)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: enable-vertex-attrib-apple (index pname)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: enable-vertex-attrib-array (index)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: enable-vertex-attrib-array-arb (index)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: enabledp (cap)
Package

cl-opengl.

Source

state.lisp.

Function: end ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: end-conditional-render ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: end-conditional-render-nv ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: end-conditional-render-nvx ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: end-fragment-shader-ati ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: end-list ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: end-occlusion-query-nv ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: end-perf-monitor-amd (monitor)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: end-perf-query-intel (queryhandle)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: end-query (target)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: end-query-arb (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: end-query-ext (target)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: end-query-indexed (target index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: end-tiling-qcom (preservemask)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: end-transform-feedback ()
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: end-transform-feedback-ext ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: end-transform-feedback-nv ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: end-vertex-shader-ext ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: end-video-capture-nv (video_capture_slot)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: eval-coord-1 (x)
Package

cl-opengl.

Source

special.lisp.

Function: eval-coord-1d (u)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: eval-coord-1dv (u)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: eval-coord-1f (u)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: eval-coord-1fv (u)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: eval-coord-1x-oes (u)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: eval-coord-1xv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: eval-coord-2 (x y)
Package

cl-opengl.

Source

special.lisp.

Function: eval-coord-2d (u v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: eval-coord-2dv (u)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: eval-coord-2f (u v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: eval-coord-2fv (u)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: eval-coord-2x-oes (u v)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: eval-coord-2xv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: eval-maps-nv (target mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: eval-mesh-1 (mode i1 i2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: eval-mesh-2 (mode i1 i2 j1 j2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: eval-point-1 (i)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: eval-point-2 (i j)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: evaluate-depth-values-arb ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: execute-program-nv (target id params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: ext-get-buffer-pointer-v-qcom (target params)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: ext-get-buffers-qcom (buffers maxbuffers numbuffers)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: ext-get-framebuffers-qcom (framebuffers maxframebuffers numframebuffers)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: ext-get-program-binary-source-qcom (program shadertype source length)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: ext-get-programs-qcom (programs maxprograms numprograms)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: ext-get-renderbuffers-qcom (renderbuffers maxrenderbuffers numrenderbuffers)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: ext-get-shaders-qcom (shaders maxshaders numshaders)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: ext-get-tex-level-parameter-iv-qcom (texture face level pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: ext-get-tex-sub-image-qcom (target level xoffset yoffset zoffset width height depth format type texels)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: ext-get-textures-qcom (textures maxtextures numtextures)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: ext-is-program-binary-qcom (program)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: ext-tex-object-state-override-i-qcom (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: extension-list ()
Package

cl-opengl.

Source

state.lisp.

Function: extension-present-p (name)

Check for presence of extension NAME in gl extension list, not currently implemented for speed, so avoid in inner loops

Package

cl-opengl.

Source

state.lisp.

Function: extract-component-ext (res src num)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: extrapolate-tex-2d-qcom (src1 src2 output scalefactor)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: feedback-buffer (array)
Package

cl-opengl.

Source

special.lisp.

Function: feedback-buffer (size type buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: feedback-buffer-x-oes (n type buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: fence-sync (condition flags)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: fence-sync-apple (condition flags)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: final-combiner-input-nv (variable input mapping componentusage)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: finish ()
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: finish-async-sgix (markerp)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: finish-fence-apple (fence)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: finish-fence-nv (fence)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: finish-object-apple (object name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: finish-texture-sunx ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: flush ()
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: flush-mapped-buffer-range (target offset length)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: flush-mapped-buffer-range-apple (target offset size)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: flush-mapped-buffer-range-ext (target offset length)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: flush-mapped-named-buffer-range (buffer offset length)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: flush-mapped-named-buffer-range-ext (buffer offset length)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: flush-pixel-data-range-nv (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: flush-raster-sgix ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: flush-static-data-ibm (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: flush-vertex-array-range-apple (length pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: flush-vertex-array-range-nv ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog (pname param)
Package

cl-opengl.

Source

rasterization.lisp.

Function: fog-coord (coord)
Package

cl-opengl.

Source

opengl.lisp.

Function: fog-coord-d (coord)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-coord-d-ext (coord)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-coord-dv (coord)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-coord-dv-ext (coord)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-coord-f (coord)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-coord-f-ext (coord)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-coord-format-nv (type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: fog-coord-fv (coord)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-coord-fv-ext (coord)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-coord-h-nv (fog)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-coord-hv-nv (fog)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-coord-pointer (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-coord-pointer-ext (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-coord-pointer-list-ibm (type stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-f (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: fog-func-sgis (n points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-fv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: fog-i (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-iv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fog-x (pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: fog-x-oes (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: fog-xv (pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: fog-xv-oes (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: fragment-color-material-sgix (face mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fragment-coverage-color-nv (color)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: fragment-light-f-sgix (light pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fragment-light-fv-sgix (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fragment-light-i-sgix (light pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fragment-light-iv-sgix (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fragment-light-model-f-sgix (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fragment-light-model-fv-sgix (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fragment-light-model-i-sgix (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fragment-light-model-iv-sgix (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fragment-material-f-sgix (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fragment-material-fv-sgix (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fragment-material-i-sgix (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: fragment-material-iv-sgix (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: frame-terminator-gremedy ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: frame-zoom-sgix (factor)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: framebuffer-draw-buffer-ext (framebuffer mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: framebuffer-draw-buffers-ext (framebuffer n bufs)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: framebuffer-fetch-barrier-ext ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: framebuffer-fetch-barrier-qcom ()
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: framebuffer-foveation-config-qcom (framebuffer numlayers focalpointsperlayer requestedfeatures providedfeatures)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: framebuffer-foveation-parameters-qcom (framebuffer layer focalpoint focalx focaly gainx gainy foveaarea)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: framebuffer-parameter-i (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: framebuffer-parameter-i-mesa (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: framebuffer-pixel-local-storage-size-ext (target size)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: framebuffer-read-buffer-ext (framebuffer mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: framebuffer-renderbuffer (target attachment renderbuffertarget renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: framebuffer-renderbuffer-ext (target attachment renderbuffertarget renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: framebuffer-renderbuffer-oes (target attachment renderbuffertarget renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: framebuffer-sample-locations-fv-arb (target start count v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: framebuffer-sample-locations-fv-nv (target start count v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: framebuffer-sample-positions-fv-amd (target numsamples pixelindex values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: framebuffer-shading-rate-ext (target attachment texture baselayer numlayers texelwidth texelheight)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: framebuffer-texture (target attachment texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: framebuffer-texture-1d (target attachment textarget texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: framebuffer-texture-1d-ext (target attachment textarget texture level)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: framebuffer-texture-2d (target attachment textarget texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: framebuffer-texture-2d-downsample-img (target attachment textarget texture level xscale yscale)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: framebuffer-texture-2d-ext (target attachment textarget texture level)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: framebuffer-texture-2d-multisample-ext (target attachment textarget texture level samples)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: framebuffer-texture-2d-multisample-img (target attachment textarget texture level samples)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: framebuffer-texture-2d-oes (target attachment textarget texture level)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: framebuffer-texture-3d (target attachment textarget texture level zoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: framebuffer-texture-3d-ext (target attachment textarget texture level zoffset)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: framebuffer-texture-3d-oes (target attachment textarget texture level zoffset)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: framebuffer-texture-arb (target attachment texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: framebuffer-texture-ext (target attachment texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: framebuffer-texture-face-arb (target attachment texture level face)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: framebuffer-texture-face-ext (target attachment texture level face)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: framebuffer-texture-layer (target attachment texture level layer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: framebuffer-texture-layer-arb (target attachment texture level layer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: framebuffer-texture-layer-downsample-img (target attachment texture level layer xscale yscale)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: framebuffer-texture-layer-ext (target attachment texture level layer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: framebuffer-texture-multisample-multiview-ovr (target attachment texture level samples baseviewindex numviews)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: framebuffer-texture-multiview-ovr (target attachment texture level baseviewindex numviews)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: framebuffer-texture-oes (target attachment texture level)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: free-gl-array (array)

Frees an array allocated by ALLOC-GL-ARRAY.

Package

cl-opengl.

Source

opengl.lisp.

Function: free-object-buffer-ati (buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: front-face (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: frustum (left right bottom top znear zfar)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: frustum-f (l r b tee n f)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: frustum-f-oes (l r b tee n f)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: frustum-x (l r b tee n f)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: frustum-x-oes (l r b tee n f)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: gen-async-markers-sgix (range)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-buffer ()
Package

cl-opengl.

Source

opengl.lisp.

Function: gen-buffers (count)
Package

cl-opengl.

Source

opengl.lisp.

Function: gen-buffers (n buffers)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: gen-buffers-arb (n buffers)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-fences-apple (n fences)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-fences-nv (n fences)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: gen-fragment-shaders-ati (range)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-framebuffer ()
Package

cl-opengl.

Source

extensions.lisp.

Function: gen-framebuffers (count)
Package

cl-opengl.

Source

extensions.lisp.

Function: gen-framebuffers (n framebuffers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: gen-framebuffers-ext (count)
Package

cl-opengl.

Source

extensions.lisp.

Function: gen-framebuffers-ext (n framebuffers)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-framebuffers-oes (n framebuffers)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: gen-lists (range)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-names-amd (identifier num names)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-occlusion-queries-nv (n ids)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-paths-nv (range)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: gen-perf-monitors-amd (n monitors)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: gen-program-pipeline ()
Package

cl-opengl.

Source

opengl.lisp.

Function: gen-program-pipelines (count)
Package

cl-opengl.

Source

opengl.lisp.

Function: gen-program-pipelines (n pipelines)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: gen-program-pipelines-ext (n pipelines)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: gen-programs-arb (n programs)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-programs-nv (n programs)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-queries (n)

Returns N previously unused query object names in a
list. These names are marked as used, but no object is associated with them until the first time they are used by BEGIN-QUERY.

Package

cl-opengl.

Source

framebuffer.lisp.

Function: gen-queries (n ids)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: gen-queries-arb (n ids)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-queries-ext (n ids)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: gen-query-resource-tag-nv (n tagids)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-renderbuffer ()
Package

cl-opengl.

Source

extensions.lisp.

Function: gen-renderbuffers (count)
Package

cl-opengl.

Source

extensions.lisp.

Function: gen-renderbuffers (n renderbuffers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: gen-renderbuffers-ext (count)
Package

cl-opengl.

Source

extensions.lisp.

Function: gen-renderbuffers-ext (n renderbuffers)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-renderbuffers-oes (n renderbuffers)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: gen-sampler ()
Package

cl-opengl.

Source

rasterization.lisp.

Function: gen-samplers (count)
Package

cl-opengl.

Source

rasterization.lisp.

Function: gen-samplers (count samplers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: gen-semaphores-ext (n semaphores)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: gen-symbols-ext (datatype storagetype range components)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-texture ()
Package

cl-opengl.

Source

rasterization.lisp.

Function: gen-textures (count)
Package

cl-opengl.

Source

rasterization.lisp.

Function: gen-textures (n textures)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: gen-textures-ext (n textures)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-transform-feedbacks (n ids)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: gen-transform-feedbacks-nv (n ids)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-vertex-array ()
Package

cl-opengl.

Source

opengl.lisp.

Function: gen-vertex-arrays (count)
Package

cl-opengl.

Source

opengl.lisp.

Function: gen-vertex-arrays (n arrays)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: gen-vertex-arrays-apple (n arrays)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: gen-vertex-arrays-oes (n arrays)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: gen-vertex-shaders-ext (range)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: generate-mipmap (target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: generate-mipmap-ext (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: generate-mipmap-oes (target)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: generate-multi-tex-mipmap-ext (texunit target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: generate-texture-mipmap (texture)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: generate-texture-mipmap-ext (texture target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get* (name &optional index)
Package

cl-opengl.

Source

state.lisp.

Function: get-active-atomic-counter-buffer-iv (program bufferindex pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-active-attrib (program index)

Returns information about the active attribute variable at index INDEX in program PROGRAM as multiple values. 1: Size of attribute. 2: Type of attribute. 3: Name of attribute

Package

cl-opengl.

Source

opengl.lisp.

Function: get-active-attrib (program index bufsize length size type name)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-active-attrib-arb (programobj index maxlength length size type name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-active-subroutine-name (program shadertype index bufsize length name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-active-subroutine-uniform-iv (program shadertype index pname values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-active-subroutine-uniform-name (program shadertype index bufsize length name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-active-uniform (program index)

Returns information about the active uniform attribute at index INDEX in program PROGRAM as multiple values. 1: Size of attribute. 2: Type of attribute. 3: Name of attribute

Package

cl-opengl.

Source

opengl.lisp.

Function: get-active-uniform (program index bufsize length size type name)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-active-uniform-arb (programobj index maxlength length size type name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-active-uniform-block (program block-index pname)
Package

cl-opengl.

Source

state.lisp.

Function: get-active-uniform-block-iv (program uniformblockindex pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-active-uniform-block-name (program block-index)
Package

cl-opengl.

Source

state.lisp.

Function: get-active-uniform-block-name (program uniformblockindex bufsize length uniformblockname)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-active-uniform-name (program uniformindex bufsize length uniformname)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-active-uniforms-iv (program uniformcount uniformindices pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-active-varying-nv (program index bufsize length size type name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-array-object-fv-ati (array pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-array-object-iv-ati (array pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-attached-objects-arb (containerobj maxcount count obj)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-attached-shaders (program)

Returns a list of the shaders attached to PROGRAM

Package

cl-opengl.

Source

state.lisp.

Function: get-attached-shaders (program maxcount count shaders)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-attrib-location (program name)
Package

cl-opengl.

Source

opengl.lisp.

Function: get-attrib-location (program name)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: get-attrib-location-arb (programobj name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-boolean (value &optional count)
Package

cl-opengl.

Source

state.lisp.

Function: get-boolean-i-v (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-boolean-indexed-v-ext (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-boolean-v (pname data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: get-buffer-parameter-i64v (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-buffer-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: get-buffer-parameter-iv-arb (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-buffer-parameter-ui64v-nv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-buffer-pointer-v (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-buffer-pointer-v-arb (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-buffer-pointer-v-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: get-buffer-sub-data (target offset size data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-buffer-sub-data-arb (target offset size data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-clip-plane (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-clip-plane-f (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: get-clip-plane-f-oes (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-clip-plane-x (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: get-clip-plane-x-oes (plane equation)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-color-table (target format type table)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-color-table-ext (target format type data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-color-table-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-color-table-parameter-fv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-color-table-parameter-fv-sgi (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-color-table-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-color-table-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-color-table-parameter-iv-sgi (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-color-table-sgi (target format type table)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-combiner-input-parameter-fv-nv (stage portion variable pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-combiner-input-parameter-iv-nv (stage portion variable pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-combiner-output-parameter-fv-nv (stage portion pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-combiner-output-parameter-iv-nv (stage portion pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-combiner-stage-parameter-fv-nv (stage pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-command-header-nv (tokenid size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-compressed-multi-tex-image-ext (texunit target lod img)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-compressed-tex-image (target level img)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-compressed-tex-image-arb (target level img)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-compressed-texture-image (texture level bufsize pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-compressed-texture-image-ext (texture target lod img)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-compressed-texture-sub-image (texture level xoffset yoffset zoffset width height depth bufsize pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-convolution-filter (target format type image)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-convolution-filter-ext (target format type image)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-convolution-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-convolution-parameter-fv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-convolution-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-convolution-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-convolution-parameter-xv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-coverage-modulation-table-nv (bufsize v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-debug-message-log (count bufsize sources types ids severities lengths messagelog)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: get-debug-message-log-amd (count bufsize categories severities ids lengths message)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-debug-message-log-arb (count bufsize sources types ids severities lengths messagelog)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-debug-message-log-khr (count bufsize sources types ids severities lengths messagelog)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: get-detail-tex-func-sgis (target points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-double (value &optional count)
Package

cl-opengl.

Source

state.lisp.

Function: get-double-i-v (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-double-i-v-ext (pname index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-double-indexed-v-ext (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-double-v (pname data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-driver-control-string-qcom (drivercontrol bufsize length drivercontrolstring)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: get-driver-controls-qcom (num size drivercontrols)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: get-enum (value &optional count)
Package

cl-opengl.

Source

state.lisp.

Function: get-error ()
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: get-fence-iv-nv (fence pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: get-final-combiner-input-parameter-fv-nv (variable pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-final-combiner-input-parameter-iv-nv (variable pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-first-perf-query-id-intel (queryid)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-fixed-v (pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: get-fixed-v-oes (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-float (value &optional count)
Package

cl-opengl.

Source

state.lisp.

Function: get-float-i-v (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-float-i-v-ext (pname index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-float-i-v-nv (target index data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-float-i-v-oes (target index data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-float-indexed-v-ext (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-float-v (pname data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: get-fog-func-sgis (points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-frag-data-index (program name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-frag-data-index-ext (program name)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-frag-data-location (program name)
Package

cl-opengl.

Source

rasterization.lisp.

Function: get-frag-data-location (program name)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-frag-data-location-ext (program name)
Package

cl-opengl.

Source

rasterization.lisp.

Function: get-frag-data-location-ext (program name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-fragment-light-fv-sgix (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-fragment-light-iv-sgix (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-fragment-material-fv-sgix (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-fragment-material-iv-sgix (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-fragment-shading-rates-ext (samples maxcount count shadingrates)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-framebuffer-attachment-parameter-iv (target attachment pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: get-framebuffer-attachment-parameter-iv-ext (target attachment pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-framebuffer-attachment-parameter-iv-oes (target attachment pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: get-framebuffer-parameter-fv-amd (target pname numsamples pixelindex size values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-framebuffer-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-framebuffer-parameter-iv-ext (framebuffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-framebuffer-parameter-iv-mesa (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-framebuffer-pixel-local-storage-size-ext (target)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-graphics-reset-status ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: get-graphics-reset-status-arb ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-graphics-reset-status-ext ()
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: get-graphics-reset-status-khr ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-handle-arb (pname)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-histogram (target reset format type values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-histogram-ext (target reset format type values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-histogram-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-histogram-parameter-fv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-histogram-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-histogram-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-histogram-parameter-xv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-image-handle-arb (texture level layered layer format)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-image-handle-nv (texture level layered layer format)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-image-transform-parameter-fv-hp (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-image-transform-parameter-iv-hp (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-info-log-arb (obj maxlength length infolog)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-instruments-sgix ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-integer (value &optional count)
Package

cl-opengl.

Source

state.lisp.

Function: get-integer-64-i-v (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-integer-64-v (pname data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-integer-64-v-apple (pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: get-integer-64-v-ext (pname data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-integer-i-v (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-integer-i-v-ext (target index data)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-integer-indexed-v-ext (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-integer-ui64i-v-nv (value index result)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-integer-ui64v-nv (value result)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-integer-v (pname data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: get-internal-format (target format pname)
Package

cl-opengl.

Source

state.lisp.

Function: get-internal-format-i64v (target internalformat pname count params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-internal-format-iv (target internalformat pname count params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-internal-format-sample-iv-nv (target internalformat samples pname count params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-invariant-boolean-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-invariant-float-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-invariant-integer-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-light-fv (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-light-iv (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-light-x-oes (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-light-xv (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: get-light-xv-oes (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-list-parameter-fv-sgix (list pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-list-parameter-iv-sgix (list pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-local-constant-boolean-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-local-constant-float-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-local-constant-integer-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-map-attrib-parameter-fv-nv (target index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-map-attrib-parameter-iv-nv (target index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-map-control-points-nv (target index type ustride vstride packed points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-map-dv (target query v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-map-fv (target query v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-map-iv (target query v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-map-parameter-fv-nv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-map-parameter-iv-nv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-map-xv-oes (target query v)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-material-fv (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-material-iv (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-material-x-oes (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-material-xv (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: get-material-xv-oes (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-memory-object-detached-resources-uiv-nv (memory pname first count params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-memory-object-parameter-iv-ext (memoryobject pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-minmax (target reset format type values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-minmax-ext (target reset format type values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-minmax-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-minmax-parameter-fv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-minmax-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-minmax-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-multi-tex-env-fv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-multi-tex-env-iv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-multi-tex-gen-dv-ext (texunit coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-multi-tex-gen-fv-ext (texunit coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-multi-tex-gen-iv-ext (texunit coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-multi-tex-image-ext (texunit target level format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-multi-tex-level-parameter-fv-ext (texunit target level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-multi-tex-level-parameter-iv-ext (texunit target level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-multi-tex-parameter-fv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-multi-tex-parameter-iiv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-multi-tex-parameter-iuiv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-multi-tex-parameter-iv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-multisample-fv (pname index val)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-multisample-fv-nv (pname index val)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-named-buffer-parameter-i64v (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-buffer-parameter-iv (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-buffer-parameter-iv-ext (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-buffer-parameter-ui64v-nv (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-buffer-pointer-v (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-buffer-pointer-v-ext (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-buffer-sub-data (buffer offset size data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-buffer-sub-data-ext (buffer offset size data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-framebuffer-attachment-parameter-iv (framebuffer attachment pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-framebuffer-attachment-parameter-iv-ext (framebuffer attachment pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-framebuffer-parameter-fv-amd (framebuffer pname numsamples pixelindex size values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-named-framebuffer-parameter-iv (framebuffer pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-framebuffer-parameter-iv-ext (framebuffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-program-iv-ext (program target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-program-local-parameter-dv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-program-local-parameter-fv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-program-local-parameter-iiv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-program-local-parameter-iuiv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-program-string-ext (program target pname string)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-renderbuffer-parameter-iv (renderbuffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-renderbuffer-parameter-iv-ext (renderbuffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-string-arb (namelen name bufsize stringlen string)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-named-string-iv-arb (namelen name pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-next-perf-query-id-intel (queryid nextqueryid)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-object-buffer-fv-ati (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-object-buffer-iv-ati (buffer pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-object-label (identifier name bufsize length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: get-object-label-ext (type object bufsize length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-object-label-khr (identifier name bufsize length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: get-object-parameter-fv-arb (obj pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-object-parameter-iv-apple (objecttype name pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-object-parameter-iv-arb (obj pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-object-ptr-label (ptr bufsize length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: get-object-ptr-label-khr (ptr bufsize length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: get-occlusion-query-iv-nv (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-occlusion-query-uiv-nv (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-path-color-gen-fv-nv (color pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-path-color-gen-iv-nv (color pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-path-commands-nv (path commands)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-path-coords-nv (path coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-path-dash-array-nv (path dasharray)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-path-length-nv (path startsegment numsegments)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-path-metric-range-nv (metricquerymask firstpathname numpaths stride metrics)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-path-metrics-nv (metricquerymask numpaths pathnametype paths pathbase stride metrics)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-path-parameter-fv-nv (path pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-path-parameter-iv-nv (path pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-path-spacing-nv (pathlistmode numpaths pathnametype paths pathbase advancescale kerningscale transformtype returnedspacing)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-path-tex-gen-fv-nv (texcoordset pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-path-tex-gen-iv-nv (texcoordset pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-perf-counter-info-intel (queryid counterid counternamelength countername counterdesclength counterdesc counteroffset counterdatasize countertypeenum counterdatatypeenum rawcountermaxvalue)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-perf-monitor-counter-data-amd (monitor pname datasize data byteswritten)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-perf-monitor-counter-info-amd (group counter pname data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-perf-monitor-counter-string-amd (group counter bufsize length counterstring)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-perf-monitor-counters-amd (group numcounters maxactivecounters countersize counters)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-perf-monitor-group-string-amd (group bufsize length groupstring)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-perf-monitor-groups-amd (numgroups groupssize groups)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-perf-query-data-intel (queryhandle flags datasize data byteswritten)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-perf-query-id-by-name-intel (queryname queryid)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-perf-query-info-intel (queryid querynamelength queryname datasize nocounters noinstances capsmask)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-pixel-map-fv (map values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-pixel-map-uiv (map values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-pixel-map-usv (map values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-pixel-map-xv (map size values)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-pixel-tex-gen-parameter-fv-sgis (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-pixel-tex-gen-parameter-iv-sgis (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-pixel-transform-parameter-fv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-pixel-transform-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-pointer-i-v-ext (pname index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-pointer-indexed-v-ext (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-pointer-v (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: get-pointer-v-ext (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-pointer-v-khr (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: get-polygon-stipple (mask)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program (program pname)
Package

cl-opengl.

Source

state.lisp.

Function: get-program-binary (program bufsize length binaryformat binary)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-program-binary-oes (program bufsize length binaryformat binary)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-program-env-parameter-dv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-env-parameter-fv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-env-parameter-iiv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-env-parameter-iuiv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-info-log (program)

Returns as a string the entire info log for PROGRAM

Package

cl-opengl.

Source

state.lisp.

Function: get-program-info-log (program bufsize length infolog)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-program-interface-iv (program programinterface pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-program-iv (program pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: get-program-iv-arb (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-iv-nv (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-local-parameter-dv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-local-parameter-fv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-local-parameter-iiv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-local-parameter-iuiv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-named-parameter-dv-nv (id len name params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-named-parameter-fv-nv (id len name params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-parameter-dv-nv (target index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-parameter-fv-nv (target index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-pipeline-info-log (pipeline bufsize length infolog)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-program-pipeline-info-log-ext (pipeline bufsize length infolog)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-program-pipeline-iv (pipeline pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-program-pipeline-iv-ext (pipeline pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-program-resource-fv-nv (program programinterface index propcount props count length params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-program-resource-index (program interface name)
Package

cl-opengl.

Source

state.lisp.

Function: get-program-resource-index (program programinterface name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-program-resource-iv (program programinterface index propcount props count length params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-program-resource-location (program programinterface name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-program-resource-location-index (program programinterface name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-program-resource-location-index-ext (program programinterface name)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-program-resource-name (program programinterface index bufsize length name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-program-stage-iv (program shadertype pname values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-program-string-arb (target pname string)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-string-nv (id pname program)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-program-subroutine-parameter-uiv-nv (target index param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-query-buffer-object-i64v (id buffer pname offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-query-buffer-object-iv (id buffer pname offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-query-buffer-object-ui64v (id buffer pname offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-query-buffer-object-uiv (id buffer pname offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-query-indexed-iv (target index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-query-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-query-iv-arb (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-query-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-query-object (id pname &optional buffer-offset)
Package

cl-opengl.

Source

framebuffer.lisp.

Function: get-query-object-i64v (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-query-object-i64v-ext (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-query-object-iv (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-query-object-iv-arb (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-query-object-iv-ext (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-query-object-ui64v (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-query-object-ui64v-ext (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-query-object-uiv (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-query-object-uiv-arb (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-query-object-uiv-ext (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-renderbuffer-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: get-renderbuffer-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-renderbuffer-parameter-iv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: get-sampler-parameter-fv (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-sampler-parameter-iiv (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-sampler-parameter-iiv-ext (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-sampler-parameter-iiv-oes (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-sampler-parameter-iuiv (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-sampler-parameter-iuiv-ext (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-sampler-parameter-iuiv-oes (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-sampler-parameter-iv (sampler pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-semaphore-parameter-iv-nv (semaphore pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-semaphore-parameter-ui64v-ext (semaphore pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-separable-filter (target format type row column span)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-separable-filter-ext (target format type row column span)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-shader (shader pname)
Package

cl-opengl.

Source

state.lisp.

Function: get-shader-info-log (shader)

Returns as a string the entire info log for SHADER

Package

cl-opengl.

Source

state.lisp.

Function: get-shader-info-log (shader bufsize length infolog)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-shader-iv (shader pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-shader-precision-format (shadertype precisiontype range precision)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-shader-source (shader)

Returns as a string the entire source of SHADER

Package

cl-opengl.

Source

state.lisp.

Function: get-shader-source (shader bufsize length source)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-shader-source-arb (obj maxlength length source)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-shading-rate-image-palette-nv (viewport entry rate)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-shading-rate-sample-location-iv-nv (rate samples index location)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-sharpen-tex-func-sgis (target points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-stage-index-nv (shadertype)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-string (name)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: get-string-i (name index)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-subroutine-index (program shadertype name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-subroutine-uniform-location (program shadertype name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-sync-iv (sync pname count length values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-sync-iv-apple (sync pname count length values)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: get-tex-bump-parameter-fv-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-tex-bump-parameter-iv-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-tex-env-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-tex-env-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-tex-env-xv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: get-tex-env-xv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-tex-filter-func-sgis (target filter weights)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-tex-gen-dv (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-tex-gen-fv (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-tex-gen-fv-oes (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: get-tex-gen-iv (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-tex-gen-iv-oes (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: get-tex-gen-xv-oes (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-tex-image (target level format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-tex-level-parameter (target level pname)
Package

cl-opengl.

Source

rasterization.lisp.

Function: get-tex-level-parameter-fv (target level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-tex-level-parameter-iv (target level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-tex-level-parameter-xv-oes (target level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-tex-parameter (target pname)
Package

cl-opengl.

Source

rasterization.lisp.

Function: get-tex-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: get-tex-parameter-iiv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-tex-parameter-iiv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-tex-parameter-iiv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-tex-parameter-iuiv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-tex-parameter-iuiv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-tex-parameter-iuiv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-tex-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: get-tex-parameter-pointer-v-apple (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-tex-parameter-xv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: get-tex-parameter-xv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: get-texture-handle-arb (texture)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-handle-img (texture)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-texture-handle-nv (texture)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-texture-image (texture level format type bufsize pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-image-ext (texture target level format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-level-parameter (texture level pname)
Package

cl-opengl.

Source

rasterization.lisp.

Function: get-texture-level-parameter-fv (texture level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-level-parameter-fv-ext (texture target level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-level-parameter-iv (texture level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-level-parameter-iv-ext (texture target level pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-parameter (texture pname)
Package

cl-opengl.

Source

rasterization.lisp.

Function: get-texture-parameter-fv (texture pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-parameter-fv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-parameter-iiv (texture pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-parameter-iiv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-parameter-iuiv (texture pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-parameter-iuiv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-parameter-iv (texture pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-parameter-iv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-sampler-handle-arb (texture sampler)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-texture-sampler-handle-img (texture sampler)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-texture-sampler-handle-nv (texture sampler)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-texture-sub-image (texture level xoffset yoffset zoffset width height depth format type bufsize pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-track-matrix-iv-nv (target address pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-transform-feedback-i-v (xfb pname index param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-transform-feedback-i64-v (xfb pname index param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-transform-feedback-iv (xfb pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-transform-feedback-varying (program index bufsize length size type name)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-transform-feedback-varying-ext (program index bufsize length size type name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-transform-feedback-varying-nv (program index location)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-translated-shader-source-angle (shader bufsize length source)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: get-uniform-block-index (program uniformblockname)
Package

cl-opengl.

Source

extensions.lisp.

Function: get-uniform-block-index (program uniformblockname)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-uniform-buffer-size-ext (program location)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-uniform-dv (program location params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-uniform-fv (program location params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-uniform-fv-arb (programobj location params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-uniform-i64v-arb (program location params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-uniform-i64v-nv (program location params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-uniform-indices (program uniformcount uniformnames uniformindices)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: get-uniform-iv (program location params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-uniform-iv-arb (programobj location params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-uniform-location (program name)
Package

cl-opengl.

Source

opengl.lisp.

Function: get-uniform-location (program name)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: get-uniform-location-arb (programobj name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-uniform-offset-ext (program location)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-uniform-subroutine-uiv (shadertype location params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-uniform-ui64v-arb (program location params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-uniform-ui64v-nv (program location params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-uniform-uiv (program location params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-uniform-uiv-ext (program location params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-unsigned-byte-i-v-ext (target index data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-unsigned-byte-v-ext (pname data)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-variant-array-object-fv-ati (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-variant-array-object-iv-ati (id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-variant-boolean-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-variant-float-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-variant-integer-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-variant-pointer-v-ext (id value data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-varying-location-nv (program name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vertex-array-indexed-64iv (vaobj index pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-vertex-array-indexed-iv (vaobj index pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-vertex-array-integer-i-v-ext (vaobj index pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-vertex-array-integer-v-ext (vaobj pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-vertex-array-iv (vaobj pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-vertex-array-pointer-i-v-ext (vaobj index pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-vertex-array-pointer-v-ext (vaobj pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-vertex-attrib-array-object-fv-ati (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vertex-attrib-array-object-iv-ati (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vertex-attrib-dv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vertex-attrib-dv-arb (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vertex-attrib-dv-nv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vertex-attrib-fv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: get-vertex-attrib-fv-arb (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vertex-attrib-fv-nv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vertex-attrib-iiv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-vertex-attrib-iiv-ext (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vertex-attrib-iuiv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: get-vertex-attrib-iuiv-ext (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vertex-attrib-iv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: get-vertex-attrib-iv-arb (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vertex-attrib-iv-nv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vertex-attrib-ldv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-vertex-attrib-ldv-ext (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vertex-attrib-li64v-nv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-vertex-attrib-lui64v-arb (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-vertex-attrib-lui64v-nv (index pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: get-vertex-attrib-pointer-v (index pname pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: get-vertex-attrib-pointer-v-arb (index pname pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vertex-attrib-pointer-v-nv (index pname pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-video-capture-iv-nv (video_capture_slot pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-video-capture-stream-dv-nv (video_capture_slot stream pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-video-capture-stream-fv-nv (video_capture_slot stream pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-video-capture-stream-iv-nv (video_capture_slot stream pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-video-i64v-nv (video_slot pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-video-iv-nv (video_slot pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-video-ui64v-nv (video_slot pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-video-uiv-nv (video_slot pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: get-vk-proc-addr-nv (name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: getn-color-table (target format type bufsize table)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-color-table-arb (target format type bufsize table)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-compressed-tex-image (target lod bufsize pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-compressed-tex-image-arb (target lod bufsize img)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-convolution-filter (target format type bufsize image)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-convolution-filter-arb (target format type bufsize image)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-histogram (target reset format type bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-histogram-arb (target reset format type bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-map-dv (target query bufsize v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-map-dv-arb (target query bufsize v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-map-fv (target query bufsize v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-map-fv-arb (target query bufsize v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-map-iv (target query bufsize v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-map-iv-arb (target query bufsize v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-minmax (target reset format type bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-minmax-arb (target reset format type bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-pixel-map-fv (map bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-pixel-map-fv-arb (map bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-pixel-map-uiv (map bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-pixel-map-uiv-arb (map bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-pixel-map-usv (map bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-pixel-map-usv-arb (map bufsize values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-polygon-stipple (bufsize pattern)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-polygon-stipple-arb (bufsize pattern)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-separable-filter (target format type rowbufsize row columnbufsize column span)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-separable-filter-arb (target format type rowbufsize row columnbufsize column span)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-tex-image (target level format type bufsize pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-tex-image-arb (target level format type bufsize img)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-uniform-dv (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: getn-uniform-dv-arb (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-uniform-fv (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: getn-uniform-fv-arb (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-uniform-fv-khr (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: getn-uniform-i64v-arb (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-uniform-iv (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: getn-uniform-iv-arb (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-uniform-iv-khr (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: getn-uniform-ui64v-arb (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-uniform-uiv (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: getn-uniform-uiv-arb (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: getn-uniform-uiv-khr (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: getn-uniformfv-ext (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: getn-uniformiv-ext (program location bufsize params)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: gl-array-byte-size (array)
Package

cl-opengl.

Source

opengl.lisp.

Function: gl-version ()
Package

cl-opengl.

Source

state.lisp.

Function: gl3-extension-present-p (name)

Check for presence of extension NAME useing only non-deprecated gl3 functionality. Currently not implemented for speed, so don’t use in inner loops.

Package

cl-opengl.

Source

state.lisp.

Function: gl3-major-version ()
Package

cl-opengl.

Source

state.lisp.

Function: gl3-minor-version ()
Package

cl-opengl.

Source

state.lisp.

Function: glaref (array index &optional component)

Returns the INDEX-th component of ARRAY. If COMPONENT is supplied and ARRAY is of a compound type the component named COMPONENT is returned.

Package

cl-opengl.

Source

opengl.lisp.

Function: (setf glaref) (array index &optional component)

Sets the place (GLAREF ARRAY INDEX [COMPONENT]) to VALUE.

Package

cl-opengl.

Source

opengl.lisp.

Function: global-alpha-factor-b-sun (factor)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: global-alpha-factor-d-sun (factor)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: global-alpha-factor-f-sun (factor)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: global-alpha-factor-i-sun (factor)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: global-alpha-factor-s-sun (factor)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: global-alpha-factor-ub-sun (factor)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: global-alpha-factor-ui-sun (factor)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: global-alpha-factor-us-sun (factor)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: glsl-major-version ()
Package

cl-opengl.

Source

state.lisp.

Function: glsl-minor-version ()
Package

cl-opengl.

Source

state.lisp.

Function: glsl-version ()
Package

cl-opengl.

Source

state.lisp.

Function: hint (target mode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: hint-pgi (target mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: histogram (target width internalformat sink)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: histogram-ext (target width internalformat sink)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: igloo-interface-sgix (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: image-transform-parameter-f-hp (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: image-transform-parameter-fv-hp (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: image-transform-parameter-i-hp (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: image-transform-parameter-iv-hp (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: import-memory-fd-ext (memory size handletype fd)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: import-memory-win32-handle-ext (memory size handletype handle)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: import-memory-win32-name-ext (memory size handletype name)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: import-semaphore-fd-ext (semaphore handletype fd)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: import-semaphore-win32-handle-ext (semaphore handletype handle)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: import-semaphore-win32-name-ext (semaphore handletype name)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: import-sync-ext (external_sync_type external_sync flags)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index (index)
Package

cl-opengl.

Source

opengl.lisp.

Function: index-d (c)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-dv (c)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-f (c)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-format-nv (type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: index-func-ext (func ref)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-fv (c)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-i (c)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-iv (c)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-mask (mask)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-material-ext (face mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-pointer (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-pointer-ext (type stride count pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-pointer-list-ibm (type stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-s (c)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-sv (c)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-ub (c)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-ubv (c)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: index-x-oes (component)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: index-xv-oes (component)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: init-names ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: insert-component-ext (res src num)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: insert-event-marker-ext (length marker)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: instruments-buffer-sgix (size buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: interleaved-arrays (format stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: interpolate-paths-nv (resultpath patha pathb weight)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: invalidate-buffer-data (buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: invalidate-buffer-sub-data (buffer offset length)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: invalidate-framebuffer (target numattachments attachments)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: invalidate-named-framebuffer-data (framebuffer numattachments attachments)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: invalidate-named-framebuffer-sub-data (framebuffer numattachments attachments x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: invalidate-sub-framebuffer (target numattachments attachments x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: invalidate-tex-image (texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: invalidate-tex-sub-image (texture level xoffset yoffset zoffset width height depth)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: is-async-marker-sgix (marker)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-buffer (buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: is-buffer-arb (buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-buffer-resident-nv (target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: is-command-list-nv (list)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: is-enabled (cap)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: is-enabled-i (target index)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: is-enabled-i-ext (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: is-enabled-i-nv (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: is-enabled-i-oes (target index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: is-enabled-indexed-ext (target index)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: is-fence-apple (fence)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-fence-nv (fence)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: is-framebuffer (framebuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: is-framebuffer-ext (framebuffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-framebuffer-oes (framebuffer)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: is-image-handle-resident-arb (handle)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: is-image-handle-resident-nv (handle)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: is-list (list)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-memory-object-ext (memoryobject)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: is-name-amd (identifier name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-named-buffer-resident-nv (buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: is-named-string-arb (namelen name)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: is-object-buffer-ati (buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-occlusion-query-nv (id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-path-nv (path)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: is-point-in-fill-path-nv (path mask x y)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: is-point-in-stroke-path-nv (path x y)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: is-program (program)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: is-program-arb (program)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-program-nv (id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-program-pipeline (pipeline)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: is-program-pipeline-ext (pipeline)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: is-query (id)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: is-query-arb (id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-query-ext (id)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: is-renderbuffer (renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: is-renderbuffer-ext (renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-renderbuffer-oes (renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: is-sampler (sampler)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: is-semaphore-ext (semaphore)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: is-shader (shader)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: is-state-nv (state)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: is-sync (sync)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: is-sync-apple (sync)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: is-texture (texture)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: is-texture-ext (texture)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-texture-handle-resident-arb (handle)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: is-texture-handle-resident-nv (handle)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: is-transform-feedback (id)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: is-transform-feedback-nv (id)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-variant-enabled-ext (id cap)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-vertex-array (array)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: is-vertex-array-apple (array)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: is-vertex-array-oes (array)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: is-vertex-attrib-enabled-apple (index pname)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: label-object-ext (type object length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: lgpu-copy-image-sub-data-nvx (sourcegpu destinationgpumask srcname srctarget srclevel srcx srxy srcz dstname dsttarget dstlevel dstx dsty dstz width height depth)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: lgpu-interlock-nvx ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: lgpu-named-buffer-sub-data-nvx (gpumask buffer offset size data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: light (light pname value)
Package

cl-opengl.

Source

opengl.lisp.

Function: light-env-i-sgix (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: light-f (light pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: light-fv (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: light-i (light pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: light-iv (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: light-model (pname value)
Package

cl-opengl.

Source

opengl.lisp.

Function: light-model-f (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: light-model-fv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: light-model-i (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: light-model-iv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: light-model-x (pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: light-model-x-oes (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: light-model-xv (pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: light-model-xv-oes (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: light-x (light pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: light-x-oes (light pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: light-xv (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: light-xv-oes (light pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: line-stipple (factor pattern)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: line-width (width)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: line-width-x (width)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: line-width-x-oes (width)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: list-base (base)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: list-draw-commands-states-client-nv (list segment indirects sizes states fbos count)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: list-parameter-f-sgix (list pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: list-parameter-fv-sgix (list pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: list-parameter-i-sgix (list pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: list-parameter-iv-sgix (list pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: load-identity ()
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: load-identity-deformation-map-sgix (mask)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: load-matrix (matrix)
Package

cl-opengl.

Source

opengl.lisp.

Function: load-matrix-d (m)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: load-matrix-f (m)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: load-matrix-x (m)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: load-matrix-x-oes (m)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: load-name (name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: load-opengl-library ()
Package

cl-opengl-library.

Source

library-common.lisp.

Function: load-palette-from-model-view-matrix-oes ()
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: load-program-nv (target id len program)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: load-transpose-matrix (matrix)
Package

cl-opengl.

Source

opengl.lisp.

Function: load-transpose-matrix-d (m)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: load-transpose-matrix-d-arb (m)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: load-transpose-matrix-f (m)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: load-transpose-matrix-f-arb (m)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: load-transpose-matrix-x-oes (m)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: lock-arrays-ext (first count)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: logic-op (opcode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: major-version ()
Package

cl-opengl.

Source

state.lisp.

Function: make-buffer-non-resident-nv (target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: make-buffer-resident-nv (target access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: make-image-handle-non-resident-arb (handle)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: make-image-handle-non-resident-nv (handle)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: make-image-handle-resident-arb (handle access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: make-image-handle-resident-nv (handle access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: make-named-buffer-non-resident-nv (buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: make-named-buffer-resident-nv (buffer access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: make-null-gl-array (type)

Returns a GL-ARRAY with a size of 0, a null pointer and of type TYPE.

Package

cl-opengl.

Source

opengl.lisp.

Function: make-texture-handle-non-resident-arb (handle)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: make-texture-handle-non-resident-nv (handle)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: make-texture-handle-resident-arb (handle)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: make-texture-handle-resident-nv (handle)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: map-1d (target u1 u2 stride order points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-1f (target u1 u2 stride order points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-1x-oes (target u1 u2 stride order points)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: map-2d (target u1 u2 ustride uorder v1 v2 vstride vorder points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-2f (target u1 u2 ustride uorder v1 v2 vstride vorder points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-2x-oes (target u1 u2 ustride uorder v1 v2 vstride vorder points)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: map-buffer (target access)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-buffer-arb (target access)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-buffer-oes (target access)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: map-buffer-range (target offset length access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: map-buffer-range-ext (target offset length access)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: map-buffer-to-gl-array (target access type)

This is like MAP-BUFFER but returns a GL-ARRAY instead of a plain pointer. Note that you must not call FREE-GL-ARRAY but UNMAP-BUFFER on the return value.

Package

cl-opengl.

Source

opengl.lisp.

Function: map-control-points-nv (target index type ustride vstride uorder vorder packed points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-grid-1 (n u1 u2)
Package

cl-opengl.

Source

special.lisp.

Function: map-grid-1d (un u1 u2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-grid-1f (un u1 u2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-grid-1x-oes (n u1 u2)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: map-grid-2 (nu u1 u2 nv v1 v2)
Package

cl-opengl.

Source

special.lisp.

Function: map-grid-2d (un u1 u2 vn v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-grid-2f (un u1 u2 vn v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-grid-2x-oes (n u1 u2 v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: map-named-buffer (buffer access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: map-named-buffer-ext (buffer access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: map-named-buffer-range (buffer offset length access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: map-named-buffer-range-ext (buffer offset length access)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: map-object-buffer-ati (buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-parameter-fv-nv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-parameter-iv-nv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-texture-2d-intel (texture level access stride layout)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-vertex-attrib-1d-apple (index size u1 u2 stride order points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-vertex-attrib-1f-apple (index size u1 u2 stride order points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-vertex-attrib-2d-apple (index size u1 u2 ustride uorder v1 v2 vstride vorder points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map-vertex-attrib-2f-apple (index size u1 u2 ustride uorder v1 v2 vstride vorder points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: map1 (target u1 u2 points)
Package

cl-opengl.

Source

special.lisp.

Function: map2 (target u1 u2 v1 v2 points)
Package

cl-opengl.

Source

special.lisp.

Function: material (face pname param)
Package

cl-opengl.

Source

opengl.lisp.

Function: material-f (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: material-fv (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: material-i (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: material-iv (face pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: material-x (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: material-x-oes (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: material-xv (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: material-xv-oes (face pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: matrix-frustum-ext (mode left right bottom top znear zfar)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-index-pointer-arb (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: matrix-index-pointer-oes (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: matrix-index-ubv-arb (size indices)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: matrix-index-uiv-arb (size indices)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: matrix-index-usv-arb (size indices)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: matrix-load-3x2-f-nv (matrixmode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-load-3x3-f-nv (matrixmode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-load-d-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-load-f-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-load-identity-ext (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-load-transpose-3x3-f-nv (matrixmode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-load-transpose-d-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-load-transpose-f-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-mode (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: matrix-mult-3x2-f-nv (matrixmode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-mult-3x3-f-nv (matrixmode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-mult-d-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-mult-f-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-mult-transpose-3x3-f-nv (matrixmode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-mult-transpose-d-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-mult-transpose-f-ext (mode m)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-ortho-ext (mode left right bottom top znear zfar)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-pop-ext (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-push-ext (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-rotate-d-ext (mode angle x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-rotate-f-ext (mode angle x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-scale-d-ext (mode x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-scale-f-ext (mode x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-translate-d-ext (mode x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: matrix-translate-f-ext (mode x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: max-active-shader-cores-arm (count)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: max-shader-compiler-threads-arb (count)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: max-shader-compiler-threads-khr (count)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: memory-barrier (barriers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: memory-barrier-by-region (barriers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: memory-barrier-ext (barriers)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: memory-object-parameter-iv-ext (memoryobject pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: min-sample-shading (value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: min-sample-shading-arb (value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: min-sample-shading-oes (value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: minmax (target internalformat sink)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: minmax-ext (target internalformat sink)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: minor-version ()
Package

cl-opengl.

Source

state.lisp.

Function: mult-matrix (matrix)
Package

cl-opengl.

Source

opengl.lisp.

Function: mult-matrix-d (m)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: mult-matrix-f (m)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: mult-matrix-x (m)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: mult-matrix-x-oes (m)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: mult-transpose-matrix (matrix)
Package

cl-opengl.

Source

opengl.lisp.

Function: mult-transpose-matrix-d (m)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: mult-transpose-matrix-d-arb (m)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: mult-transpose-matrix-f (m)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: mult-transpose-matrix-f-arb (m)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: mult-transpose-matrix-x-oes (m)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-draw-arrays (mode first count drawcount)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-draw-arrays-ext (mode first count primcount)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: multi-draw-arrays-indirect (mode indirect drawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-draw-arrays-indirect-amd (mode indirect primcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-draw-arrays-indirect-bindless-count-nv (mode indirect drawcount maxdrawcount stride vertexbuffercount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-draw-arrays-indirect-bindless-nv (mode indirect drawcount stride vertexbuffercount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-draw-arrays-indirect-count (mode indirect drawcount maxdrawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-draw-arrays-indirect-count-arb (mode indirect drawcount maxdrawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-draw-arrays-indirect-ext (mode indirect drawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: multi-draw-element-array-apple (mode first count primcount)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-draw-elements (mode count type indices drawcount)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-draw-elements-base-vertex (mode count type indices drawcount basevertex)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-draw-elements-base-vertex-ext (mode count type indices drawcount basevertex)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: multi-draw-elements-ext (mode count type indices primcount)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: multi-draw-elements-indirect (mode type indirect drawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-draw-elements-indirect-amd (mode type indirect primcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-draw-elements-indirect-bindless-count-nv (mode type indirect drawcount maxdrawcount stride vertexbuffercount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-draw-elements-indirect-bindless-nv (mode type indirect drawcount stride vertexbuffercount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-draw-elements-indirect-count (mode type indirect drawcount maxdrawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-draw-elements-indirect-count-arb (mode type indirect drawcount maxdrawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-draw-elements-indirect-ext (mode type indirect drawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: multi-draw-mesh-tasks-indirect-count-nv (indirect drawcount maxdrawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: multi-draw-mesh-tasks-indirect-nv (indirect drawcount stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: multi-draw-range-element-array-apple (mode start end first count primcount)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-mode-draw-arrays-ibm (mode first count primcount modestride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-mode-draw-elements-ibm (mode count type indices primcount modestride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-buffer-ext (texunit target internalformat buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-coord (texture s &optional t* r q)
Package

cl-opengl.

Source

opengl.lisp.

Function: multi-tex-coord-1b-oes (texture s)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-1bv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-1d (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1d-arb (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1dv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1dv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1f (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1f-arb (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1fv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1fv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1h-nv (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1hv-nv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1i (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1i-arb (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1iv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1iv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1s (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1s-arb (target s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1sv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1sv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-1x-oes (texture s)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-1xv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-2b-oes (texture s tee)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-2bv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-2d (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2d-arb (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2dv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2dv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2f (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2f-arb (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2fv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2fv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2h-nv (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2hv-nv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2i (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2i-arb (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2iv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2iv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2s (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2s-arb (target s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2sv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2sv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-2x-oes (texture s tee)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-2xv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-3b-oes (texture s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-3bv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-3d (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3d-arb (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3dv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3dv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3f (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3f-arb (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3fv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3fv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3h-nv (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3hv-nv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3i (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3i-arb (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3iv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3iv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3s (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3s-arb (target s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3sv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3sv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-3x-oes (texture s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-3xv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-4b-oes (texture s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-4bv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-4d (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4d-arb (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4dv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4dv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4f (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-4f-arb (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4fv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4fv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4h-nv (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4hv-nv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4i (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4i-arb (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4iv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4iv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4s (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4s-arb (target s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4sv (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4sv-arb (target v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multi-tex-coord-4x (texture s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: multi-tex-coord-4x-oes (texture s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-4xv-oes (texture coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: multi-tex-coord-p1ui (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-coord-p1uiv (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-coord-p2ui (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-coord-p2uiv (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-coord-p3ui (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-coord-p3uiv (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-coord-p4ui (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-coord-p4uiv (texture type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-coord-pointer-ext (texunit size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-env-f-ext (texunit target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-env-fv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-env-i-ext (texunit target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-env-iv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-gen-d-ext (texunit coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-gen-dv-ext (texunit coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-gen-f-ext (texunit coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-gen-fv-ext (texunit coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-gen-i-ext (texunit coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-gen-iv-ext (texunit coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-image-1d-ext (texunit target level internalformat width border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-image-2d-ext (texunit target level internalformat width height border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-image-3d-ext (texunit target level internalformat width height depth border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-parameter-f-ext (texunit target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-parameter-fv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-parameter-i-ext (texunit target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-parameter-iiv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-parameter-iuiv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-parameter-iv-ext (texunit target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-renderbuffer-ext (texunit target renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-sub-image-1d-ext (texunit target level xoffset width format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-sub-image-2d-ext (texunit target level xoffset yoffset width height format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multi-tex-sub-image-3d-ext (texunit target level xoffset yoffset zoffset width height depth format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: multicast-barrier-nv ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multicast-blit-framebuffer-nv (srcgpu dstgpu srcx0 srcy0 srcx1 srcy1 dstx0 dsty0 dstx1 dsty1 mask filter)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multicast-buffer-sub-data-nv (gpumask buffer offset size data)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multicast-copy-buffer-sub-data-nv (readgpu writegpumask readbuffer writebuffer readoffset writeoffset size)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multicast-copy-image-sub-data-nv (srcgpu dstgpumask srcname srctarget srclevel srcx srcy srcz dstname dsttarget dstlevel dstx dsty dstz srcwidth srcheight srcdepth)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multicast-framebuffer-sample-locations-fv-nv (gpu framebuffer start count v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multicast-get-query-object-i64v-nv (gpu id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multicast-get-query-object-iv-nv (gpu id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multicast-get-query-object-ui64v-nv (gpu id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multicast-get-query-object-uiv-nv (gpu id pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multicast-scissor-array-v-nvx (gpu first count v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multicast-viewport-array-v-nvx (gpu first count v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multicast-viewport-position-w-scale-nvx (gpu index xcoeff ycoeff)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: multicast-wait-sync-nv (signalgpu waitgpumask)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: named-buffer-attach-memory-nv (buffer memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: named-buffer-data (buffer size data usage)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-buffer-data-ext (buffer size data usage)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-buffer-page-commitment-arb (buffer offset size commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-buffer-page-commitment-ext (buffer offset size commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-buffer-page-commitment-mem-nv (buffer offset size memory memoffset commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: named-buffer-storage (buffer data flags &key end)
Package

cl-opengl.

Source

dsa.lisp.

Function: named-buffer-storage (buffer size data flags)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-buffer-storage-ext (buffer size data flags)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-buffer-storage-external-ext (buffer offset size clientbuffer flags)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: named-buffer-storage-mem-ext (buffer size memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: named-buffer-sub-data (buffer offset size data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-buffer-sub-data-ext (buffer offset size data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-copy-buffer-sub-data-ext (readbuffer writebuffer readoffset writeoffset size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-draw-buffer (framebuffer buf)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-draw-buffers (framebuffer n bufs)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-parameter-i (framebuffer pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-parameter-i-ext (framebuffer pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-read-buffer (framebuffer src)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-renderbuffer (framebuffer attachment renderbuffertarget renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-renderbuffer-ext (framebuffer attachment renderbuffertarget renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-sample-locations-fv-arb (framebuffer start count v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-sample-locations-fv-nv (framebuffer start count v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: named-framebuffer-sample-positions-fv-amd (framebuffer numsamples pixelindex values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: named-framebuffer-texture (framebuffer attachment texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-texture-1d-ext (framebuffer attachment textarget texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-texture-2d-ext (framebuffer attachment textarget texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-texture-3d-ext (framebuffer attachment textarget texture level zoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-texture-ext (framebuffer attachment texture level)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-texture-face-ext (framebuffer attachment texture level face)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-texture-layer (framebuffer attachment texture level layer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-texture-layer-ext (framebuffer attachment texture level layer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-framebuffer-texture-multiview-ovr (framebuffer attachment texture level baseviewindex numviews)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: named-program-local-parameter-4d-ext (program target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-program-local-parameter-4dv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-program-local-parameter-4f-ext (program target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-program-local-parameter-4fv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-program-local-parameter-i4i-ext (program target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-program-local-parameter-i4iv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-program-local-parameter-i4ui-ext (program target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-program-local-parameter-i4uiv-ext (program target index params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-program-local-parameters-4fv-ext (program target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-program-local-parameters-i4iv-ext (program target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-program-local-parameters-i4uiv-ext (program target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-program-string-ext (program target format len string)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-renderbuffer-storage (renderbuffer internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-renderbuffer-storage-ext (renderbuffer internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-renderbuffer-storage-multisample (renderbuffer samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-renderbuffer-storage-multisample-advanced-amd (renderbuffer samples storagesamples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: named-renderbuffer-storage-multisample-coverage-ext (renderbuffer coveragesamples colorsamples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-renderbuffer-storage-multisample-ext (renderbuffer samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: named-string-arb (type namelen name stringlen string)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: new-list (list mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: new-object-buffer-ati (size pointer usage)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal (x y z)
Package

cl-opengl.

Source

opengl.lisp.

Function: normal-3b (nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-3bv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-3d (nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-3dv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-3f (nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: normal-3f-vertex-3f-sun (nx ny nz x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-3f-vertex-3fv-sun (n v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-3fv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-3h-nv (nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-3hv-nv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-3i (nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-3iv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-3s (nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-3sv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-3x (nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: normal-3x-oes (nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: normal-3xv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: normal-format-nv (type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: normal-p3ui (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: normal-p3uiv (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: normal-pointer (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: normal-pointer-ext (type stride count pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-pointer-list-ibm (type stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-pointer-v-intel (type pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-stream-3b-ati (stream nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-stream-3bv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-stream-3d-ati (stream nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-stream-3dv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-stream-3f-ati (stream nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-stream-3fv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-stream-3i-ati (stream nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-stream-3iv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-stream-3s-ati (stream nx ny nz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: normal-stream-3sv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: object-label (identifier name length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: object-label-khr (identifier name length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: object-ptr-label (ptr length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: object-ptr-label-khr (ptr length label)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: object-purgeable-apple (objecttype name option)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: object-unpurgeable-apple (objecttype name option)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: ortho (left right bottom top znear zfar)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: ortho-f (l r b tee n f)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: ortho-f-oes (l r b tee n f)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: ortho-x (l r b tee n f)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: ortho-x-oes (l r b tee n f)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: pass-tex-coord-ati (dst coord swizzle)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pass-through (token)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pass-through-x-oes (token)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: patch-parameter (pname value)
Package

cl-opengl.

Source

opengl.lisp.

Function: patch-parameter-fv (pname values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: patch-parameter-i (pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: patch-parameter-i-ext (pname value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: patch-parameter-i-oes (pname value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: path-color-gen-nv (color genmode colorformat coeffs)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-commands-nv (path numcommands commands numcoords coordtype coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-coords-nv (path numcoords coordtype coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-cover-depth-func-nv (func)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-dash-array-nv (path dashcount dasharray)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-fog-gen-nv (genmode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-glyph-index-array-nv (firstpathname fonttarget fontname fontstyle firstglyphindex numglyphs pathparametertemplate emscale)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-glyph-index-range-nv (fonttarget fontname fontstyle pathparametertemplate emscale baseandcount)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-glyph-range-nv (firstpathname fonttarget fontname fontstyle firstglyph numglyphs handlemissingglyphs pathparametertemplate emscale)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-glyphs-nv (firstpathname fonttarget fontname fontstyle numglyphs type charcodes handlemissingglyphs pathparametertemplate emscale)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-memory-glyph-index-array-nv (firstpathname fonttarget fontsize fontdata faceindex firstglyphindex numglyphs pathparametertemplate emscale)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-parameter-f-nv (path pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-parameter-fv-nv (path pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-parameter-i-nv (path pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-parameter-iv-nv (path pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-stencil-depth-offset-nv (factor units)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-stencil-func-nv (func ref mask)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-string-nv (path format length pathstring)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-sub-commands-nv (path commandstart commandstodelete numcommands commands numcoords coordtype coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-sub-coords-nv (path coordstart numcoords coordtype coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: path-tex-gen-nv (texcoordset genmode components coeffs)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: pause-transform-feedback ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: pause-transform-feedback-nv ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-data-range-nv (target length pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-map (map values)
Package

cl-opengl.

Source

rasterization.lisp.

Function: pixel-map-fv (map mapsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-map-uiv (map mapsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-map-usv (map mapsize values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-map-x (map size values)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: pixel-store (pname value)
Package

cl-opengl.

Source

rasterization.lisp.

Function: pixel-store-f (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-store-i (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: pixel-store-x (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: pixel-tex-gen-parameter-f-sgis (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-tex-gen-parameter-fv-sgis (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-tex-gen-parameter-i-sgis (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-tex-gen-parameter-iv-sgis (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-tex-gen-sgix (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-transfer (pname value)
Package

cl-opengl.

Source

rasterization.lisp.

Function: pixel-transfer-f (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-transfer-i (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-transfer-x-oes (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: pixel-transform-parameter-f-ext (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-transform-parameter-fv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-transform-parameter-i-ext (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-transform-parameter-iv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-zoom (xfactor yfactor)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pixel-zoom-x-oes (xfactor yfactor)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: pntriangles-f-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pntriangles-i-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: point-along-path-nv (path startsegment numsegments distance x y tangentx tangenty)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: point-parameter (pname value)
Package

cl-opengl.

Source

rasterization.lisp.

Function: point-parameter-f (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: point-parameter-f-arb (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: point-parameter-f-ext (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: point-parameter-f-sgis (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: point-parameter-fv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: point-parameter-fv-arb (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: point-parameter-fv-ext (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: point-parameter-fv-sgis (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: point-parameter-i (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: point-parameter-i-nv (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: point-parameter-iv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: point-parameter-iv-nv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: point-parameter-x (pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: point-parameter-x-oes (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: point-parameter-xv (pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: point-parameter-xv-oes (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: point-size (size)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: point-size-pointer-oes (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: point-size-x (size)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: point-size-x-oes (size)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: poll-async-sgix (markerp)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: poll-instruments-sgix (marker_p)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: polygon-mode (face mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: polygon-mode-nv (face mode)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: polygon-offset (factor units)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: polygon-offset-clamp (factor units clamp)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: polygon-offset-clamp-ext (factor units clamp)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: polygon-offset-ext (factor bias)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: polygon-offset-x (factor units)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: polygon-offset-x-oes (factor units)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: polygon-stipple (pattern)
Package

cl-opengl.

Source

rasterization.lisp.

Function: polygon-stipple (mask)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pop-attrib ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pop-client-attrib ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: pop-debug-group ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: pop-debug-group-khr ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: pop-group-marker-ext ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: pop-matrix ()
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: pop-name ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: present-frame-dual-fill-nv (video_slot minpresenttime beginpresenttimeid presentdurationid type target0 fill0 target1 fill1 target2 fill2 target3 fill3)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: present-frame-keyed-nv (video_slot minpresenttime beginpresenttimeid presentdurationid type target0 fill0 key0 target1 fill1 key1)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: primitive-bounding-box (minx miny minz minw maxx maxy maxz maxw)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: primitive-bounding-box-arb (minx miny minz minw maxx maxy maxz maxw)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: primitive-bounding-box-ext (minx miny minz minw maxx maxy maxz maxw)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: primitive-bounding-box-oes (minx miny minz minw maxx maxy maxz maxw)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: primitive-restart-index (index)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: primitive-restart-index-nv (index)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: primitive-restart-nv ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: prioritize-texture (texture priority)
Package

cl-opengl.

Source

rasterization.lisp.

Function: prioritize-textures (textures priorities)
Package

cl-opengl.

Source

rasterization.lisp.

Function: prioritize-textures (n textures priorities)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: prioritize-textures-ext (n textures priorities)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: prioritize-textures-x-oes (n textures priorities)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: program-binary (program binaryformat binary length)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: program-binary-oes (program binaryformat binary length)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: program-buffer-parameters-fv-nv (target bindingindex wordindex count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-buffer-parameters-iiv-nv (target bindingindex wordindex count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-buffer-parameters-iuiv-nv (target bindingindex wordindex count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-env-parameter-4d-arb (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-env-parameter-4dv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-env-parameter-4f-arb (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-env-parameter-4fv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-env-parameter-i4i-nv (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-env-parameter-i4iv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-env-parameter-i4ui-nv (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-env-parameter-i4uiv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-env-parameters-4fv-ext (target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-env-parameters-i4iv-nv (target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-env-parameters-i4uiv-nv (target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-local-parameter-4d-arb (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-local-parameter-4dv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-local-parameter-4f-arb (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-local-parameter-4fv-arb (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-local-parameter-i4i-nv (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-local-parameter-i4iv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-local-parameter-i4ui-nv (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-local-parameter-i4uiv-nv (target index params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-local-parameters-4fv-ext (target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-local-parameters-i4iv-nv (target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-local-parameters-i4uiv-nv (target index count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-named-parameter-4d-nv (id len name x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-named-parameter-4dv-nv (id len name v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-named-parameter-4f-nv (id len name x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-named-parameter-4fv-nv (id len name v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-parameter-4d-nv (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-parameter-4dv-nv (target index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-parameter-4f-nv (target index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-parameter-4fv-nv (target index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-parameter-i (program pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-parameter-i-arb (program pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-parameter-i-ext (program pname value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-parameteri (program pname value)
Package

cl-opengl.

Source

opengl.lisp.

Function: program-parameters-4dv-nv (target index count v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-parameters-4fv-nv (target index count v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-path-fragment-input-gen-nv (program location genmode components coeffs)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-string-arb (target format len string)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-subroutine-parameters-uiv-nv (target count params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: program-uniform-1d (program location v0)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-1d-ext (program location x)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-1dv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-1dv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-1f (program location v0)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1f-ext (program location v0)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1fv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1fv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1i (program location v0)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1i-ext (program location v0)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1i64-arb (program location x)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-1i64-nv (program location x)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1i64v-arb (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-1i64v-nv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1iv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1iv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1ui (program location v0)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1ui-ext (program location v0)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1ui64-arb (program location x)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-1ui64-nv (program location x)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1ui64v-arb (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-1ui64v-nv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1uiv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-1uiv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2d (program location v0 v1)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-2d-ext (program location x y)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-2dv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-2dv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-2f (program location v0 v1)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2f-ext (program location v0 v1)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2fv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2fv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2i (program location v0 v1)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2i-ext (program location v0 v1)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2i64-arb (program location x y)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-2i64-nv (program location x y)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2i64v-arb (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-2i64v-nv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2iv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2iv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2ui (program location v0 v1)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2ui-ext (program location v0 v1)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2ui64-arb (program location x y)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-2ui64-nv (program location x y)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2ui64v-arb (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-2ui64v-nv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2uiv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-2uiv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3d (program location v0 v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-3d-ext (program location x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-3dv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-3dv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-3f (program location v0 v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3f-ext (program location v0 v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3fv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3fv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3i (program location v0 v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3i-ext (program location v0 v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3i64-arb (program location x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-3i64-nv (program location x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3i64v-arb (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-3i64v-nv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3iv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3iv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3ui (program location v0 v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3ui-ext (program location v0 v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3ui64-arb (program location x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-3ui64-nv (program location x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3ui64v-arb (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-3ui64v-nv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3uiv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-3uiv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4d (program location v0 v1 v2 v3)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-4d-ext (program location x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-4dv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-4dv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-4f (program location v0 v1 v2 v3)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4f-ext (program location v0 v1 v2 v3)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4fv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4fv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4i (program location v0 v1 v2 v3)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4i-ext (program location v0 v1 v2 v3)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4i64-arb (program location x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-4i64-nv (program location x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4i64v-arb (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-4i64v-nv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4iv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4iv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4ui (program location v0 v1 v2 v3)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4ui-ext (program location v0 v1 v2 v3)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4ui64-arb (program location x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-4ui64-nv (program location x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4ui64v-arb (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-4ui64v-nv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4uiv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-4uiv-ext (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-handle-ui64-arb (program location value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-handle-ui64-nv (program location value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-handle-ui64v-arb (program location count values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-handle-ui64v-nv (program location count values)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-handleui64img (program location value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: program-uniform-handleui64v-img (program location count values)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: program-uniform-matrix (program location dim matrices &optional transpose)
Package

cl-opengl.

Source

opengl.lisp.

Function: program-uniform-matrix-2dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-2dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-2fv (program location matrices &optional transpose)

Upload a matrix or matrices to uniform LOCATION. MATRICES is a single matrix in a vector or array, or a vector of matrices in same formats. Tries to optimize case where matrices are (SIMPLE-ARRAY SINGLE-FLOAT (4)).

Package

cl-opengl.

Source

opengl.lisp.

Function: program-uniform-matrix-2fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-2fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-2x3-dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-2x3-dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-2x3-fv (program location matrices &optional transpose)

Upload a matrix or matrices to uniform LOCATION. MATRICES is a single matrix in a vector or array, or a vector of matrices in same formats. Tries to optimize case where matrices are (SIMPLE-ARRAY SINGLE-FLOAT (6)).

Package

cl-opengl.

Source

opengl.lisp.

Function: program-uniform-matrix-2x3-fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-2x3-fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-2x4-dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-2x4-dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-2x4-fv (program location matrices &optional transpose)

Upload a matrix or matrices to uniform LOCATION. MATRICES is a single matrix in a vector or array, or a vector of matrices in same formats. Tries to optimize case where matrices are (SIMPLE-ARRAY SINGLE-FLOAT (8)).

Package

cl-opengl.

Source

opengl.lisp.

Function: program-uniform-matrix-2x4-fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-2x4-fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-3dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-3dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-3fv (program location matrices &optional transpose)

Upload a matrix or matrices to uniform LOCATION. MATRICES is a single matrix in a vector or array, or a vector of matrices in same formats. Tries to optimize case where matrices are (SIMPLE-ARRAY SINGLE-FLOAT (9)).

Package

cl-opengl.

Source

opengl.lisp.

Function: program-uniform-matrix-3fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-3fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-3x2-dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-3x2-dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-3x2-fv (program location matrices &optional transpose)

Upload a matrix or matrices to uniform LOCATION. MATRICES is a single matrix in a vector or array, or a vector of matrices in same formats. Tries to optimize case where matrices are (SIMPLE-ARRAY SINGLE-FLOAT (6)).

Package

cl-opengl.

Source

opengl.lisp.

Function: program-uniform-matrix-3x2-fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-3x2-fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-3x4-dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-3x4-dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-3x4-fv (program location matrices &optional transpose)

Upload a matrix or matrices to uniform LOCATION. MATRICES is a single matrix in a vector or array, or a vector of matrices in same formats. Tries to optimize case where matrices are (SIMPLE-ARRAY SINGLE-FLOAT (12)).

Package

cl-opengl.

Source

opengl.lisp.

Function: program-uniform-matrix-3x4-fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-3x4-fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-4dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-4dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-4fv (program location matrices &optional transpose)

Upload a matrix or matrices to uniform LOCATION. MATRICES is a single matrix in a vector or array, or a vector of matrices in same formats. Tries to optimize case where matrices are (SIMPLE-ARRAY SINGLE-FLOAT (16)).

Package

cl-opengl.

Source

opengl.lisp.

Function: program-uniform-matrix-4fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-4fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-4x2-dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-4x2-dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-4x2-fv (program location matrices &optional transpose)

Upload a matrix or matrices to uniform LOCATION. MATRICES is a single matrix in a vector or array, or a vector of matrices in same formats. Tries to optimize case where matrices are (SIMPLE-ARRAY SINGLE-FLOAT (8)).

Package

cl-opengl.

Source

opengl.lisp.

Function: program-uniform-matrix-4x2-fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-4x2-fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-4x3-dv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-4x3-dv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-matrix-4x3-fv (program location matrices &optional transpose)

Upload a matrix or matrices to uniform LOCATION. MATRICES is a single matrix in a vector or array, or a vector of matrices in same formats. Tries to optimize case where matrices are (SIMPLE-ARRAY SINGLE-FLOAT (12)).

Package

cl-opengl.

Source

opengl.lisp.

Function: program-uniform-matrix-4x3-fv (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-matrix-4x3-fv-ext (program location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: program-uniform-ui64-nv (program location value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniform-ui64v-nv (program location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: program-uniformf (program location x &optional y z w)
Package

cl-opengl.

Source

opengl.lisp.

Function: program-uniformfv (program location a)
Package

cl-opengl.

Source

opengl.lisp.

Function: program-uniformi (program location x &optional y z w)
Package

cl-opengl.

Source

opengl.lisp.

Function: program-uniformiv (program location a)
Package

cl-opengl.

Source

opengl.lisp.

Function: program-vertex-limit-nv (target limit)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: provoking-vertex (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: provoking-vertex-ext (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: push-attrib (&rest attributes)
Package

cl-opengl.

Source

state.lisp.

Function: push-attrib (mask)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: push-client-attrib (&rest attributes)
Package

cl-opengl.

Source

state.lisp.

Function: push-client-attrib (mask)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: push-client-attrib-default-ext (mask)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: push-debug-group (source id length message)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: push-debug-group-khr (source id length message)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: push-group-marker-ext (length marker)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: push-matrix ()
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: push-name (name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: query-counter (id target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: query-counter-ext (id target)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: query-matrix-x-oes (mantissa exponent)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: query-object-parameter-ui-amd (target id pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: query-resource-nv (querytype tagid count buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: query-resource-tag-nv (tagid tagstring)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos (x y &optional z w)
Package

cl-opengl.

Source

opengl.lisp.

Function: raster-pos-2d (x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-2dv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-2f (x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-2fv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-2i (x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-2iv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-2s (x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-2sv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-2x-oes (x y)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: raster-pos-2xv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: raster-pos-3d (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-3dv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-3f (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-3fv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-3i (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-3iv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-3s (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-3sv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-3x-oes (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: raster-pos-3xv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: raster-pos-4d (x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-4dv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-4f (x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-4fv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-4i (x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-4iv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-4s (x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-4sv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: raster-pos-4x-oes (x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: raster-pos-4xv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: raster-samples-ext (samples fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: read-buffer (src)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: read-buffer-indexed-ext (src index)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: read-buffer-nv (mode)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: read-instruments-sgix (marker)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: read-pixels (x y width height format type)
Package

cl-opengl.

Source

framebuffer.lisp.

Function: read-pixels (x y width height format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: readn-pixels (x y width height format type bufsize data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: readn-pixels-arb (x y width height format type bufsize data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: readn-pixels-ext (x y width height format type bufsize data)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: readn-pixels-khr (x y width height format type bufsize data)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: rect (x1 y1 x2 y2)
Package

cl-opengl.

Source

opengl.lisp.

Function: rect-d (x1 y1 x2 y2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: rect-dv (v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: rect-f (x1 y1 x2 y2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: rect-fv (v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: rect-i (x1 y1 x2 y2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: rect-iv (v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: rect-s (x1 y1 x2 y2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: rect-sv (v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: rect-x-oes (x1 y1 x2 y2)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: rect-xv-oes (v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: reference-plane-sgix (equation)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: release-keyed-mutex-win32-ext (memory key)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: release-shader-compiler ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: render-gpu-mask-nv (mask)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: render-mode (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: renderbuffer-storage (target internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: renderbuffer-storage-ext (target internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: renderbuffer-storage-multisample (target samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: renderbuffer-storage-multisample-advanced-amd (target samples storagesamples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: renderbuffer-storage-multisample-angle (target samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: renderbuffer-storage-multisample-apple (target samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: renderbuffer-storage-multisample-coverage-nv (target coveragesamples colorsamples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: renderbuffer-storage-multisample-ext (target samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: renderbuffer-storage-multisample-img (target samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: renderbuffer-storage-multisample-nv (target samples internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: renderbuffer-storage-oes (target internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: replacement-code-pointer-sun (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ub-sun (code)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ubv-sun (code)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-color-3f-vertex-3f-sun (rc r g b x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-color-3f-vertex-3fv-sun (rc c v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-color-4f-normal-3f-vertex-3f-sun (rc r g b a nx ny nz x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-color-4f-normal-3f-vertex-3fv-sun (rc c n v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-color-4ub-vertex-3f-sun (rc r g b a x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-color-4ub-vertex-3fv-sun (rc c v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-normal-3f-vertex-3f-sun (rc nx ny nz x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-normal-3f-vertex-3fv-sun (rc n v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-sun (code)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-tex-coord-2f-color-4f-normal-3f-vertex-3f-sun (rc s tee r g b a nx ny nz x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-tex-coord-2f-color-4f-normal-3f-vertex-3fv-sun (rc tc c n v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-tex-coord-2f-normal-3f-vertex-3f-sun (rc s tee nx ny nz x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-tex-coord-2f-normal-3f-vertex-3fv-sun (rc tc n v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-tex-coord-2f-vertex-3f-sun (rc s tee x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-tex-coord-2f-vertex-3fv-sun (rc tc v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-vertex-3f-sun (rc x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-ui-vertex-3fv-sun (rc v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-uiv-sun (code)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-us-sun (code)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: replacement-code-usv-sun (code)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: request-resident-programs-nv (n programs)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: reset-histogram (target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: reset-histogram-ext (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: reset-memory-object-parameter-nv (memory pname)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: reset-minmax (target)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: reset-minmax-ext (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: resize-buffers-mesa ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: resolve-depth-values-nv ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: resolve-multisample-framebuffer-apple ()
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: resume-transform-feedback ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: resume-transform-feedback-nv ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: rotate (theta x y z)
Package

cl-opengl.

Source

opengl.lisp.

Function: rotate-d (angle x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: rotate-f (angle x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: rotate-x (angle x y z)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: rotate-x-oes (angle x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: sample-coverage (value invert)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: sample-coverage-arb (value invert)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: sample-coverage-x (value invert)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: sample-coverage-x-oes (value invert)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: sample-map-ati (dst interp swizzle)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: sample-mask-ext (value invert)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: sample-mask-i (masknumber mask)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: sample-mask-indexed-nv (index mask)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: sample-mask-sgis (value invert)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: sample-pattern-ext (pattern)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: sample-pattern-sgis (pattern)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: sampler-parameter (sampler pname param)
Package

cl-opengl.

Source

rasterization.lisp.

Function: sampler-parameter-f (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: sampler-parameter-fv (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: sampler-parameter-i (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: sampler-parameter-iiv (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: sampler-parameter-iiv-ext (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: sampler-parameter-iiv-oes (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: sampler-parameter-iuiv (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: sampler-parameter-iuiv-ext (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: sampler-parameter-iuiv-oes (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: sampler-parameter-iv (sampler pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: scale (x y z)
Package

cl-opengl.

Source

opengl.lisp.

Function: scale-d (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: scale-f (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: scale-x (x y z)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: scale-x-oes (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: scissor (x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: scissor-array-v (first count v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: scissor-array-v-nv (first count v)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: scissor-array-v-oes (first count v)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: scissor-exclusive-array-v-nv (first count v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: scissor-exclusive-nv (x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: scissor-indexed (index left bottom width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: scissor-indexed-nv (index left bottom width height)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: scissor-indexed-oes (index left bottom width height)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: scissor-indexed-v (index v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: scissor-indexed-v-nv (index v)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: scissor-indexed-v-oes (index v)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: secondary-color (r g b)
Package

cl-opengl.

Source

opengl.lisp.

Function: secondary-color-3b (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3b-ext (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3bv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3bv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3d (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3d-ext (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3dv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3dv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3f (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3f-ext (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3fv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3fv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3h-nv (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3hv-nv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3i (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3i-ext (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3iv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3iv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3s (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3s-ext (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3sv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3sv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3ub (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3ub-ext (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3ubv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3ubv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3ui (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3ui-ext (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3uiv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3uiv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3us (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3us-ext (red green blue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3usv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-3usv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-format-nv (size type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: secondary-color-p3ui (type color)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: secondary-color-p3uiv (type color)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: secondary-color-pointer (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-pointer-ext (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: secondary-color-pointer-list-ibm (size type stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: select-buffer (array)
Package

cl-opengl.

Source

special.lisp.

Function: select-buffer (size buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: select-perf-monitor-counters-amd (monitor enable group numcounters counterlist)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: semaphore-parameter-iv-nv (semaphore pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: semaphore-parameter-ui64v-ext (semaphore pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: separable-filter-2d (target internalformat width height format type row column)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: separable-filter-2d-ext (target internalformat width height format type row column)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: set-fence-apple (fence)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: set-fence-nv (fence condition)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: set-fragment-shader-constant-ati (dst value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: set-invariant-ext (id type addr)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: set-local-constant-ext (id type addr)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: set-multisample-fv-amd (pname index val)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: shade-model (mode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: shader-binary (count shaders binaryformat binary length)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: shader-op-1-ext (op res arg1)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: shader-op-2-ext (op res arg1 arg2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: shader-op-3-ext (op res arg1 arg2 arg3)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: shader-source (shader string-list)
Package

cl-opengl.

Source

opengl.lisp.

Function: shader-source (shader count string length)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: shader-source-arb (shaderobj count string length)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: shader-storage-block-binding (program storageblockindex storageblockbinding)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: shading-rate-combiner-ops-ext (combinerop0 combinerop1)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: shading-rate-ext (rate)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: shading-rate-image-barrier-nv (synchronize)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: shading-rate-image-palette-nv (viewport first count rates)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: shading-rate-qcom (rate)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: shading-rate-sample-order-custom-nv (rate samples locations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: shading-rate-sample-order-nv (order)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: sharpen-tex-func-sgis (target n points)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: signal-semaphore-ext (semaphore numbufferbarriers buffers numtexturebarriers textures dstlayouts)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: signal-semaphore-ui64-nvx (signalgpu fenceobjectcount semaphorearray fencevaluearray)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: signal-vk-fence-nv (vkfence)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: signal-vk-semaphore-nv (vksemaphore)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: specialize-shader (shader pentrypoint numspecializationconstants pconstantindex pconstantvalue)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: specialize-shader-arb (shader pentrypoint numspecializationconstants pconstantindex pconstantvalue)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: sprite-parameter-f-sgix (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: sprite-parameter-fv-sgix (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: sprite-parameter-i-sgix (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: sprite-parameter-iv-sgix (pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: start-instruments-sgix ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: start-tiling-qcom (x y width height preservemask)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: state-capture-nv (state mode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: stencil-clear-tag-ext (stenciltagbits stencilcleartag)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: stencil-fill-path-instanced-nv (numpaths pathnametype paths pathbase fillmode mask transformtype transformvalues)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: stencil-fill-path-nv (path fillmode mask)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: stencil-func (func ref mask)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: stencil-func-separate (face func ref mask)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: stencil-func-separate-ati (frontfunc backfunc ref mask)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: stencil-mask (mask)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: stencil-mask-separate (face mask)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: stencil-op (fail zfail zpass)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: stencil-op-separate (face sfail dpfail dppass)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: stencil-op-separate-ati (face sfail dpfail dppass)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: stencil-op-value-amd (face value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: stencil-stroke-path-instanced-nv (numpaths pathnametype paths pathbase reference mask transformtype transformvalues)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: stencil-stroke-path-nv (path reference mask)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: stencil-then-cover-fill-path-instanced-nv (numpaths pathnametype paths pathbase fillmode mask covermode transformtype transformvalues)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: stencil-then-cover-fill-path-nv (path fillmode mask covermode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: stencil-then-cover-stroke-path-instanced-nv (numpaths pathnametype paths pathbase reference mask covermode transformtype transformvalues)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: stencil-then-cover-stroke-path-nv (path reference mask covermode)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: stop-instruments-sgix (marker)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: string-marker-gremedy (len string)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: subpixel-precision-bias-nv (xbits ybits)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: swizzle-ext (res in outx outy outz outw)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: sync-texture-intel (texture)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tag-sample-buffer-sgix ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tangent-3b-ext (tx ty tz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tangent-3bv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tangent-3d-ext (tx ty tz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tangent-3dv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tangent-3f-ext (tx ty tz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tangent-3fv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tangent-3i-ext (tx ty tz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tangent-3iv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tangent-3s-ext (tx ty tz)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tangent-3sv-ext (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tangent-pointer-ext (type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tbuffer-mask-3dfx (mask)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tessellation-factor-amd (factor)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tessellation-mode-amd (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: test-fence-apple (fence)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: test-fence-nv (fence)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: test-object-apple (object name)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-attach-memory-nv (target memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: tex-buffer (target internalformat buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: tex-buffer-arb (target internalformat buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: tex-buffer-ext (target internalformat buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: tex-buffer-oes (target internalformat buffer)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: tex-buffer-range (target internalformat buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: tex-buffer-range-ext (target internalformat buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: tex-buffer-range-oes (target internalformat buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: tex-bump-parameter-fv-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-bump-parameter-iv-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord (s &optional r t* q)
Package

cl-opengl.

Source

opengl.lisp.

Function: tex-coord-1b-oes (s)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-1bv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-1d (s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-1dv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-1f (s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-1fv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-1h-nv (s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-1hv-nv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-1i (s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-1iv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-1s (s)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-1sv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-1x-oes (s)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-1xv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-2b-oes (s tee)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-2bv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-2d (s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2dv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2f (s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2f-color-3f-vertex-3f-sun (s tee r g b x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2f-color-3f-vertex-3fv-sun (tc c v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2f-color-4f-normal-3f-vertex-3f-sun (s tee r g b a nx ny nz x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2f-color-4f-normal-3f-vertex-3fv-sun (tc c n v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2f-color-4ub-vertex-3f-sun (s tee r g b a x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2f-color-4ub-vertex-3fv-sun (tc c v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2f-normal-3f-vertex-3f-sun (s tee nx ny nz x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2f-normal-3f-vertex-3fv-sun (tc n v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2f-vertex-3f-sun (s tee x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2f-vertex-3fv-sun (tc v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2fv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2h-nv (s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2hv-nv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2i (s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2iv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2s (s tee)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2sv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-2x-oes (s tee)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-2xv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-3b-oes (s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-3bv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-3d (s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-3dv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-3f (s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-3fv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-3h-nv (s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-3hv-nv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-3i (s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-3iv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-3s (s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-3sv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-3x-oes (s tee r)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-3xv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-4b-oes (s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-4bv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-4d (s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-4dv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-4f (s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-4f-color-4f-normal-3f-vertex-4f-sun (s tee p q r g b a nx ny nz x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-4f-color-4f-normal-3f-vertex-4fv-sun (tc c n v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-4f-vertex-4f-sun (s tee p q x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-4f-vertex-4fv-sun (tc v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-4fv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-4h-nv (s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-4hv-nv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-4i (s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-4iv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-4s (s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-4sv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-4x-oes (s tee r q)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-4xv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-format-nv (size type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: tex-coord-p1ui (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: tex-coord-p1uiv (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: tex-coord-p2ui (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: tex-coord-p2uiv (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: tex-coord-p3ui (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: tex-coord-p3uiv (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: tex-coord-p4ui (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: tex-coord-p4uiv (type coords)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: tex-coord-pointer (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-coord-pointer-ext (size type stride count pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-pointer-list-ibm (size type stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-coord-pointer-v-intel (size type pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-env (target pname value)
Package

cl-opengl.

Source

rasterization.lisp.

Function: tex-env-f (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-env-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-env-i (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-env-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-env-x (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: tex-env-x-oes (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-env-xv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: tex-env-xv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-estimate-motion-qcom (ref target output)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: tex-estimate-motion-regions-qcom (ref target output mask)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: tex-filter-func-sgis (target filter n weights)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-gen (coord pname param)
Package

cl-opengl.

Source

opengl.lisp.

Function: tex-gen-d (coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-gen-dv (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-gen-f (coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-gen-f-oes (coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: tex-gen-fv (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-gen-fv-oes (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: tex-gen-i (coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-gen-i-oes (coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: tex-gen-iv (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-gen-iv-oes (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: tex-gen-x-oes (coord pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-gen-xv-oes (coord pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-image-1d (target level internal-format width border format type data)
Package

cl-opengl.

Source

rasterization.lisp.

Function: tex-image-1d (target level internalformat width border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-image-2d (target level internal-format width height border format type data &key raw)
Package

cl-opengl.

Source

rasterization.lisp.

Function: tex-image-2d (target level internalformat width height border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2.lisp.

Function: tex-image-2d-multisample (target samples internalformat width height fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: tex-image-2d-multisample-coverage-nv (target coveragesamples colorsamples internalformat width height fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-image-3d (target level internal-format width height depth border format type data)
Package

cl-opengl.

Source

rasterization.lisp.

Function: tex-image-3d (target level internalformat width height depth border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: tex-image-3d-ext (target level internalformat width height depth border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-image-3d-multisample (target samples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: tex-image-3d-multisample-coverage-nv (target coveragesamples colorsamples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-image-3d-oes (target level internalformat width height depth border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: tex-image-4d-sgis (target level internalformat width height depth size4d border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-page-commitment-arb (target level xoffset yoffset zoffset width height depth commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: tex-page-commitment-ext (target level xoffset yoffset zoffset width height depth commit)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: tex-page-commitment-mem-nv (target layer level xoffset yoffset zoffset width height depth memory offset commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: tex-parameter (target pname param)
Package

cl-opengl.

Source

rasterization.lisp.

Function: tex-parameter-f (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: tex-parameter-fv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: tex-parameter-i (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: tex-parameter-iiv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: tex-parameter-iiv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: tex-parameter-iiv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: tex-parameter-iuiv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: tex-parameter-iuiv-ext (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: tex-parameter-iuiv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: tex-parameter-iv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: tex-parameter-x (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: tex-parameter-x-oes (target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-parameter-xv (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: tex-parameter-xv-oes (target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: tex-renderbuffer-nv (target renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-storage-1d (target levels internalformat width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: tex-storage-1d-ext (target levels internalformat width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: tex-storage-2d (target levels internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2-glsc2.lisp.

Function: tex-storage-2d-ext (target levels internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: tex-storage-2d-multisample (target samples internalformat width height fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: tex-storage-3d (target levels internalformat width height depth)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: tex-storage-3d-ext (target levels internalformat width height depth)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: tex-storage-3d-multisample (target samples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: tex-storage-3d-multisample-oes (target samples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: tex-storage-attribs-2d-ext (target levels internalformat width height attrib_list)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: tex-storage-attribs-3d-ext (target levels internalformat width height depth attrib_list)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: tex-storage-mem-1d-ext (target levels internalformat width memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: tex-storage-mem-2d-ext (target levels internalformat width height memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: tex-storage-mem-2d-multisample-ext (target samples internalformat width height fixedsamplelocations memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: tex-storage-mem-3d-ext (target levels internalformat width height depth memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: tex-storage-mem-3d-multisample-ext (target samples internalformat width height depth fixedsamplelocations memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: tex-storage-sparse-amd (target internalformat width height depth layers flags)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-sub-image-1d (target level xoffset width format type data)
Package

cl-opengl.

Source

rasterization.lisp.

Function: tex-sub-image-1d (target level xoffset width format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-sub-image-1d-ext (target level xoffset width format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-sub-image-2d (target level xoffset yoffset width height format type data)
Package

cl-opengl.

Source

rasterization.lisp.

Function: tex-sub-image-2d (target level xoffset yoffset width height format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: tex-sub-image-2d-ext (target level xoffset yoffset width height format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-sub-image-3d (target level xoffset yoffset zoffset width height depth format type data)
Package

cl-opengl.

Source

rasterization.lisp.

Function: tex-sub-image-3d (target level xoffset yoffset zoffset width height depth format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: tex-sub-image-3d-ext (target level xoffset yoffset zoffset width height depth format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: tex-sub-image-3d-oes (target level xoffset yoffset zoffset width height depth format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: tex-sub-image-4d-sgis (target level xoffset yoffset zoffset woffset width height depth size4d format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: texture-attach-memory-nv (texture memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: texture-barrier ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-barrier-nv ()
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-buffer (texture internalformat buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-buffer-ext (texture target internalformat buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-buffer-range (texture internalformat buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-buffer-range-ext (texture target internalformat buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-color-mask-sgis (red green blue alpha)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: texture-foveation-parameters-qcom (texture layer focalpoint focalx focaly gainx gainy foveaarea)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: texture-image-1d-ext (texture target level internalformat width border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-image-2d-ext (texture target level internalformat width height border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-image-2d-multisample-coverage-nv (texture target coveragesamples colorsamples internalformat width height fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: texture-image-2d-multisample-nv (texture target samples internalformat width height fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: texture-image-3d-ext (texture target level internalformat width height depth border format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-image-3d-multisample-coverage-nv (texture target coveragesamples colorsamples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: texture-image-3d-multisample-nv (texture target samples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: texture-light-ext (pname)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: texture-material-ext (face mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: texture-normal-ext (mode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: texture-page-commitment-ext (texture level xoffset yoffset zoffset width height depth commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-page-commitment-mem-nv (texture layer level xoffset yoffset zoffset width height depth memory offset commit)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: texture-parameter (texture pname param)
Package

cl-opengl.

Source

rasterization.lisp.

Function: texture-parameter-f (texture pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-parameter-f-ext (texture target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-parameter-fv (texture pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-parameter-fv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-parameter-i (texture pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-parameter-i-ext (texture target pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-parameter-iiv (texture pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-parameter-iiv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-parameter-iuiv (texture pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-parameter-iuiv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-parameter-iv (texture pname param)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-parameter-iv-ext (texture target pname params)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-range-apple (target length pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: texture-renderbuffer-ext (texture target renderbuffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-resident-p (texture)
Package

cl-opengl.

Source

rasterization.lisp.

Function: texture-storage-1d (texture levels internalformat width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-storage-1d-ext (texture target levels internalformat width)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: texture-storage-2d (texture levels internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-storage-2d-ext (texture target levels internalformat width height)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: texture-storage-2d-multisample (texture samples internalformat width height fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-storage-2d-multisample-ext (texture target samples internalformat width height fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-storage-3d (texture levels internalformat width height depth)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-storage-3d-ext (texture target levels internalformat width height depth)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles1-gles2.lisp.

Function: texture-storage-3d-multisample (texture samples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-storage-3d-multisample-ext (texture target samples internalformat width height depth fixedsamplelocations)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-storage-mem-1d-ext (texture levels internalformat width memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: texture-storage-mem-2d-ext (texture levels internalformat width height memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: texture-storage-mem-2d-multisample-ext (texture samples internalformat width height fixedsamplelocations memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: texture-storage-mem-3d-ext (texture levels internalformat width height depth memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: texture-storage-mem-3d-multisample-ext (texture samples internalformat width height depth fixedsamplelocations memory offset)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: texture-storage-sparse-amd (texture target internalformat width height depth layers flags)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: texture-sub-image-1d (texture level xoffset width format type data)
Package

cl-opengl.

Source

rasterization.lisp.

Function: texture-sub-image-1d (texture level xoffset width format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-sub-image-1d-ext (texture target level xoffset width format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-sub-image-2d (texture level xoffset yoffset width height format type data)
Package

cl-opengl.

Source

rasterization.lisp.

Function: texture-sub-image-2d (texture level xoffset yoffset width height format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-sub-image-2d-ext (texture target level xoffset yoffset width height format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-sub-image-3d (texture level xoffset yoffset zoffset width height depth format type data)
Package

cl-opengl.

Source

rasterization.lisp.

Function: texture-sub-image-3d (texture level xoffset yoffset zoffset width height depth format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-sub-image-3d-ext (texture target level xoffset yoffset zoffset width height depth format type pixels)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-view (texture target origtexture internalformat minlevel numlevels minlayer numlayers)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: texture-view-ext (texture target origtexture internalformat minlevel numlevels minlayer numlayers)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: texture-view-oes (texture target origtexture internalformat minlevel numlevels minlayer numlayers)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: track-matrix-nv (target address matrix transform)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: transform-feedback-attribs-nv (count attribs buffermode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: transform-feedback-buffer-base (xfb index buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: transform-feedback-buffer-range (xfb index buffer offset size)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: transform-feedback-stream-attribs-nv (count attribs nbuffers bufstreams buffermode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: transform-feedback-varyings (program count varyings buffermode)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: transform-feedback-varyings-ext (program count varyings buffermode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: transform-feedback-varyings-nv (program count locations buffermode)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: transform-path-nv (resultpath srcpath transformtype transformvalues)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: translate (x y z)
Package

cl-opengl.

Source

opengl.lisp.

Function: translate-d (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: translate-f (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: translate-x (x y z)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: translate-x-oes (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: uniform-1d (location x)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-1dv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-1f (location v0)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: uniform-1f-arb (location v0)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-1fv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: uniform-1fv-arb (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-1i (location v0)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: uniform-1i-arb (location v0)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-1i64-arb (location x)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-1i64-nv (location x)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: uniform-1i64v-arb (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-1i64v-nv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: uniform-1iv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: uniform-1iv-arb (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-1ui (location v0)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: uniform-1ui-ext (location v0)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-1ui64-arb (location x)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-1ui64-nv (location x)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: uniform-1ui64v-arb (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-1ui64v-nv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: uniform-1uiv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: uniform-1uiv-ext (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-2d (location x y)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-2dv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-2f (location v0 v1)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: uniform-2f-arb (location v0 v1)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-2fv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: uniform-2fv-arb (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-2i (location v0 v1)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: uniform-2i-arb (location v0 v1)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-2i64-arb (location x y)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-2i64-nv (location x y)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: uniform-2i64v-arb (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-2i64v-nv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: uniform-2iv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: uniform-2iv-arb (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-2ui (location v0 v1)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: uniform-2ui-ext (location v0 v1)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-2ui64-arb (location x y)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-2ui64-nv (location x y)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: uniform-2ui64v-arb (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-2ui64v-nv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: uniform-2uiv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: uniform-2uiv-ext (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-3d (location x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-3dv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-3f (location v0 v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: uniform-3f-arb (location v0 v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-3fv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: uniform-3fv-arb (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-3i (location v0 v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: uniform-3i-arb (location v0 v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-3i64-arb (location x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-3i64-nv (location x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: uniform-3i64v-arb (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-3i64v-nv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: uniform-3iv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: uniform-3iv-arb (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-3ui (location v0 v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: uniform-3ui-ext (location v0 v1 v2)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-3ui64-arb (location x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-3ui64-nv (location x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: uniform-3ui64v-arb (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-3ui64v-nv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: uniform-3uiv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: uniform-3uiv-ext (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-4d (location x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-4dv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-4f (location v0 v1 v2 v3)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: uniform-4f-arb (location v0 v1 v2 v3)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-4fv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: uniform-4fv-arb (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-4i (location v0 v1 v2 v3)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: uniform-4i-arb (location v0 v1 v2 v3)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-4i64-arb (location x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-4i64-nv (location x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: uniform-4i64v-arb (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-4i64v-nv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: uniform-4iv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: uniform-4iv-arb (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-4ui (location v0 v1 v2 v3)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: uniform-4ui-ext (location v0 v1 v2 v3)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-4ui64-arb (location x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-4ui64-nv (location x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: uniform-4ui64v-arb (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-4ui64v-nv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: uniform-4uiv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: uniform-4uiv-ext (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-block-binding (program uniformblockindex uniformblockbinding)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: uniform-buffer-ext (program location buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-handle-ui64-arb (location value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-handle-ui64-nv (location value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: uniform-handle-ui64v-arb (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-handle-ui64v-nv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: uniform-handleui64img (location value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: uniform-handleui64v-img (location count value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: uniform-matrix (location dim matrices &optional transpose)
Package

cl-opengl.

Source

opengl.lisp.

Function: uniform-matrix-2dv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-matrix-2fv (location matrices &optional transpose)

Upload a matrix or matrices to uniform LOCATION. MATRICES is a single matrix in a vector or array, or a vector of matrices in same formats. Tries to optimize case where matrices are (SIMPLE-ARRAY SINGLE-FLOAT (4)).

Package

cl-opengl.

Source

opengl.lisp.

Function: uniform-matrix-2fv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: uniform-matrix-2fv-arb (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-matrix-2x3-dv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-matrix-2x3-fv (location matrices &optional transpose)

Upload a matrix or matrices to uniform LOCATION. MATRICES is a single matrix in a vector or array, or a vector of matrices in same formats. Tries to optimize case where matrices are (SIMPLE-ARRAY SINGLE-FLOAT (6)).

Package

cl-opengl.

Source

opengl.lisp.

Function: uniform-matrix-2x3-fv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: uniform-matrix-2x3-fv-nv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: uniform-matrix-2x4-dv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-matrix-2x4-fv (location matrices &optional transpose)

Upload a matrix or matrices to uniform LOCATION. MATRICES is a single matrix in a vector or array, or a vector of matrices in same formats. Tries to optimize case where matrices are (SIMPLE-ARRAY SINGLE-FLOAT (8)).

Package

cl-opengl.

Source

opengl.lisp.

Function: uniform-matrix-2x4-fv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: uniform-matrix-2x4-fv-nv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: uniform-matrix-3dv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-matrix-3fv (location matrices &optional transpose)

Upload a matrix or matrices to uniform LOCATION. MATRICES is a single matrix in a vector or array, or a vector of matrices in same formats. Tries to optimize case where matrices are (SIMPLE-ARRAY SINGLE-FLOAT (9)).

Package

cl-opengl.

Source

opengl.lisp.

Function: uniform-matrix-3fv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: uniform-matrix-3fv-arb (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-matrix-3x2-dv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-matrix-3x2-fv (location matrices &optional transpose)

Upload a matrix or matrices to uniform LOCATION. MATRICES is a single matrix in a vector or array, or a vector of matrices in same formats. Tries to optimize case where matrices are (SIMPLE-ARRAY SINGLE-FLOAT (6)).

Package

cl-opengl.

Source

opengl.lisp.

Function: uniform-matrix-3x2-fv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: uniform-matrix-3x2-fv-nv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: uniform-matrix-3x4-dv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-matrix-3x4-fv (location matrices &optional transpose)

Upload a matrix or matrices to uniform LOCATION. MATRICES is a single matrix in a vector or array, or a vector of matrices in same formats. Tries to optimize case where matrices are (SIMPLE-ARRAY SINGLE-FLOAT (12)).

Package

cl-opengl.

Source

opengl.lisp.

Function: uniform-matrix-3x4-fv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: uniform-matrix-3x4-fv-nv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: uniform-matrix-4dv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-matrix-4fv (location matrices &optional transpose)

Upload a matrix or matrices to uniform LOCATION. MATRICES is a single matrix in a vector or array, or a vector of matrices in same formats. Tries to optimize case where matrices are (SIMPLE-ARRAY SINGLE-FLOAT (16)).

Package

cl-opengl.

Source

opengl.lisp.

Function: uniform-matrix-4fv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: uniform-matrix-4fv-arb (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: uniform-matrix-4x2-dv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-matrix-4x2-fv (location matrices &optional transpose)

Upload a matrix or matrices to uniform LOCATION. MATRICES is a single matrix in a vector or array, or a vector of matrices in same formats. Tries to optimize case where matrices are (SIMPLE-ARRAY SINGLE-FLOAT (8)).

Package

cl-opengl.

Source

opengl.lisp.

Function: uniform-matrix-4x2-fv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: uniform-matrix-4x2-fv-nv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: uniform-matrix-4x3-dv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-matrix-4x3-fv (location matrices &optional transpose)

Upload a matrix or matrices to uniform LOCATION. MATRICES is a single matrix in a vector or array, or a vector of matrices in same formats. Tries to optimize case where matrices are (SIMPLE-ARRAY SINGLE-FLOAT (12)).

Package

cl-opengl.

Source

opengl.lisp.

Function: uniform-matrix-4x3-fv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: uniform-matrix-4x3-fv-nv (location count transpose value)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: uniform-subroutines-uiv (shadertype count indices)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-ui64-nv (location value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniform-ui64v-nv (location count value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: uniformf (location x &optional y z w)
Package

cl-opengl.

Source

opengl.lisp.

Function: uniformfv (location a)
Package

cl-opengl.

Source

opengl.lisp.

Function: uniformi (location x &optional y z w)
Package

cl-opengl.

Source

opengl.lisp.

Function: uniformiv (location a)
Package

cl-opengl.

Source

opengl.lisp.

Function: unlock-arrays-ext ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: unmap-buffer (target)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: unmap-buffer-arb (target)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: unmap-buffer-oes (target)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: unmap-named-buffer (buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: unmap-named-buffer-ext (buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: unmap-object-buffer-ati (buffer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: unmap-texture-2d-intel (texture level)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: update-object-buffer-ati (buffer offset size pointer preserve)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: upload-gpu-mask-nvx (mask)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: use-program (program)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: use-program-object-arb (programobj)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: use-program-stages (pipeline program &rest stages)
Package

cl-opengl.

Source

opengl.lisp.

Function: use-program-stages (pipeline stages program)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: use-program-stages-ext (pipeline stages program)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: use-shader-program-ext (type program)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: validate-program (program)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: validate-program-arb (programobj)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: validate-program-pipeline (pipeline)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: validate-program-pipeline-ext (pipeline)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: variant-array-object-ati (id type stride buffer offset)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: variant-bv-ext (id addr)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: variant-dv-ext (id addr)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: variant-fv-ext (id addr)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: variant-iv-ext (id addr)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: variant-pointer-ext (id type stride addr)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: variant-sv-ext (id addr)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: variant-ubv-ext (id addr)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: variant-uiv-ext (id addr)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: variant-usv-ext (id addr)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vdpau-fini-nv ()
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vdpau-get-surface-iv-nv (surface pname count length values)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vdpau-init-nv (vdpdevice getprocaddress)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vdpau-is-surface-nv (surface)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vdpau-map-surfaces-nv (numsurfaces surfaces)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vdpau-register-output-surface-nv (vdpsurface target numtexturenames texturenames)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vdpau-register-video-surface-nv (vdpsurface target numtexturenames texturenames)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vdpau-register-video-surface-with-picture-structure-nv (vdpsurface target numtexturenames texturenames isframestructure)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vdpau-surface-access-nv (surface access)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vdpau-unmap-surfaces-nv (numsurface surfaces)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vdpau-unregister-surface-nv (surface)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex (x y &optional z w)
Package

cl-opengl.

Source

opengl.lisp.

Function: vertex-2b-oes (x y)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: vertex-2bv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: vertex-2d (x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-2dv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-2f (x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-2fv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-2h-nv (x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-2hv-nv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-2i (x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-2iv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-2s (x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-2sv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-2x-oes (x)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: vertex-2xv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: vertex-3b-oes (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: vertex-3bv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: vertex-3d (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-3dv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-3f (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-3fv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-3h-nv (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-3hv-nv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-3i (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-3iv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-3s (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-3sv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-3x-oes (x y)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: vertex-3xv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: vertex-4b-oes (x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: vertex-4bv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: vertex-4d (x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-4dv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-4f (x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-4fv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-4h-nv (x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-4hv-nv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-4i (x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-4iv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-4s (x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-4sv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-4x-oes (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: vertex-4xv-oes (coords)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: vertex-array-attrib-binding (vaobj attribindex bindingindex)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-array-attrib-format (vaobj attribindex size type normalized relativeoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-array-attrib-i-format (vaobj attribindex size type relativeoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-array-attrib-l-format (vaobj attribindex size type relativeoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-array-bind-vertex-buffer-ext (vaobj bindingindex buffer offset stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-array-binding-divisor (vaobj bindingindex divisor)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-array-color-offset-ext (vaobj buffer size type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-array-edge-flag-offset-ext (vaobj buffer stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-array-element-buffer (vaobj buffer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-array-fog-coord-offset-ext (vaobj buffer type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-array-index-offset-ext (vaobj buffer type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-array-multi-tex-coord-offset-ext (vaobj buffer texunit size type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-array-normal-offset-ext (vaobj buffer type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-array-parameter-i-apple (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-array-range-apple (length pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-array-range-nv (length pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-array-secondary-color-offset-ext (vaobj buffer size type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-array-tex-coord-offset-ext (vaobj buffer size type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-array-vertex-attrib-binding-ext (vaobj attribindex bindingindex)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-array-vertex-attrib-divisor-ext (vaobj index divisor)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-array-vertex-attrib-format-ext (vaobj attribindex size type normalized relativeoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-array-vertex-attrib-i-format-ext (vaobj attribindex size type relativeoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-array-vertex-attrib-i-offset-ext (vaobj buffer index size type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-array-vertex-attrib-l-format-ext (vaobj attribindex size type relativeoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-array-vertex-attrib-loffset-ext (vaobj buffer index size type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-array-vertex-attrib-offset-ext (vaobj buffer index size type normalized stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-array-vertex-binding-divisor-ext (vaobj bindingindex divisor)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-array-vertex-buffer (vaobj bindingindex buffer offset stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-array-vertex-buffers (vaobj first count buffers offsets strides)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-array-vertex-offset-ext (vaobj buffer size type stride offset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib (index x &optional y z w)
Package

cl-opengl.

Source

opengl.lisp.

Function: vertex-attrib-1d (index x)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-1d-arb (index x)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-1d-nv (index x)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-1dv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-1dv-arb (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-1dv-nv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-1f (index x)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: vertex-attrib-1f-arb (index x)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-1f-nv (index x)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-1fv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: vertex-attrib-1fv-arb (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-1fv-nv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-1h-nv (index x)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-1hv-nv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-1s (index x)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-1s-arb (index x)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-1s-nv (index x)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-1sv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-1sv-arb (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-1sv-nv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-2d (index x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-2d-arb (index x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-2d-nv (index x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-2dv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-2dv-arb (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-2dv-nv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-2f (index x y)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: vertex-attrib-2f-arb (index x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-2f-nv (index x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-2fv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: vertex-attrib-2fv-arb (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-2fv-nv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-2h-nv (index x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-2hv-nv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-2s (index x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-2s-arb (index x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-2s-nv (index x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-2sv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-2sv-arb (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-2sv-nv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-3d (index x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-3d-arb (index x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-3d-nv (index x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-3dv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-3dv-arb (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-3dv-nv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-3f (index x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: vertex-attrib-3f-arb (index x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-3f-nv (index x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-3fv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: vertex-attrib-3fv-arb (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-3fv-nv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-3h-nv (index x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-3hv-nv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-3s (index x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-3s-arb (index x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-3s-nv (index x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-3sv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-3sv-arb (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-3sv-nv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4bv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4bv-arb (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4d (index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4d-arb (index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4d-nv (index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4dv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4dv-arb (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4dv-nv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4f (index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: vertex-attrib-4f-arb (index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4f-nv (index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4fv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: vertex-attrib-4fv-arb (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4fv-nv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4h-nv (index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4hv-nv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4iv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4iv-arb (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4nbv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4nbv-arb (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4niv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4niv-arb (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4nsv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4nsv-arb (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4nub (index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4nub-arb (index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4nubv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4nubv-arb (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4nuiv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4nuiv-arb (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4nusv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4nusv-arb (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4s (index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4s-arb (index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4s-nv (index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4sv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4sv-arb (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4sv-nv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4ub-nv (index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4ubv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4ubv-arb (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4ubv-nv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4uiv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4uiv-arb (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4usv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-4usv-arb (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-array-object-ati (index size type normalized stride buffer offset)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-binding (attribindex bindingindex)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: vertex-attrib-divisor (index divisor)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: vertex-attrib-divisor-angle (index divisor)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: vertex-attrib-divisor-arb (index divisor)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-divisor-ext (index divisor)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: vertex-attrib-divisor-nv (index divisor)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: vertex-attrib-format (attribindex size type normalized relativeoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: vertex-attrib-format-nv (index size type normalized stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-i-format (attribindex size type relativeoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: vertex-attrib-i-format-nv (index size type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-i1i (index x)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i1i-ext (index x)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i1iv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i1iv-ext (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i1ui (index x)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i1ui-ext (index x)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i1uiv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i1uiv-ext (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i2i (index x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i2i-ext (index x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i2iv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i2iv-ext (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i2ui (index x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i2ui-ext (index x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i2uiv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i2uiv-ext (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i3i (index x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i3i-ext (index x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i3iv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i3iv-ext (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i3ui (index x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i3ui-ext (index x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i3uiv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i3uiv-ext (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i4bv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i4bv-ext (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i4i (index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: vertex-attrib-i4i-ext (index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i4iv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: vertex-attrib-i4iv-ext (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i4sv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i4sv-ext (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i4ubv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i4ubv-ext (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i4ui (index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: vertex-attrib-i4ui-ext (index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i4uiv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: vertex-attrib-i4uiv-ext (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i4usv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-i4usv-ext (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-ipointer (index size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: vertex-attrib-ipointer-ext (index size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-l-format (attribindex size type relativeoffset)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-l-format-nv (index size type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-l1d (index x)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-l1d-ext (index x)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-l1dv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-l1dv-ext (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-l1i64-nv (index x)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-l1i64v-nv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-l1ui64-arb (index x)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-l1ui64-nv (index x)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-l1ui64v-arb (index v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-l1ui64v-nv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-l2d (index x y)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-l2d-ext (index x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-l2dv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-l2dv-ext (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-l2i64-nv (index x y)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-l2i64v-nv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-l2ui64-nv (index x y)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-l2ui64v-nv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-l3d (index x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-l3d-ext (index x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-l3dv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-l3dv-ext (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-l3i64-nv (index x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-l3i64v-nv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-l3ui64-nv (index x y z)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-l3ui64v-nv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-l4d (index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-l4d-ext (index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-l4dv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-l4dv-ext (index v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-l4i64-nv (index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-l4i64v-nv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-l4ui64-nv (index x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-l4ui64v-nv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-lpointer (index size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-lpointer-ext (index size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-p1ui (index type normalized value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-p1uiv (index type normalized value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-p2ui (index type normalized value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-p2uiv (index type normalized value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-p3ui (index type normalized value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-p3uiv (index type normalized value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-p4ui (index type normalized value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-p4uiv (index type normalized value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-attrib-parameter-i-amd (index pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-pointer (index size type normalized stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2-glsc2.lisp.

Function: vertex-attrib-pointer-arb (index size type normalized stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attrib-pointer-nv (index fsize type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attribs-1dv-nv (index count v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attribs-1fv-nv (index count v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attribs-1hv-nv (index n v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attribs-1sv-nv (index count v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attribs-2dv-nv (index count v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attribs-2fv-nv (index count v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attribs-2hv-nv (index n v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attribs-2sv-nv (index count v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attribs-3dv-nv (index count v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attribs-3fv-nv (index count v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attribs-3hv-nv (index n v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attribs-3sv-nv (index count v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attribs-4dv-nv (index count v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attribs-4fv-nv (index count v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attribs-4hv-nv (index n v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attribs-4sv-nv (index count v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-attribs-4ubv-nv (index count v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-binding-divisor (bindingindex divisor)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: vertex-blend-arb (count)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-blend-env-f-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-blend-env-i-ati (pname param)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-format-nv (size type stride)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-p2ui (type value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-p2uiv (type value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-p3ui (type value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-p3uiv (type value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-p4ui (type value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-p4uiv (type value)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: vertex-pointer (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1.lisp.

Function: vertex-pointer-ext (size type stride count pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-pointer-list-ibm (size type stride pointer ptrstride)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-pointer-v-intel (size type pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-1d-ati (stream x)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-1dv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-1f-ati (stream x)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-1fv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-1i-ati (stream x)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-1iv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-1s-ati (stream x)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-1sv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-2d-ati (stream x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-2dv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-2f-ati (stream x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-2fv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-2i-ati (stream x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-2iv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-2s-ati (stream x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-2sv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-3d-ati (stream x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-3dv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-3f-ati (stream x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-3fv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-3i-ati (stream x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-3iv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-3s-ati (stream x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-3sv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-4d-ati (stream x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-4dv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-4f-ati (stream x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-4fv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-4i-ati (stream x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-4iv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-4s-ati (stream x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-stream-4sv-ati (stream coords)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-weight-f-ext (weight)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-weight-fv-ext (weight)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-weight-h-nv (weight)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-weight-hv-nv (weight)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: vertex-weight-pointer-ext (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: video-capture-nv (video_capture_slot sequence_num capture_time)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: video-capture-stream-parameter-dv-nv (video_capture_slot stream pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: video-capture-stream-parameter-fv-nv (video_capture_slot stream pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: video-capture-stream-parameter-iv-nv (video_capture_slot stream pname params)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: viewport (x y width height)
Package

cl-opengl-bindings.

Source

funcs-gl-gles1-gles2-glsc2.lisp.

Function: viewport-array-v (first count v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: viewport-array-v-nv (first count v)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: viewport-array-v-oes (first count v)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: viewport-indexed-f (index x y w h)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: viewport-indexed-f-nv (index x y w h)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: viewport-indexed-f-oes (index x y w h)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: viewport-indexed-fv (index v)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore.lisp.

Function: viewport-indexed-fv-nv (index v)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: viewport-indexed-fv-oes (index v)
Package

cl-opengl-bindings.

Source

funcs-gles2.lisp.

Function: viewport-position-w-scale-nv (index xcoeff ycoeff)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: viewport-swizzle-nv (index swizzlex swizzley swizzlez swizzlew)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: wait-semaphore-ext (semaphore numbufferbarriers buffers numtexturebarriers textures srclayouts)
Package

cl-opengl-bindings.

Source

funcs-gl-gles2.lisp.

Function: wait-semaphore-ui64-nvx (waitgpu fenceobjectcount semaphorearray fencevaluearray)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: wait-sync (sync flags timeout)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: wait-sync-apple (sync flags timeout)
Package

cl-opengl-bindings.

Source

funcs-gles1-gles2.lisp.

Function: wait-vk-semaphore-nv (vksemaphore)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: weight-bv-arb (size weights)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: weight-dv-arb (size weights)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: weight-fv-arb (size weights)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: weight-iv-arb (size weights)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: weight-paths-nv (resultpath numpaths paths weights)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: weight-pointer-arb (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: weight-pointer-oes (size type stride pointer)
Package

cl-opengl-bindings.

Source

funcs-gles1.lisp.

Function: weight-sv-arb (size weights)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: weight-ubv-arb (size weights)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: weight-uiv-arb (size weights)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: weight-usv-arb (size weights)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos (x y &optional z)
Package

cl-opengl.

Source

opengl.lisp.

Function: window-pos-2d (x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-2d-arb (x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-2d-mesa (x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-2dv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-2dv-arb (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-2dv-mesa (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-2f (x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-2f-arb (x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-2f-mesa (x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-2fv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-2fv-arb (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-2fv-mesa (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-2i (x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-2i-arb (x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-2i-mesa (x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-2iv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-2iv-arb (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-2iv-mesa (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-2s (x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-2s-arb (x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-2s-mesa (x y)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-2sv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-2sv-arb (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-2sv-mesa (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-3d (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-3d-arb (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-3d-mesa (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-3dv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-3dv-arb (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-3dv-mesa (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-3f (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-3f-arb (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-3f-mesa (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-3fv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-3fv-arb (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-3fv-mesa (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-3i (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-3i-arb (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-3i-mesa (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-3iv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-3iv-arb (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-3iv-mesa (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-3s (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-3s-arb (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-3s-mesa (x y z)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-3sv (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-3sv-arb (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-3sv-mesa (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-4d-mesa (x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-4dv-mesa (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-4f-mesa (x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-4fv-mesa (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-4i-mesa (x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-4iv-mesa (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-4s-mesa (x y z w)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-pos-4sv-mesa (v)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.

Function: window-rectangles-ext (mode count box)
Package

cl-opengl-bindings.

Source

funcs-gl-glcore-gles2.lisp.

Function: write-mask-ext (res in outx outy outz outw)
Package

cl-opengl-bindings.

Source

funcs-gl.lisp.


6.1.6 Standalone methods

Method: expand-to-foreign (value (type ensure-double))
Package

cffi.

Source

types.lisp.

Method: expand-to-foreign (value (type ensure-integer))
Package

cffi.

Source

types.lisp.

Method: expand-to-foreign (value (type ensure-float))
Package

cffi.

Source

types.lisp.

Method: expand-to-foreign (value (type offset-or-pointer))
Package

cffi.

Source

types.lisp.

Method: translate-to-foreign (value (type ensure-double))
Package

cffi.

Source

types.lisp.

Method: translate-to-foreign (value (type ensure-integer))
Package

cffi.

Source

types.lisp.

Method: translate-to-foreign (value (type ensure-float))
Package

cffi.

Source

types.lisp.

Method: translate-to-foreign (value (type offset-or-pointer))
Package

cffi.

Source

types.lisp.


6.1.7 Conditions

Condition: opengl-error
Package

cl-opengl-bindings.

Source

bindings.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: error-code
Initargs

:error-code

Readers

opengl-error.error-code.

Writers

This slot is read-only.

Slot: error-context
Initform

(quote nil)

Initargs

:error-context

Readers

opengl-error.error-context.

Writers

This slot is read-only.


6.1.8 Structures

Structure: gl-array

Pointer to C array with size and type information attached.

Package

cl-opengl.

Source

opengl.lisp.

Direct superclasses

structure-object.

Direct subclasses

gl-vertex-array.

Direct slots
Slot: pointer
Initform

(cffi-sys:null-pointer)

Readers

gl-array-pointer.

Writers

(setf gl-array-pointer).

Slot: size
Type

unsigned-byte

Initform

0

Readers

gl-array-size.

Writers

(setf gl-array-size).

Slot: type
Package

common-lisp.

Type

(or symbol cons)

Readers

gl-array-type.

Writers

(setf gl-array-type).

Structure: gl-vertex-array

Like GL-ARRAY, but with an aditional vertex array binder.

Package

cl-opengl.

Source

opengl.lisp.

Direct superclasses

gl-array.

Direct slots
Slot: binder
Type

function

Initform

(function identity)

Readers

gl-vertex-array-binder.

Writers

(setf gl-vertex-array-binder).


6.2 Internals


6.2.1 Special variables

Special Variable: *ext-thunks*
Package

cl-opengl-bindings.

Source

thunks.lisp.

Special Variable: *in-begin*
Package

cl-opengl-bindings.

Source

bindings.lisp.

Special Variable: *init-ext-thunks*
Package

cl-opengl-bindings.

Source

thunks.lisp.

Special Variable: *query-enum-sizes*
Package

cl-opengl.

Source

state.lisp.

Special Variable: *thunk-generators*
Package

cl-opengl-bindings.

Source

bindings.lisp.

Special Variable: *traps-already-masked*
Package

cl-opengl-bindings.

Source

bindings.lisp.

Special Variable: +compiler-macro-types+
Package

cl-opengl-bindings.

Source

bindings.lisp.


6.2.2 Macros

Macro: defglextfun ((foreign-name lisp-name &optional index) result-type &rest body)
Package

cl-opengl-bindings.

Source

bindings.lisp.

Macro: defglfun ((cname lname &optional index) result-type &body args)
Package

cl-opengl-bindings.

Source

bindings.lisp.

Macro: define-array-pointer (name builtin-name &rest head-args)
Package

cl-opengl.

Source

util.lisp.

Macro: define-get-function (name (&rest head-args) &body clauses)
Package

cl-opengl.

Source

util.lisp.

Macro: define-indexed-query-function (name fn type &optional lisp-type)
Package

cl-opengl.

Source

state.lisp.

Macro: define-query-function (name fn type &optional lisp-type)
Package

cl-opengl.

Source

state.lisp.

Macro: define-vertex-attrib-query-function (name fn type &optional lisp-type)
Package

cl-opengl.

Source

state.lisp.

Macro: definline (name args &body body)
Package

cl-opengl.

Source

util.lisp.

Macro: ensure-features (&body options)
Package

cl-opengl.

Source

state.lisp.

Macro: enum-case (value &body clauses)
Package

cl-opengl.

Source

util.lisp.

Macro: features-present-p (&body options)

Returns true if any of the forms in body are true after substitution for :major :minor as major and minor version, and "ARB_foo" for presence of named GL extension
ex: (features-present-p (> :major 3) (and (> :major 2) "ARB_texture_rg"))

Package

cl-opengl.

Source

state.lisp.

Macro: import-export (&rest symbols)
Package

cl-opengl.

Source

util.lisp.

Macro: with-deferred-errors ((name &key force) &body body)

Defer automatic glGetError check until end of dynamic scope of BODY, reporting NAME (not evaluated) as the source of any errors detected. Nested calls will defer check until end of outermost scope. If FORCE (evaluated) is not NIL, automatic error checks will be forced on instead to allow easier localization of errors when debugging instead of removing the form completely.

Note that BEGIN/END/WITH-PRIMITIVES already defer checks because glGetError is not allowed within a glBegin/glEnd pair, so this should not be used in those contexts.

Package

cl-opengl-bindings.

Source

bindings.lisp.

Macro: with-float-traps-maybe-masked (() &body body)
Package

cl-opengl-bindings.

Source

bindings.lisp.

Macro: with-foreign-matrices ((var lisp-matrices dim) &body body)
Package

cl-opengl.

Source

opengl.lisp.

Macro: with-foreign-matrix ((sym matrix) &body body)
Package

cl-opengl.

Source

opengl.lisp.

Macro: with-opengl-array ((var type lisp-array) &body body)
Package

cl-opengl.

Source

util.lisp.

Macro: with-opengl-arrays (bindings &body body)
Package

cl-opengl.

Source

util.lisp.

Macro: with-opengl-sequence ((var type lisp-sequence) &body body)
Package

cl-opengl.

Source

util.lisp.

Macro: with-pixel-array ((var type lisp-array) &body body)
Package

cl-opengl.

Source

util.lisp.


6.2.3 Compiler macros

Compiler Macro: enum= (a b)
Package

cl-opengl.

Source

util.lisp.


6.2.4 Ordinary functions

Function: %check-error (&optional context)
Package

cl-opengl-bindings.

Source

bindings.lisp.

Function: %defglfun-body (cname lname result-type body)
Package

cl-opengl-bindings.

Source

bindings.lisp.

Function: bare-type (type)
Package

cl-opengl.

Source

opengl.lisp.

Function: canonicalize-types (args)
Package

cl-opengl-bindings.

Source

bindings.lisp.

Function: cffi-type-to-gl (type)
Package

cl-opengl.

Source

util.lisp.

Function: emit-gl-array-bind-clause (clause offset stride psym)
Package

cl-opengl.

Source

opengl.lisp.

Function: emit-gl-array-struct-clause (clause)
Package

cl-opengl.

Source

opengl.lisp.

Function: enabledp-i (cap index)
Package

cl-opengl.

Source

state.lisp.

Function: enum= (a b)
Package

cl-opengl.

Source

util.lisp.

Function: find-vertex-array-binder (symbol-or-function &optional errorp)
Package

cl-opengl.

Source

opengl.lisp.

Function: (setf find-vertex-array-binder) (symbol)
Package

cl-opengl.

Source

opengl.lisp.

Function: generate-gl-function/new (index foreign-name lisp-name result-type args)
Package

cl-opengl-bindings.

Source

bindings.lisp.

Function: generate-gl-function/old (foreign-name lisp-name result-type body &rest args)
Package

cl-opengl-bindings.

Source

bindings.lisp.

Function: get-active-uniform-block-aux (program uniformblockindex pname return-type0 &optional return-count1)
Package

cl-opengl.

Source

state.lisp.

Function: get-boolean-i (value index &optional count)
Package

cl-opengl.

Source

state.lisp.

Function: get-buffer-parameter (target pname return-type0 &optional return-count1)
Package

cl-opengl.

Source

opengl.lisp.

Function: get-clip-plane (plane)
Package

cl-opengl.

Source

state.lisp.

Function: get-double-i (value index &optional count)
Package

cl-opengl.

Source

state.lisp.

Function: get-enum-i (value index &optional count)
Package

cl-opengl.

Source

state.lisp.

Function: get-float-i (value index &optional count)
Package

cl-opengl.

Source

state.lisp.

Function: get-integer-64 (value &optional count)
Package

cl-opengl.

Source

state.lisp.

Function: get-integer-64-i (value index &optional count)
Package

cl-opengl.

Source

state.lisp.

Function: get-integer-i (value index &optional count)
Package

cl-opengl.

Source

state.lisp.

Function: get-multisample (pname index)
Package

cl-opengl.

Source

state.lisp.

Function: get-pointer (value &optional count)
Package

cl-opengl.

Source

state.lisp.

Function: get-program-aux (program pname return-type0 &optional return-count1)
Package

cl-opengl.

Source

state.lisp.

Function: get-shader-aux (shader pname return-type0 &optional return-count1)
Package

cl-opengl.

Source

state.lisp.

Function: get-vertex-attrib-boolean (index pname &optional count)
Package

cl-opengl.

Source

state.lisp.

Function: get-vertex-attrib-enum (index pname &optional count)
Package

cl-opengl.

Source

state.lisp.

Function: get-vertex-attrib-float (index pname &optional count)
Package

cl-opengl.

Source

state.lisp.

Function: get-vertex-attrib-integer (index pname &optional count)
Package

cl-opengl.

Source

state.lisp.

Function: get-vertex-attrib-pointer (index pname &optional count)
Package

cl-opengl.

Source

state.lisp.

Function: gl-array-p (object)
Package

cl-opengl.

Source

opengl.lisp.

Reader: gl-array-pointer (instance)
Writer: (setf gl-array-pointer) (instance)
Package

cl-opengl.

Source

opengl.lisp.

Target Slot

pointer.

Function: gl-array-pointer-offset (array offset)
Package

cl-opengl.

Source

opengl.lisp.

Reader: gl-array-size (instance)
Writer: (setf gl-array-size) (instance)
Package

cl-opengl.

Source

opengl.lisp.

Target Slot

size.

Reader: gl-array-type (instance)
Writer: (setf gl-array-type) (instance)
Package

cl-opengl.

Source

opengl.lisp.

Target Slot

type.

Function: gl-get-proc-address (name)
Package

cl-opengl-bindings.

Source

bindings.lisp.

Reader: gl-vertex-array-binder (instance)
Writer: (setf gl-vertex-array-binder) (instance)
Package

cl-opengl.

Source

opengl.lisp.

Target Slot

binder.

Function: gl-vertex-array-p (object)
Package

cl-opengl.

Source

opengl.lisp.

Function: gl-vertex-array-pointer (instance)
Package

cl-opengl.

Source

opengl.lisp.

Function: (setf gl-vertex-array-pointer) (instance)
Package

cl-opengl.

Source

opengl.lisp.

Function: gl-vertex-array-size (instance)
Package

cl-opengl.

Source

opengl.lisp.

Function: (setf gl-vertex-array-size) (instance)
Package

cl-opengl.

Source

opengl.lisp.

Function: gl-vertex-array-type (instance)
Package

cl-opengl.

Source

opengl.lisp.

Function: (setf gl-vertex-array-type) (instance)
Package

cl-opengl.

Source

opengl.lisp.

Function: glx-get-proc-address (proc-name)
Package

cl-opengl-bindings.

Source

bindings.lisp.

Function: internal-format->int (format)
Package

cl-opengl.

Source

rasterization.lisp.

Function: make-gl-array (&key pointer size type)
Package

cl-opengl.

Source

opengl.lisp.

Function: make-gl-array-from-pointer (ptr type count)

Same as ALLOC-GL-ARRAY but uses a supplied pointer instead of allocating new memory.

Package

cl-opengl.

Source

opengl.lisp.

Function: make-gl-vertex-array (&key pointer size type binder)
Package

cl-opengl.

Source

opengl.lisp.

Function: make-thunk-generator (return-type args)
Package

cl-opengl-bindings.

Source

bindings.lisp.

Function: maybe-cast-arg (arg)
Package

cl-opengl-bindings.

Source

bindings.lisp.

Function: missing-thunk (x)
Package

cl-opengl-bindings.

Source

bindings.lisp.

Function: parse-gl-version-string-float (string)
Package

cl-opengl.

Source

state.lisp.

Function: parse-gl-version-string-values (string)
Package

cl-opengl.

Source

state.lisp.

Function: query-enum-size (value)
Package

cl-opengl.

Source

state.lisp.

Function: reset-gl-pointers ()
Package

cl-opengl-bindings.

Source

bindings.lisp.

Function: symbolic-type->real-type (type)
Package

cl-opengl.

Source

util.lisp.

Function: symbolicate-package (package &rest things)

Concatenate together the names of some strings and symbols, producing a symbol in the current package.

Package

cl-opengl.

Source

util.lisp.

Function: try-to-parse-enum (value)
Package

cl-opengl.

Source

state.lisp.


6.2.5 Generic functions

Generic Reader: function-not-found.function (condition)
Package

cl-opengl-bindings.

Methods
Reader Method: function-not-found.function ((condition function-not-found))
Source

bindings.lisp.

Target Slot

function.

Generic Reader: opengl-error.error-code (condition)
Package

cl-opengl-bindings.

Methods
Reader Method: opengl-error.error-code ((condition opengl-error))
Source

bindings.lisp.

Target Slot

error-code.

Generic Reader: opengl-error.error-context (condition)
Package

cl-opengl-bindings.

Methods
Reader Method: opengl-error.error-context ((condition opengl-error))
Source

bindings.lisp.

Target Slot

error-context.


6.2.6 Conditions

Condition: cl-opengl-condition
Package

cl-opengl-bindings.

Source

bindings.lisp.

Direct superclasses

condition.

Direct subclasses
Condition: function-not-found
Package

cl-opengl-bindings.

Source

bindings.lisp.

Direct superclasses
Direct methods

function-not-found.function.

Direct slots
Slot: function
Package

common-lisp.

Initargs

:function

Readers

function-not-found.function.

Writers

This slot is read-only.


6.2.7 Classes

Class: _cl_context-tclass
Package

cl-opengl-bindings.

Source

types.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: _cl_event-tclass
Package

cl-opengl-bindings.

Source

types.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: ensure-double
Package

cl-opengl-bindings.

Source

types.lisp.

Direct superclasses

enhanced-foreign-type.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (double))
Class: ensure-float
Package

cl-opengl-bindings.

Source

types.lisp.

Direct superclasses

enhanced-foreign-type.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (float))
Class: ensure-integer
Package

cl-opengl-bindings.

Source

types.lisp.

Direct superclasses

enhanced-foreign-type.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (int32))
Class: offset-or-pointer
Package

cl-opengl-bindings.

Source

types.lisp.

Direct superclasses

enhanced-foreign-type.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (sizeiptr))

Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   %   (  
A   B   C   D   E   F   G   H   I   L   M   N   O   P   Q   R   S   T   U   V   W  
Index Entry  Section

%
%check-error: Private ordinary functions
%defglfun-body: Private ordinary functions

(
(setf find-vertex-array-binder): Private ordinary functions
(setf gl-array-pointer): Private ordinary functions
(setf gl-array-size): Private ordinary functions
(setf gl-array-type): Private ordinary functions
(setf gl-vertex-array-binder): Private ordinary functions
(setf gl-vertex-array-pointer): Private ordinary functions
(setf gl-vertex-array-size): Private ordinary functions
(setf gl-vertex-array-type): Private ordinary functions
(setf glaref): Public ordinary functions

A
accum: Public compiler macros
accum: Public ordinary functions
accum-x-oes: Public compiler macros
accum-x-oes: Public ordinary functions
acquire-keyed-mutex-win32-ext: Public ordinary functions
active-program-ext: Public ordinary functions
active-shader-program: Public ordinary functions
active-shader-program-ext: Public ordinary functions
active-stencil-face-ext: Public compiler macros
active-stencil-face-ext: Public ordinary functions
active-texture: Public compiler macros
active-texture: Public ordinary functions
active-texture: Public ordinary functions
active-texture-arb: Public compiler macros
active-texture-arb: Public ordinary functions
active-varying-nv: Public ordinary functions
alloc-gl-array: Public ordinary functions
alpha-fragment-op-1-ati: Public compiler macros
alpha-fragment-op-1-ati: Public ordinary functions
alpha-fragment-op-2-ati: Public compiler macros
alpha-fragment-op-2-ati: Public ordinary functions
alpha-fragment-op-3-ati: Public compiler macros
alpha-fragment-op-3-ati: Public ordinary functions
alpha-func: Public compiler macros
alpha-func: Public ordinary functions
alpha-func-qcom: Public compiler macros
alpha-func-qcom: Public ordinary functions
alpha-func-x: Public compiler macros
alpha-func-x: Public ordinary functions
alpha-func-x-oes: Public compiler macros
alpha-func-x-oes: Public ordinary functions
alpha-to-coverage-dither-control-nv: Public compiler macros
alpha-to-coverage-dither-control-nv: Public ordinary functions
apply-framebuffer-attachment-cmaa-intel: Public ordinary functions
apply-texture-ext: Public compiler macros
apply-texture-ext: Public ordinary functions
are-programs-resident-nv: Public ordinary functions
are-textures-resident: Public ordinary functions
are-textures-resident: Public ordinary functions
are-textures-resident-ext: Public ordinary functions
array-element: Public ordinary functions
array-element-ext: Public ordinary functions
array-object-ati: Public compiler macros
array-object-ati: Public ordinary functions
async-copy-buffer-sub-data-nvx: Public ordinary functions
async-copy-image-sub-data-nvx: Public compiler macros
async-copy-image-sub-data-nvx: Public ordinary functions
async-marker-sgix: Public ordinary functions
attach-object-arb: Public ordinary functions
attach-shader: Public ordinary functions

B
bare-type: Private ordinary functions
begin: Public compiler macros
begin: Public ordinary functions
begin-conditional-render: Public compiler macros
begin-conditional-render: Public ordinary functions
begin-conditional-render-nv: Public compiler macros
begin-conditional-render-nv: Public ordinary functions
begin-conditional-render-nvx: Public ordinary functions
begin-fragment-shader-ati: Public ordinary functions
begin-occlusion-query-nv: Public ordinary functions
begin-perf-monitor-amd: Public ordinary functions
begin-perf-query-intel: Public ordinary functions
begin-query: Public compiler macros
begin-query: Public ordinary functions
begin-query-arb: Public compiler macros
begin-query-arb: Public ordinary functions
begin-query-ext: Public compiler macros
begin-query-ext: Public ordinary functions
begin-query-indexed: Public compiler macros
begin-query-indexed: Public ordinary functions
begin-transform-feedback: Public compiler macros
begin-transform-feedback: Public ordinary functions
begin-transform-feedback-ext: Public compiler macros
begin-transform-feedback-ext: Public ordinary functions
begin-transform-feedback-nv: Public compiler macros
begin-transform-feedback-nv: Public ordinary functions
begin-vertex-shader-ext: Public ordinary functions
begin-video-capture-nv: Public ordinary functions
bind-attrib-location: Public ordinary functions
bind-attrib-location: Public ordinary functions
bind-attrib-location-arb: Public ordinary functions
bind-buffer: Public compiler macros
bind-buffer: Public ordinary functions
bind-buffer-arb: Public compiler macros
bind-buffer-arb: Public ordinary functions
bind-buffer-base: Public compiler macros
bind-buffer-base: Public ordinary functions
bind-buffer-base-ext: Public compiler macros
bind-buffer-base-ext: Public ordinary functions
bind-buffer-base-nv: Public compiler macros
bind-buffer-base-nv: Public ordinary functions
bind-buffer-offset-ext: Public compiler macros
bind-buffer-offset-ext: Public ordinary functions
bind-buffer-offset-nv: Public compiler macros
bind-buffer-offset-nv: Public ordinary functions
bind-buffer-range: Public compiler macros
bind-buffer-range: Public ordinary functions
bind-buffer-range-ext: Public compiler macros
bind-buffer-range-ext: Public ordinary functions
bind-buffer-range-nv: Public compiler macros
bind-buffer-range-nv: Public ordinary functions
bind-buffers-base: Public compiler macros
bind-buffers-base: Public ordinary functions
bind-buffers-range: Public compiler macros
bind-buffers-range: Public ordinary functions
bind-frag-data-location: Public ordinary functions
bind-frag-data-location: Public ordinary functions
bind-frag-data-location-ext: Public ordinary functions
bind-frag-data-location-ext: Public ordinary functions
bind-frag-data-location-indexed: Public ordinary functions
bind-frag-data-location-indexed-ext: Public ordinary functions
bind-fragment-shader-ati: Public ordinary functions
bind-framebuffer: Public compiler macros
bind-framebuffer: Public ordinary functions
bind-framebuffer-ext: Public compiler macros
bind-framebuffer-ext: Public ordinary functions
bind-framebuffer-oes: Public compiler macros
bind-framebuffer-oes: Public ordinary functions
bind-gl-vertex-array: Public ordinary functions
bind-image-texture: Public compiler macros
bind-image-texture: Public ordinary functions
bind-image-texture-ext: Public compiler macros
bind-image-texture-ext: Public ordinary functions
bind-image-textures: Public ordinary functions
bind-image-textures: Public ordinary functions
bind-light-parameter-ext: Public compiler macros
bind-light-parameter-ext: Public ordinary functions
bind-material-parameter-ext: Public compiler macros
bind-material-parameter-ext: Public ordinary functions
bind-multi-texture-ext: Public compiler macros
bind-multi-texture-ext: Public ordinary functions
bind-parameter-ext: Public compiler macros
bind-parameter-ext: Public ordinary functions
bind-program-arb: Public compiler macros
bind-program-arb: Public ordinary functions
bind-program-nv: Public compiler macros
bind-program-nv: Public ordinary functions
bind-program-pipeline: Public ordinary functions
bind-program-pipeline-ext: Public ordinary functions
bind-renderbuffer: Public compiler macros
bind-renderbuffer: Public ordinary functions
bind-renderbuffer-ext: Public compiler macros
bind-renderbuffer-ext: Public ordinary functions
bind-renderbuffer-oes: Public compiler macros
bind-renderbuffer-oes: Public ordinary functions
bind-sampler: Public ordinary functions
bind-samplers: Public ordinary functions
bind-shading-rate-image-nv: Public ordinary functions
bind-tex-gen-parameter-ext: Public compiler macros
bind-tex-gen-parameter-ext: Public ordinary functions
bind-texture: Public compiler macros
bind-texture: Public ordinary functions
bind-texture-ext: Public compiler macros
bind-texture-ext: Public ordinary functions
bind-texture-unit: Public ordinary functions
bind-texture-unit-parameter-ext: Public compiler macros
bind-texture-unit-parameter-ext: Public ordinary functions
bind-textures: Public ordinary functions
bind-transform-feedback: Public compiler macros
bind-transform-feedback: Public ordinary functions
bind-transform-feedback-nv: Public compiler macros
bind-transform-feedback-nv: Public ordinary functions
bind-vertex-array: Public ordinary functions
bind-vertex-array-apple: Public ordinary functions
bind-vertex-array-oes: Public ordinary functions
bind-vertex-buffer: Public ordinary functions
bind-vertex-buffers: Public ordinary functions
bind-vertex-shader-ext: Public ordinary functions
bind-video-capture-stream-buffer-nv: Public compiler macros
bind-video-capture-stream-buffer-nv: Public ordinary functions
bind-video-capture-stream-texture-nv: Public compiler macros
bind-video-capture-stream-texture-nv: Public ordinary functions
binormal-3b-ext: Public ordinary functions
binormal-3bv-ext: Public ordinary functions
binormal-3d-ext: Public ordinary functions
binormal-3dv-ext: Public ordinary functions
binormal-3f-ext: Public ordinary functions
binormal-3fv-ext: Public ordinary functions
binormal-3i-ext: Public ordinary functions
binormal-3iv-ext: Public ordinary functions
binormal-3s-ext: Public ordinary functions
binormal-3sv-ext: Public ordinary functions
binormal-pointer-ext: Public compiler macros
binormal-pointer-ext: Public ordinary functions
bitmap: Public ordinary functions
bitmap-x-oes: Public ordinary functions
blend-barrier: Public ordinary functions
blend-barrier-khr: Public ordinary functions
blend-barrier-nv: Public ordinary functions
blend-color: Public ordinary functions
blend-color-ext: Public ordinary functions
blend-color-x-oes: Public ordinary functions
blend-equation: Public compiler macros
blend-equation: Public ordinary functions
blend-equation-ext: Public compiler macros
blend-equation-ext: Public ordinary functions
blend-equation-i: Public compiler macros
blend-equation-i: Public ordinary functions
blend-equation-i-arb: Public compiler macros
blend-equation-i-arb: Public ordinary functions
blend-equation-i-ext: Public compiler macros
blend-equation-i-ext: Public ordinary functions
blend-equation-i-oes: Public compiler macros
blend-equation-i-oes: Public ordinary functions
blend-equation-indexed-amd: Public compiler macros
blend-equation-indexed-amd: Public ordinary functions
blend-equation-oes: Public compiler macros
blend-equation-oes: Public ordinary functions
blend-equation-separate: Public compiler macros
blend-equation-separate: Public ordinary functions
blend-equation-separate-ext: Public compiler macros
blend-equation-separate-ext: Public ordinary functions
blend-equation-separate-i: Public compiler macros
blend-equation-separate-i: Public ordinary functions
blend-equation-separate-i-arb: Public compiler macros
blend-equation-separate-i-arb: Public ordinary functions
blend-equation-separate-i-ext: Public compiler macros
blend-equation-separate-i-ext: Public ordinary functions
blend-equation-separate-i-oes: Public compiler macros
blend-equation-separate-i-oes: Public ordinary functions
blend-equation-separate-indexed-amd: Public compiler macros
blend-equation-separate-indexed-amd: Public ordinary functions
blend-equation-separate-oes: Public compiler macros
blend-equation-separate-oes: Public ordinary functions
blend-func: Public compiler macros
blend-func: Public ordinary functions
blend-func-i: Public compiler macros
blend-func-i: Public ordinary functions
blend-func-i-arb: Public compiler macros
blend-func-i-arb: Public ordinary functions
blend-func-i-ext: Public compiler macros
blend-func-i-ext: Public ordinary functions
blend-func-i-oes: Public compiler macros
blend-func-i-oes: Public ordinary functions
blend-func-indexed-amd: Public compiler macros
blend-func-indexed-amd: Public ordinary functions
blend-func-separate: Public compiler macros
blend-func-separate: Public ordinary functions
blend-func-separate-ext: Public compiler macros
blend-func-separate-ext: Public ordinary functions
blend-func-separate-i: Public compiler macros
blend-func-separate-i: Public ordinary functions
blend-func-separate-i-arb: Public compiler macros
blend-func-separate-i-arb: Public ordinary functions
blend-func-separate-i-ext: Public compiler macros
blend-func-separate-i-ext: Public ordinary functions
blend-func-separate-i-oes: Public compiler macros
blend-func-separate-i-oes: Public ordinary functions
blend-func-separate-indexed-amd: Public compiler macros
blend-func-separate-indexed-amd: Public ordinary functions
blend-func-separate-ingr: Public compiler macros
blend-func-separate-ingr: Public ordinary functions
blend-func-separate-oes: Public compiler macros
blend-func-separate-oes: Public ordinary functions
blend-parameter-i-nv: Public compiler macros
blend-parameter-i-nv: Public ordinary functions
blit-framebuffer: Public compiler macros
blit-framebuffer: Public ordinary functions
blit-framebuffer-angle: Public compiler macros
blit-framebuffer-angle: Public ordinary functions
blit-framebuffer-ext: Public compiler macros
blit-framebuffer-ext: Public ordinary functions
blit-framebuffer-layer-ext: Public compiler macros
blit-framebuffer-layer-ext: Public ordinary functions
blit-framebuffer-layers-ext: Public compiler macros
blit-framebuffer-layers-ext: Public ordinary functions
blit-framebuffer-nv: Public compiler macros
blit-framebuffer-nv: Public ordinary functions
blit-named-framebuffer: Public compiler macros
blit-named-framebuffer: Public ordinary functions
buffer-address-range-nv: Public compiler macros
buffer-address-range-nv: Public ordinary functions
buffer-attach-memory-nv: Public compiler macros
buffer-attach-memory-nv: Public ordinary functions
buffer-data: Public compiler macros
buffer-data: Public ordinary functions
buffer-data: Public ordinary functions
buffer-data-arb: Public compiler macros
buffer-data-arb: Public ordinary functions
buffer-page-commitment-arb: Public compiler macros
buffer-page-commitment-arb: Public ordinary functions
buffer-page-commitment-mem-nv: Public compiler macros
buffer-page-commitment-mem-nv: Public ordinary functions
buffer-parameter-i-apple: Public compiler macros
buffer-parameter-i-apple: Public ordinary functions
buffer-storage: Public compiler macros
buffer-storage: Public ordinary functions
buffer-storage: Public ordinary functions
buffer-storage-ext: Public compiler macros
buffer-storage-ext: Public ordinary functions
buffer-storage-external-ext: Public compiler macros
buffer-storage-external-ext: Public ordinary functions
buffer-storage-mem-ext: Public compiler macros
buffer-storage-mem-ext: Public ordinary functions
buffer-sub-data: Public compiler macros
buffer-sub-data: Public ordinary functions
buffer-sub-data: Public ordinary functions
buffer-sub-data-arb: Public compiler macros
buffer-sub-data-arb: Public ordinary functions

C
call-command-list-nv: Public ordinary functions
call-list: Public ordinary functions
call-lists: Public compiler macros
call-lists: Public ordinary functions
call-lists: Public ordinary functions
canonicalize-types: Private ordinary functions
cffi-type-to-gl: Private ordinary functions
check-error: Public ordinary functions
check-framebuffer-status: Public compiler macros
check-framebuffer-status: Public ordinary functions
check-framebuffer-status-ext: Public compiler macros
check-framebuffer-status-ext: Public ordinary functions
check-framebuffer-status-oes: Public compiler macros
check-framebuffer-status-oes: Public ordinary functions
check-named-framebuffer-status: Public compiler macros
check-named-framebuffer-status: Public ordinary functions
check-named-framebuffer-status-ext: Public compiler macros
check-named-framebuffer-status-ext: Public ordinary functions
clamp-color: Public compiler macros
clamp-color: Public ordinary functions
clamp-color-arb: Public compiler macros
clamp-color-arb: Public ordinary functions
clear: Public compiler macros
clear: Public ordinary functions
clear: Public ordinary functions
clear-accum: Public ordinary functions
clear-accum-x-oes: Public ordinary functions
clear-buffer-data: Public compiler macros
clear-buffer-data: Public ordinary functions
clear-buffer-fi: Public compiler macros
clear-buffer-fi: Public ordinary functions
clear-buffer-fv: Public compiler macros
clear-buffer-fv: Public ordinary functions
clear-buffer-fv: Public ordinary functions
clear-buffer-iv: Public compiler macros
clear-buffer-iv: Public ordinary functions
clear-buffer-iv: Public ordinary functions
clear-buffer-sub-data: Public compiler macros
clear-buffer-sub-data: Public ordinary functions
clear-buffer-uiv: Public compiler macros
clear-buffer-uiv: Public ordinary functions
clear-buffer-uiv: Public ordinary functions
clear-color: Public ordinary functions
clear-color-ii-ext: Public ordinary functions
clear-color-iui-ext: Public ordinary functions
clear-color-x: Public ordinary functions
clear-color-x-oes: Public ordinary functions
clear-depth: Public ordinary functions
clear-depth-d-nv: Public ordinary functions
clear-depth-f: Public ordinary functions
clear-depth-f-oes: Public ordinary functions
clear-depth-x: Public ordinary functions
clear-depth-x-oes: Public ordinary functions
clear-index: Public ordinary functions
clear-named-buffer-data: Public compiler macros
clear-named-buffer-data: Public ordinary functions
clear-named-buffer-data-ext: Public compiler macros
clear-named-buffer-data-ext: Public ordinary functions
clear-named-buffer-sub-data: Public compiler macros
clear-named-buffer-sub-data: Public ordinary functions
clear-named-buffer-sub-data-ext: Public compiler macros
clear-named-buffer-sub-data-ext: Public ordinary functions
clear-named-framebuffer-fi: Public compiler macros
clear-named-framebuffer-fi: Public ordinary functions
clear-named-framebuffer-fv: Public compiler macros
clear-named-framebuffer-fv: Public ordinary functions
clear-named-framebuffer-fv: Public ordinary functions
clear-named-framebuffer-iv: Public compiler macros
clear-named-framebuffer-iv: Public ordinary functions
clear-named-framebuffer-iv: Public ordinary functions
clear-named-framebuffer-uiv: Public compiler macros
clear-named-framebuffer-uiv: Public ordinary functions
clear-named-framebuffer-uiv: Public ordinary functions
clear-pixel-local-storage-ui-ext: Public ordinary functions
clear-stencil: Public ordinary functions
clear-tex-image: Public compiler macros
clear-tex-image: Public ordinary functions
clear-tex-image: Public ordinary functions
clear-tex-image-ext: Public compiler macros
clear-tex-image-ext: Public ordinary functions
clear-tex-sub-image: Public compiler macros
clear-tex-sub-image: Public ordinary functions
clear-tex-sub-image: Public ordinary functions
clear-tex-sub-image-ext: Public compiler macros
clear-tex-sub-image-ext: Public ordinary functions
client-active-texture: Public compiler macros
client-active-texture: Public ordinary functions
client-active-texture-arb: Public compiler macros
client-active-texture-arb: Public ordinary functions
client-active-vertex-stream-ati: Public compiler macros
client-active-vertex-stream-ati: Public ordinary functions
client-attrib-default-ext: Public ordinary functions
client-wait-semaphore-ui64-nvx: Public ordinary functions
client-wait-sync: Public ordinary functions
client-wait-sync-apple: Public ordinary functions
clip-control: Public compiler macros
clip-control: Public ordinary functions
clip-control-ext: Public compiler macros
clip-control-ext: Public ordinary functions
clip-plane: Public compiler macros
clip-plane: Public ordinary functions
clip-plane: Public ordinary functions
clip-plane-f: Public compiler macros
clip-plane-f: Public ordinary functions
clip-plane-f-img: Public compiler macros
clip-plane-f-img: Public ordinary functions
clip-plane-f-oes: Public compiler macros
clip-plane-f-oes: Public ordinary functions
clip-plane-x: Public compiler macros
clip-plane-x: Public ordinary functions
clip-plane-x-img: Public compiler macros
clip-plane-x-img: Public ordinary functions
clip-plane-x-oes: Public compiler macros
clip-plane-x-oes: Public ordinary functions
close-opengl-library: Public ordinary functions
color: Public ordinary functions
color-3b: Public ordinary functions
color-3bv: Public ordinary functions
color-3d: Public ordinary functions
color-3dv: Public ordinary functions
color-3f: Public ordinary functions
color-3f-vertex-3f-sun: Public ordinary functions
color-3f-vertex-3fv-sun: Public ordinary functions
color-3fv: Public ordinary functions
color-3h-nv: Public ordinary functions
color-3hv-nv: Public ordinary functions
color-3i: Public ordinary functions
color-3iv: Public ordinary functions
color-3s: Public ordinary functions
color-3sv: Public ordinary functions
color-3ub: Public ordinary functions
color-3ubv: Public ordinary functions
color-3ui: Public ordinary functions
color-3uiv: Public ordinary functions
color-3us: Public ordinary functions
color-3usv: Public ordinary functions
color-3x-oes: Public ordinary functions
color-3xv-oes: Public ordinary functions
color-4b: Public ordinary functions
color-4bv: Public ordinary functions
color-4d: Public ordinary functions
color-4dv: Public ordinary functions
color-4f: Public ordinary functions
color-4f-normal-3f-vertex-3f-sun: Public ordinary functions
color-4f-normal-3f-vertex-3fv-sun: Public ordinary functions
color-4fv: Public ordinary functions
color-4h-nv: Public ordinary functions
color-4hv-nv: Public ordinary functions
color-4i: Public ordinary functions
color-4iv: Public ordinary functions
color-4s: Public ordinary functions
color-4sv: Public ordinary functions
color-4ub: Public ordinary functions
color-4ub-vertex-2f-sun: Public ordinary functions
color-4ub-vertex-2fv-sun: Public ordinary functions
color-4ub-vertex-3f-sun: Public ordinary functions
color-4ub-vertex-3fv-sun: Public ordinary functions
color-4ubv: Public ordinary functions
color-4ui: Public ordinary functions
color-4uiv: Public ordinary functions
color-4us: Public ordinary functions
color-4usv: Public ordinary functions
color-4x: Public ordinary functions
color-4x-oes: Public ordinary functions
color-4xv-oes: Public ordinary functions
color-format-nv: Public compiler macros
color-format-nv: Public ordinary functions
color-fragment-op-1-ati: Public compiler macros
color-fragment-op-1-ati: Public ordinary functions
color-fragment-op-2-ati: Public compiler macros
color-fragment-op-2-ati: Public ordinary functions
color-fragment-op-3-ati: Public compiler macros
color-fragment-op-3-ati: Public ordinary functions
color-mask: Public compiler macros
color-mask: Public ordinary functions
color-mask-i: Public compiler macros
color-mask-i: Public ordinary functions
color-mask-i-ext: Public compiler macros
color-mask-i-ext: Public ordinary functions
color-mask-i-oes: Public compiler macros
color-mask-i-oes: Public ordinary functions
color-mask-indexed-ext: Public compiler macros
color-mask-indexed-ext: Public ordinary functions
color-material: Public compiler macros
color-material: Public ordinary functions
color-p3ui: Public compiler macros
color-p3ui: Public ordinary functions
color-p3uiv: Public compiler macros
color-p3uiv: Public ordinary functions
color-p4ui: Public compiler macros
color-p4ui: Public ordinary functions
color-p4uiv: Public compiler macros
color-p4uiv: Public ordinary functions
color-pointer: Public compiler macros
color-pointer: Public ordinary functions
color-pointer-ext: Public compiler macros
color-pointer-ext: Public ordinary functions
color-pointer-list-ibm: Public compiler macros
color-pointer-list-ibm: Public ordinary functions
color-pointer-v-intel: Public compiler macros
color-pointer-v-intel: Public ordinary functions
color-sub-table: Public compiler macros
color-sub-table: Public ordinary functions
color-sub-table-ext: Public compiler macros
color-sub-table-ext: Public ordinary functions
color-table: Public compiler macros
color-table: Public ordinary functions
color-table-ext: Public compiler macros
color-table-ext: Public ordinary functions
color-table-parameter-fv: Public compiler macros
color-table-parameter-fv: Public ordinary functions
color-table-parameter-fv-sgi: Public compiler macros
color-table-parameter-fv-sgi: Public ordinary functions
color-table-parameter-iv: Public compiler macros
color-table-parameter-iv: Public ordinary functions
color-table-parameter-iv-sgi: Public compiler macros
color-table-parameter-iv-sgi: Public ordinary functions
color-table-sgi: Public compiler macros
color-table-sgi: Public ordinary functions
combiner-input-nv: Public compiler macros
combiner-input-nv: Public ordinary functions
combiner-output-nv: Public compiler macros
combiner-output-nv: Public ordinary functions
combiner-parameter-f-nv: Public compiler macros
combiner-parameter-f-nv: Public ordinary functions
combiner-parameter-fv-nv: Public compiler macros
combiner-parameter-fv-nv: Public ordinary functions
combiner-parameter-i-nv: Public compiler macros
combiner-parameter-i-nv: Public ordinary functions
combiner-parameter-iv-nv: Public compiler macros
combiner-parameter-iv-nv: Public ordinary functions
combiner-stage-parameter-fv-nv: Public compiler macros
combiner-stage-parameter-fv-nv: Public ordinary functions
command-list-segments-nv: Public ordinary functions
compile-command-list-nv: Public ordinary functions
compile-shader: Public ordinary functions
compile-shader-arb: Public ordinary functions
compile-shader-include-arb: Public ordinary functions
Compiler Macro, accum: Public compiler macros
Compiler Macro, accum-x-oes: Public compiler macros
Compiler Macro, active-stencil-face-ext: Public compiler macros
Compiler Macro, active-texture: Public compiler macros
Compiler Macro, active-texture-arb: Public compiler macros
Compiler Macro, alpha-fragment-op-1-ati: Public compiler macros
Compiler Macro, alpha-fragment-op-2-ati: Public compiler macros
Compiler Macro, alpha-fragment-op-3-ati: Public compiler macros
Compiler Macro, alpha-func: Public compiler macros
Compiler Macro, alpha-func-qcom: Public compiler macros
Compiler Macro, alpha-func-x: Public compiler macros
Compiler Macro, alpha-func-x-oes: Public compiler macros
Compiler Macro, alpha-to-coverage-dither-control-nv: Public compiler macros
Compiler Macro, apply-texture-ext: Public compiler macros
Compiler Macro, array-object-ati: Public compiler macros
Compiler Macro, async-copy-image-sub-data-nvx: Public compiler macros
Compiler Macro, begin: Public compiler macros
Compiler Macro, begin-conditional-render: Public compiler macros
Compiler Macro, begin-conditional-render-nv: Public compiler macros
Compiler Macro, begin-query: Public compiler macros
Compiler Macro, begin-query-arb: Public compiler macros
Compiler Macro, begin-query-ext: Public compiler macros
Compiler Macro, begin-query-indexed: Public compiler macros
Compiler Macro, begin-transform-feedback: Public compiler macros
Compiler Macro, begin-transform-feedback-ext: Public compiler macros
Compiler Macro, begin-transform-feedback-nv: Public compiler macros
Compiler Macro, bind-buffer: Public compiler macros
Compiler Macro, bind-buffer-arb: Public compiler macros
Compiler Macro, bind-buffer-base: Public compiler macros
Compiler Macro, bind-buffer-base-ext: Public compiler macros
Compiler Macro, bind-buffer-base-nv: Public compiler macros
Compiler Macro, bind-buffer-offset-ext: Public compiler macros
Compiler Macro, bind-buffer-offset-nv: Public compiler macros
Compiler Macro, bind-buffer-range: Public compiler macros
Compiler Macro, bind-buffer-range-ext: Public compiler macros
Compiler Macro, bind-buffer-range-nv: Public compiler macros
Compiler Macro, bind-buffers-base: Public compiler macros
Compiler Macro, bind-buffers-range: Public compiler macros
Compiler Macro, bind-framebuffer: Public compiler macros
Compiler Macro, bind-framebuffer-ext: Public compiler macros
Compiler Macro, bind-framebuffer-oes: Public compiler macros
Compiler Macro, bind-image-texture: Public compiler macros
Compiler Macro, bind-image-texture-ext: Public compiler macros
Compiler Macro, bind-light-parameter-ext: Public compiler macros
Compiler Macro, bind-material-parameter-ext: Public compiler macros
Compiler Macro, bind-multi-texture-ext: Public compiler macros
Compiler Macro, bind-parameter-ext: Public compiler macros
Compiler Macro, bind-program-arb: Public compiler macros
Compiler Macro, bind-program-nv: Public compiler macros
Compiler Macro, bind-renderbuffer: Public compiler macros
Compiler Macro, bind-renderbuffer-ext: Public compiler macros
Compiler Macro, bind-renderbuffer-oes: Public compiler macros
Compiler Macro, bind-tex-gen-parameter-ext: Public compiler macros
Compiler Macro, bind-texture: Public compiler macros
Compiler Macro, bind-texture-ext: Public compiler macros
Compiler Macro, bind-texture-unit-parameter-ext: Public compiler macros
Compiler Macro, bind-transform-feedback: Public compiler macros
Compiler Macro, bind-transform-feedback-nv: Public compiler macros
Compiler Macro, bind-video-capture-stream-buffer-nv: Public compiler macros
Compiler Macro, bind-video-capture-stream-texture-nv: Public compiler macros
Compiler Macro, binormal-pointer-ext: Public compiler macros
Compiler Macro, blend-equation: Public compiler macros
Compiler Macro, blend-equation-ext: Public compiler macros
Compiler Macro, blend-equation-i: Public compiler macros
Compiler Macro, blend-equation-i-arb: Public compiler macros
Compiler Macro, blend-equation-i-ext: Public compiler macros
Compiler Macro, blend-equation-i-oes: Public compiler macros
Compiler Macro, blend-equation-indexed-amd: Public compiler macros
Compiler Macro, blend-equation-oes: Public compiler macros
Compiler Macro, blend-equation-separate: Public compiler macros
Compiler Macro, blend-equation-separate-ext: Public compiler macros
Compiler Macro, blend-equation-separate-i: Public compiler macros
Compiler Macro, blend-equation-separate-i-arb: Public compiler macros
Compiler Macro, blend-equation-separate-i-ext: Public compiler macros
Compiler Macro, blend-equation-separate-i-oes: Public compiler macros
Compiler Macro, blend-equation-separate-indexed-amd: Public compiler macros
Compiler Macro, blend-equation-separate-oes: Public compiler macros
Compiler Macro, blend-func: Public compiler macros
Compiler Macro, blend-func-i: Public compiler macros
Compiler Macro, blend-func-i-arb: Public compiler macros
Compiler Macro, blend-func-i-ext: Public compiler macros
Compiler Macro, blend-func-i-oes: Public compiler macros
Compiler Macro, blend-func-indexed-amd: Public compiler macros
Compiler Macro, blend-func-separate: Public compiler macros
Compiler Macro, blend-func-separate-ext: Public compiler macros
Compiler Macro, blend-func-separate-i: Public compiler macros
Compiler Macro, blend-func-separate-i-arb: Public compiler macros
Compiler Macro, blend-func-separate-i-ext: Public compiler macros
Compiler Macro, blend-func-separate-i-oes: Public compiler macros
Compiler Macro, blend-func-separate-indexed-amd: Public compiler macros
Compiler Macro, blend-func-separate-ingr: Public compiler macros
Compiler Macro, blend-func-separate-oes: Public compiler macros
Compiler Macro, blend-parameter-i-nv: Public compiler macros
Compiler Macro, blit-framebuffer: Public compiler macros
Compiler Macro, blit-framebuffer-angle: Public compiler macros
Compiler Macro, blit-framebuffer-ext: Public compiler macros
Compiler Macro, blit-framebuffer-layer-ext: Public compiler macros
Compiler Macro, blit-framebuffer-layers-ext: Public compiler macros
Compiler Macro, blit-framebuffer-nv: Public compiler macros
Compiler Macro, blit-named-framebuffer: Public compiler macros
Compiler Macro, buffer-address-range-nv: Public compiler macros
Compiler Macro, buffer-attach-memory-nv: Public compiler macros
Compiler Macro, buffer-data: Public compiler macros
Compiler Macro, buffer-data-arb: Public compiler macros
Compiler Macro, buffer-page-commitment-arb: Public compiler macros
Compiler Macro, buffer-page-commitment-mem-nv: Public compiler macros
Compiler Macro, buffer-parameter-i-apple: Public compiler macros
Compiler Macro, buffer-storage: Public compiler macros
Compiler Macro, buffer-storage-ext: Public compiler macros
Compiler Macro, buffer-storage-external-ext: Public compiler macros
Compiler Macro, buffer-storage-mem-ext: Public compiler macros
Compiler Macro, buffer-sub-data: Public compiler macros
Compiler Macro, buffer-sub-data-arb: Public compiler macros
Compiler Macro, call-lists: Public compiler macros
Compiler Macro, check-framebuffer-status: Public compiler macros
Compiler Macro, check-framebuffer-status-ext: Public compiler macros
Compiler Macro, check-framebuffer-status-oes: Public compiler macros
Compiler Macro, check-named-framebuffer-status: Public compiler macros
Compiler Macro, check-named-framebuffer-status-ext: Public compiler macros
Compiler Macro, clamp-color: Public compiler macros
Compiler Macro, clamp-color-arb: Public compiler macros
Compiler Macro, clear: Public compiler macros
Compiler Macro, clear-buffer-data: Public compiler macros
Compiler Macro, clear-buffer-fi: Public compiler macros
Compiler Macro, clear-buffer-fv: Public compiler macros
Compiler Macro, clear-buffer-iv: Public compiler macros
Compiler Macro, clear-buffer-sub-data: Public compiler macros
Compiler Macro, clear-buffer-uiv: Public compiler macros
Compiler Macro, clear-named-buffer-data: Public compiler macros
Compiler Macro, clear-named-buffer-data-ext: Public compiler macros
Compiler Macro, clear-named-buffer-sub-data: Public compiler macros
Compiler Macro, clear-named-buffer-sub-data-ext: Public compiler macros
Compiler Macro, clear-named-framebuffer-fi: Public compiler macros
Compiler Macro, clear-named-framebuffer-fv: Public compiler macros
Compiler Macro, clear-named-framebuffer-iv: Public compiler macros
Compiler Macro, clear-named-framebuffer-uiv: Public compiler macros
Compiler Macro, clear-tex-image: Public compiler macros
Compiler Macro, clear-tex-image-ext: Public compiler macros
Compiler Macro, clear-tex-sub-image: Public compiler macros
Compiler Macro, clear-tex-sub-image-ext: Public compiler macros
Compiler Macro, client-active-texture: Public compiler macros
Compiler Macro, client-active-texture-arb: Public compiler macros
Compiler Macro, client-active-vertex-stream-ati: Public compiler macros
Compiler Macro, clip-control: Public compiler macros
Compiler Macro, clip-control-ext: Public compiler macros
Compiler Macro, clip-plane: Public compiler macros
Compiler Macro, clip-plane-f: Public compiler macros
Compiler Macro, clip-plane-f-img: Public compiler macros
Compiler Macro, clip-plane-f-oes: Public compiler macros
Compiler Macro, clip-plane-x: Public compiler macros
Compiler Macro, clip-plane-x-img: Public compiler macros
Compiler Macro, clip-plane-x-oes: Public compiler macros
Compiler Macro, color-format-nv: Public compiler macros
Compiler Macro, color-fragment-op-1-ati: Public compiler macros
Compiler Macro, color-fragment-op-2-ati: Public compiler macros
Compiler Macro, color-fragment-op-3-ati: Public compiler macros
Compiler Macro, color-mask: Public compiler macros
Compiler Macro, color-mask-i: Public compiler macros
Compiler Macro, color-mask-i-ext: Public compiler macros
Compiler Macro, color-mask-i-oes: Public compiler macros
Compiler Macro, color-mask-indexed-ext: Public compiler macros
Compiler Macro, color-material: Public compiler macros
Compiler Macro, color-p3ui: Public compiler macros
Compiler Macro, color-p3uiv: Public compiler macros
Compiler Macro, color-p4ui: Public compiler macros
Compiler Macro, color-p4uiv: Public compiler macros
Compiler Macro, color-pointer: Public compiler macros
Compiler Macro, color-pointer-ext: Public compiler macros
Compiler Macro, color-pointer-list-ibm: Public compiler macros
Compiler Macro, color-pointer-v-intel: Public compiler macros
Compiler Macro, color-sub-table: Public compiler macros
Compiler Macro, color-sub-table-ext: Public compiler macros
Compiler Macro, color-table: Public compiler macros
Compiler Macro, color-table-ext: Public compiler macros
Compiler Macro, color-table-parameter-fv: Public compiler macros
Compiler Macro, color-table-parameter-fv-sgi: Public compiler macros
Compiler Macro, color-table-parameter-iv: Public compiler macros
Compiler Macro, color-table-parameter-iv-sgi: Public compiler macros
Compiler Macro, color-table-sgi: Public compiler macros
Compiler Macro, combiner-input-nv: Public compiler macros
Compiler Macro, combiner-output-nv: Public compiler macros
Compiler Macro, combiner-parameter-f-nv: Public compiler macros
Compiler Macro, combiner-parameter-fv-nv: Public compiler macros
Compiler Macro, combiner-parameter-i-nv: Public compiler macros
Compiler Macro, combiner-parameter-iv-nv: Public compiler macros
Compiler Macro, combiner-stage-parameter-fv-nv: Public compiler macros
Compiler Macro, compressed-multi-tex-image-1d-ext: Public compiler macros
Compiler Macro, compressed-multi-tex-image-2d-ext: Public compiler macros
Compiler Macro, compressed-multi-tex-image-3d-ext: Public compiler macros
Compiler Macro, compressed-multi-tex-sub-image-1d-ext: Public compiler macros
Compiler Macro, compressed-multi-tex-sub-image-2d-ext: Public compiler macros
Compiler Macro, compressed-multi-tex-sub-image-3d-ext: Public compiler macros
Compiler Macro, compressed-tex-image-1d: Public compiler macros
Compiler Macro, compressed-tex-image-1d-arb: Public compiler macros
Compiler Macro, compressed-tex-image-2d: Public compiler macros
Compiler Macro, compressed-tex-image-2d-arb: Public compiler macros
Compiler Macro, compressed-tex-image-3d: Public compiler macros
Compiler Macro, compressed-tex-image-3d-arb: Public compiler macros
Compiler Macro, compressed-tex-image-3d-oes: Public compiler macros
Compiler Macro, compressed-tex-sub-image-1d: Public compiler macros
Compiler Macro, compressed-tex-sub-image-1d-arb: Public compiler macros
Compiler Macro, compressed-tex-sub-image-2d: Public compiler macros
Compiler Macro, compressed-tex-sub-image-2d-arb: Public compiler macros
Compiler Macro, compressed-tex-sub-image-3d: Public compiler macros
Compiler Macro, compressed-tex-sub-image-3d-arb: Public compiler macros
Compiler Macro, compressed-tex-sub-image-3d-oes: Public compiler macros
Compiler Macro, compressed-texture-image-1d-ext: Public compiler macros
Compiler Macro, compressed-texture-image-2d-ext: Public compiler macros
Compiler Macro, compressed-texture-image-3d-ext: Public compiler macros
Compiler Macro, compressed-texture-sub-image-1d: Public compiler macros
Compiler Macro, compressed-texture-sub-image-1d-ext: Public compiler macros
Compiler Macro, compressed-texture-sub-image-2d: Public compiler macros
Compiler Macro, compressed-texture-sub-image-2d-ext: Public compiler macros
Compiler Macro, compressed-texture-sub-image-3d: Public compiler macros
Compiler Macro, compressed-texture-sub-image-3d-ext: Public compiler macros
Compiler Macro, conservative-raster-parameter-f-nv: Public compiler macros
Compiler Macro, conservative-raster-parameter-i-nv: Public compiler macros
Compiler Macro, convolution-filter-1d: Public compiler macros
Compiler Macro, convolution-filter-1d-ext: Public compiler macros
Compiler Macro, convolution-filter-2d: Public compiler macros
Compiler Macro, convolution-filter-2d-ext: Public compiler macros
Compiler Macro, convolution-parameter-f: Public compiler macros
Compiler Macro, convolution-parameter-f-ext: Public compiler macros
Compiler Macro, convolution-parameter-fv: Public compiler macros
Compiler Macro, convolution-parameter-fv-ext: Public compiler macros
Compiler Macro, convolution-parameter-i: Public compiler macros
Compiler Macro, convolution-parameter-i-ext: Public compiler macros
Compiler Macro, convolution-parameter-iv: Public compiler macros
Compiler Macro, convolution-parameter-iv-ext: Public compiler macros
Compiler Macro, convolution-parameter-x-oes: Public compiler macros
Compiler Macro, convolution-parameter-xv-oes: Public compiler macros
Compiler Macro, copy-buffer-sub-data: Public compiler macros
Compiler Macro, copy-buffer-sub-data-nv: Public compiler macros
Compiler Macro, copy-color-sub-table: Public compiler macros
Compiler Macro, copy-color-sub-table-ext: Public compiler macros
Compiler Macro, copy-color-table: Public compiler macros
Compiler Macro, copy-color-table-sgi: Public compiler macros
Compiler Macro, copy-convolution-filter-1d: Public compiler macros
Compiler Macro, copy-convolution-filter-1d-ext: Public compiler macros
Compiler Macro, copy-convolution-filter-2d: Public compiler macros
Compiler Macro, copy-convolution-filter-2d-ext: Public compiler macros
Compiler Macro, copy-image-sub-data: Public compiler macros
Compiler Macro, copy-image-sub-data-ext: Public compiler macros
Compiler Macro, copy-image-sub-data-nv: Public compiler macros
Compiler Macro, copy-image-sub-data-oes: Public compiler macros
Compiler Macro, copy-multi-tex-image-1d-ext: Public compiler macros
Compiler Macro, copy-multi-tex-image-2d-ext: Public compiler macros
Compiler Macro, copy-multi-tex-sub-image-1d-ext: Public compiler macros
Compiler Macro, copy-multi-tex-sub-image-2d-ext: Public compiler macros
Compiler Macro, copy-multi-tex-sub-image-3d-ext: Public compiler macros
Compiler Macro, copy-pixels: Public compiler macros
Compiler Macro, copy-tex-image-1d: Public compiler macros
Compiler Macro, copy-tex-image-1d-ext: Public compiler macros
Compiler Macro, copy-tex-image-2d: Public compiler macros
Compiler Macro, copy-tex-image-2d-ext: Public compiler macros
Compiler Macro, copy-tex-sub-image-1d: Public compiler macros
Compiler Macro, copy-tex-sub-image-1d-ext: Public compiler macros
Compiler Macro, copy-tex-sub-image-2d: Public compiler macros
Compiler Macro, copy-tex-sub-image-2d-ext: Public compiler macros
Compiler Macro, copy-tex-sub-image-3d: Public compiler macros
Compiler Macro, copy-tex-sub-image-3d-ext: Public compiler macros
Compiler Macro, copy-tex-sub-image-3d-oes: Public compiler macros
Compiler Macro, copy-texture-image-1d-ext: Public compiler macros
Compiler Macro, copy-texture-image-2d-ext: Public compiler macros
Compiler Macro, copy-texture-sub-image-1d-ext: Public compiler macros
Compiler Macro, copy-texture-sub-image-2d-ext: Public compiler macros
Compiler Macro, copy-texture-sub-image-3d-ext: Public compiler macros
Compiler Macro, cover-fill-path-instanced-nv: Public compiler macros
Compiler Macro, cover-fill-path-nv: Public compiler macros
Compiler Macro, cover-stroke-path-instanced-nv: Public compiler macros
Compiler Macro, cover-stroke-path-nv: Public compiler macros
Compiler Macro, coverage-mask-nv: Public compiler macros
Compiler Macro, coverage-modulation-nv: Public compiler macros
Compiler Macro, coverage-operation-nv: Public compiler macros
Compiler Macro, create-queries: Public compiler macros
Compiler Macro, create-shader: Public compiler macros
Compiler Macro, create-shader-object-arb: Public compiler macros
Compiler Macro, create-shader-program-ext: Public compiler macros
Compiler Macro, create-shader-program-v: Public compiler macros
Compiler Macro, create-shader-programv-ext: Public compiler macros
Compiler Macro, create-textures: Public compiler macros
Compiler Macro, cull-face: Public compiler macros
Compiler Macro, cull-parameter-dv-ext: Public compiler macros
Compiler Macro, cull-parameter-fv-ext: Public compiler macros
Compiler Macro, debug-message-control: Public compiler macros
Compiler Macro, debug-message-control-arb: Public compiler macros
Compiler Macro, debug-message-control-khr: Public compiler macros
Compiler Macro, debug-message-enable-amd: Public compiler macros
Compiler Macro, debug-message-insert: Public compiler macros
Compiler Macro, debug-message-insert-amd: Public compiler macros
Compiler Macro, debug-message-insert-arb: Public compiler macros
Compiler Macro, debug-message-insert-khr: Public compiler macros
Compiler Macro, deformation-map-3d-sgix: Public compiler macros
Compiler Macro, deformation-map-3f-sgix: Public compiler macros
Compiler Macro, delete-names-amd: Public compiler macros
Compiler Macro, depth-func: Public compiler macros
Compiler Macro, depth-mask: Public compiler macros
Compiler Macro, detail-tex-func-sgis: Public compiler macros
Compiler Macro, disable: Public compiler macros
Compiler Macro, disable: Public compiler macros
Compiler Macro, disable-client-state: Public compiler macros
Compiler Macro, disable-client-state-i-ext: Public compiler macros
Compiler Macro, disable-client-state-indexed-ext: Public compiler macros
Compiler Macro, disable-i: Public compiler macros
Compiler Macro, disable-i-ext: Public compiler macros
Compiler Macro, disable-i-nv: Public compiler macros
Compiler Macro, disable-i-oes: Public compiler macros
Compiler Macro, disable-indexed-ext: Public compiler macros
Compiler Macro, disable-vertex-array-ext: Public compiler macros
Compiler Macro, disable-vertex-attrib-apple: Public compiler macros
Compiler Macro, discard-framebuffer-ext: Public compiler macros
Compiler Macro, draw-arrays: Public compiler macros
Compiler Macro, draw-arrays-ext: Public compiler macros
Compiler Macro, draw-arrays-indirect: Public compiler macros
Compiler Macro, draw-arrays-instanced: Public compiler macros
Compiler Macro, draw-arrays-instanced-angle: Public compiler macros
Compiler Macro, draw-arrays-instanced-arb: Public compiler macros
Compiler Macro, draw-arrays-instanced-base-instance: Public compiler macros
Compiler Macro, draw-arrays-instanced-base-instance-ext: Public compiler macros
Compiler Macro, draw-arrays-instanced-ext: Public compiler macros
Compiler Macro, draw-arrays-instanced-nv: Public compiler macros
Compiler Macro, draw-buffer: Public compiler macros
Compiler Macro, draw-commands-address-nv: Public compiler macros
Compiler Macro, draw-commands-nv: Public compiler macros
Compiler Macro, draw-element-array-apple: Public compiler macros
Compiler Macro, draw-element-array-ati: Public compiler macros
Compiler Macro, draw-elements: Public compiler macros
Compiler Macro, draw-elements-base-vertex: Public compiler macros
Compiler Macro, draw-elements-base-vertex-ext: Public compiler macros
Compiler Macro, draw-elements-base-vertex-oes: Public compiler macros
Compiler Macro, draw-elements-indirect: Public compiler macros
Compiler Macro, draw-elements-instanced: Public compiler macros
Compiler Macro, draw-elements-instanced-angle: Public compiler macros
Compiler Macro, draw-elements-instanced-arb: Public compiler macros
Compiler Macro, draw-elements-instanced-base-instance: Public compiler macros
Compiler Macro, draw-elements-instanced-base-instance-ext: Public compiler macros
Compiler Macro, draw-elements-instanced-base-vertex: Public compiler macros
Compiler Macro, draw-elements-instanced-base-vertex-base-instance: Public compiler macros
Compiler Macro, draw-elements-instanced-base-vertex-base-instance-ext: Public compiler macros
Compiler Macro, draw-elements-instanced-base-vertex-ext: Public compiler macros
Compiler Macro, draw-elements-instanced-base-vertex-oes: Public compiler macros
Compiler Macro, draw-elements-instanced-ext: Public compiler macros
Compiler Macro, draw-elements-instanced-nv: Public compiler macros
Compiler Macro, draw-mesh-arrays-sun: Public compiler macros
Compiler Macro, draw-pixels: Public compiler macros
Compiler Macro, draw-range-element-array-apple: Public compiler macros
Compiler Macro, draw-range-element-array-ati: Public compiler macros
Compiler Macro, draw-range-elements: Public compiler macros
Compiler Macro, draw-range-elements-base-vertex: Public compiler macros
Compiler Macro, draw-range-elements-base-vertex-ext: Public compiler macros
Compiler Macro, draw-range-elements-base-vertex-oes: Public compiler macros
Compiler Macro, draw-range-elements-ext: Public compiler macros
Compiler Macro, draw-transform-feedback: Public compiler macros
Compiler Macro, draw-transform-feedback-ext: Public compiler macros
Compiler Macro, draw-transform-feedback-instanced: Public compiler macros
Compiler Macro, draw-transform-feedback-instanced-ext: Public compiler macros
Compiler Macro, draw-transform-feedback-nv: Public compiler macros
Compiler Macro, draw-transform-feedback-stream: Public compiler macros
Compiler Macro, draw-transform-feedback-stream-instanced: Public compiler macros
Compiler Macro, edge-flag: Public compiler macros
Compiler Macro, egl-image-target-renderbuffer-storage-oes: Public compiler macros
Compiler Macro, egl-image-target-tex-storage-ext: Public compiler macros
Compiler Macro, egl-image-target-texture-2d-oes: Public compiler macros
Compiler Macro, element-pointer-apple: Public compiler macros
Compiler Macro, element-pointer-ati: Public compiler macros
Compiler Macro, enable: Public compiler macros
Compiler Macro, enable: Public compiler macros
Compiler Macro, enable-client-state: Public compiler macros
Compiler Macro, enable-client-state-i-ext: Public compiler macros
Compiler Macro, enable-client-state-indexed-ext: Public compiler macros
Compiler Macro, enable-i: Public compiler macros
Compiler Macro, enable-i-ext: Public compiler macros
Compiler Macro, enable-i-nv: Public compiler macros
Compiler Macro, enable-i-oes: Public compiler macros
Compiler Macro, enable-indexed-ext: Public compiler macros
Compiler Macro, enable-vertex-array-ext: Public compiler macros
Compiler Macro, enable-vertex-attrib-apple: Public compiler macros
Compiler Macro, end-query: Public compiler macros
Compiler Macro, end-query-arb: Public compiler macros
Compiler Macro, end-query-ext: Public compiler macros
Compiler Macro, end-query-indexed: Public compiler macros
Compiler Macro, enum=: Private compiler macros
Compiler Macro, eval-maps-nv: Public compiler macros
Compiler Macro, eval-mesh-1: Public compiler macros
Compiler Macro, eval-mesh-2: Public compiler macros
Compiler Macro, execute-program-nv: Public compiler macros
Compiler Macro, ext-get-buffer-pointer-v-qcom: Public compiler macros
Compiler Macro, ext-get-program-binary-source-qcom: Public compiler macros
Compiler Macro, ext-get-tex-level-parameter-iv-qcom: Public compiler macros
Compiler Macro, ext-get-tex-sub-image-qcom: Public compiler macros
Compiler Macro, ext-tex-object-state-override-i-qcom: Public compiler macros
Compiler Macro, feedback-buffer: Public compiler macros
Compiler Macro, feedback-buffer-x-oes: Public compiler macros
Compiler Macro, fence-sync: Public compiler macros
Compiler Macro, fence-sync-apple: Public compiler macros
Compiler Macro, final-combiner-input-nv: Public compiler macros
Compiler Macro, finish-object-apple: Public compiler macros
Compiler Macro, flush-mapped-buffer-range: Public compiler macros
Compiler Macro, flush-mapped-buffer-range-apple: Public compiler macros
Compiler Macro, flush-mapped-buffer-range-ext: Public compiler macros
Compiler Macro, flush-pixel-data-range-nv: Public compiler macros
Compiler Macro, flush-static-data-ibm: Public compiler macros
Compiler Macro, fog-coord-format-nv: Public compiler macros
Compiler Macro, fog-coord-pointer: Public compiler macros
Compiler Macro, fog-coord-pointer-ext: Public compiler macros
Compiler Macro, fog-coord-pointer-list-ibm: Public compiler macros
Compiler Macro, fog-f: Public compiler macros
Compiler Macro, fog-fv: Public compiler macros
Compiler Macro, fog-i: Public compiler macros
Compiler Macro, fog-iv: Public compiler macros
Compiler Macro, fog-x: Public compiler macros
Compiler Macro, fog-x-oes: Public compiler macros
Compiler Macro, fog-xv: Public compiler macros
Compiler Macro, fog-xv-oes: Public compiler macros
Compiler Macro, fragment-color-material-sgix: Public compiler macros
Compiler Macro, fragment-light-f-sgix: Public compiler macros
Compiler Macro, fragment-light-fv-sgix: Public compiler macros
Compiler Macro, fragment-light-i-sgix: Public compiler macros
Compiler Macro, fragment-light-iv-sgix: Public compiler macros
Compiler Macro, fragment-light-model-f-sgix: Public compiler macros
Compiler Macro, fragment-light-model-fv-sgix: Public compiler macros
Compiler Macro, fragment-light-model-i-sgix: Public compiler macros
Compiler Macro, fragment-light-model-iv-sgix: Public compiler macros
Compiler Macro, fragment-material-f-sgix: Public compiler macros
Compiler Macro, fragment-material-fv-sgix: Public compiler macros
Compiler Macro, fragment-material-i-sgix: Public compiler macros
Compiler Macro, fragment-material-iv-sgix: Public compiler macros
Compiler Macro, framebuffer-draw-buffer-ext: Public compiler macros
Compiler Macro, framebuffer-parameter-i: Public compiler macros
Compiler Macro, framebuffer-parameter-i-mesa: Public compiler macros
Compiler Macro, framebuffer-read-buffer-ext: Public compiler macros
Compiler Macro, framebuffer-renderbuffer: Public compiler macros
Compiler Macro, framebuffer-renderbuffer-ext: Public compiler macros
Compiler Macro, framebuffer-renderbuffer-oes: Public compiler macros
Compiler Macro, framebuffer-sample-locations-fv-arb: Public compiler macros
Compiler Macro, framebuffer-sample-locations-fv-nv: Public compiler macros
Compiler Macro, framebuffer-sample-positions-fv-amd: Public compiler macros
Compiler Macro, framebuffer-shading-rate-ext: Public compiler macros
Compiler Macro, framebuffer-texture: Public compiler macros
Compiler Macro, framebuffer-texture-1d: Public compiler macros
Compiler Macro, framebuffer-texture-1d-ext: Public compiler macros
Compiler Macro, framebuffer-texture-2d: Public compiler macros
Compiler Macro, framebuffer-texture-2d-downsample-img: Public compiler macros
Compiler Macro, framebuffer-texture-2d-ext: Public compiler macros
Compiler Macro, framebuffer-texture-2d-multisample-ext: Public compiler macros
Compiler Macro, framebuffer-texture-2d-multisample-img: Public compiler macros
Compiler Macro, framebuffer-texture-2d-oes: Public compiler macros
Compiler Macro, framebuffer-texture-3d: Public compiler macros
Compiler Macro, framebuffer-texture-3d-ext: Public compiler macros
Compiler Macro, framebuffer-texture-3d-oes: Public compiler macros
Compiler Macro, framebuffer-texture-arb: Public compiler macros
Compiler Macro, framebuffer-texture-ext: Public compiler macros
Compiler Macro, framebuffer-texture-face-arb: Public compiler macros
Compiler Macro, framebuffer-texture-face-ext: Public compiler macros
Compiler Macro, framebuffer-texture-layer: Public compiler macros
Compiler Macro, framebuffer-texture-layer-arb: Public compiler macros
Compiler Macro, framebuffer-texture-layer-downsample-img: Public compiler macros
Compiler Macro, framebuffer-texture-layer-ext: Public compiler macros
Compiler Macro, framebuffer-texture-multisample-multiview-ovr: Public compiler macros
Compiler Macro, framebuffer-texture-multiview-ovr: Public compiler macros
Compiler Macro, framebuffer-texture-oes: Public compiler macros
Compiler Macro, front-face: Public compiler macros
Compiler Macro, gen-names-amd: Public compiler macros
Compiler Macro, gen-symbols-ext: Public compiler macros
Compiler Macro, generate-mipmap: Public compiler macros
Compiler Macro, generate-mipmap-ext: Public compiler macros
Compiler Macro, generate-mipmap-oes: Public compiler macros
Compiler Macro, generate-multi-tex-mipmap-ext: Public compiler macros
Compiler Macro, generate-texture-mipmap-ext: Public compiler macros
Compiler Macro, get*: Public compiler macros
Compiler Macro, get-active-atomic-counter-buffer-iv: Public compiler macros
Compiler Macro, get-active-subroutine-name: Public compiler macros
Compiler Macro, get-active-subroutine-uniform-iv: Public compiler macros
Compiler Macro, get-active-subroutine-uniform-name: Public compiler macros
Compiler Macro, get-active-uniform-block-iv: Public compiler macros
Compiler Macro, get-active-uniforms-iv: Public compiler macros
Compiler Macro, get-array-object-fv-ati: Public compiler macros
Compiler Macro, get-array-object-iv-ati: Public compiler macros
Compiler Macro, get-boolean-i-v: Public compiler macros
Compiler Macro, get-boolean-indexed-v-ext: Public compiler macros
Compiler Macro, get-boolean-v: Public compiler macros
Compiler Macro, get-buffer-parameter-i64v: Public compiler macros
Compiler Macro, get-buffer-parameter-iv: Public compiler macros
Compiler Macro, get-buffer-parameter-iv-arb: Public compiler macros
Compiler Macro, get-buffer-parameter-ui64v-nv: Public compiler macros
Compiler Macro, get-buffer-pointer-v: Public compiler macros
Compiler Macro, get-buffer-pointer-v-arb: Public compiler macros
Compiler Macro, get-buffer-pointer-v-oes: Public compiler macros
Compiler Macro, get-buffer-sub-data: Public compiler macros
Compiler Macro, get-buffer-sub-data-arb: Public compiler macros
Compiler Macro, get-clip-plane: Public compiler macros
Compiler Macro, get-clip-plane-f: Public compiler macros
Compiler Macro, get-clip-plane-f-oes: Public compiler macros
Compiler Macro, get-clip-plane-x: Public compiler macros
Compiler Macro, get-clip-plane-x-oes: Public compiler macros
Compiler Macro, get-color-table: Public compiler macros
Compiler Macro, get-color-table-ext: Public compiler macros
Compiler Macro, get-color-table-parameter-fv: Public compiler macros
Compiler Macro, get-color-table-parameter-fv-ext: Public compiler macros
Compiler Macro, get-color-table-parameter-fv-sgi: Public compiler macros
Compiler Macro, get-color-table-parameter-iv: Public compiler macros
Compiler Macro, get-color-table-parameter-iv-ext: Public compiler macros
Compiler Macro, get-color-table-parameter-iv-sgi: Public compiler macros
Compiler Macro, get-color-table-sgi: Public compiler macros
Compiler Macro, get-combiner-input-parameter-fv-nv: Public compiler macros
Compiler Macro, get-combiner-input-parameter-iv-nv: Public compiler macros
Compiler Macro, get-combiner-output-parameter-fv-nv: Public compiler macros
Compiler Macro, get-combiner-output-parameter-iv-nv: Public compiler macros
Compiler Macro, get-combiner-stage-parameter-fv-nv: Public compiler macros
Compiler Macro, get-command-header-nv: Public compiler macros
Compiler Macro, get-compressed-multi-tex-image-ext: Public compiler macros
Compiler Macro, get-compressed-tex-image: Public compiler macros
Compiler Macro, get-compressed-tex-image-arb: Public compiler macros
Compiler Macro, get-compressed-texture-image-ext: Public compiler macros
Compiler Macro, get-convolution-filter: Public compiler macros
Compiler Macro, get-convolution-filter-ext: Public compiler macros
Compiler Macro, get-convolution-parameter-fv: Public compiler macros
Compiler Macro, get-convolution-parameter-fv-ext: Public compiler macros
Compiler Macro, get-convolution-parameter-iv: Public compiler macros
Compiler Macro, get-convolution-parameter-iv-ext: Public compiler macros
Compiler Macro, get-convolution-parameter-xv-oes: Public compiler macros
Compiler Macro, get-detail-tex-func-sgis: Public compiler macros
Compiler Macro, get-double-i-v: Public compiler macros
Compiler Macro, get-double-i-v-ext: Public compiler macros
Compiler Macro, get-double-indexed-v-ext: Public compiler macros
Compiler Macro, get-double-v: Public compiler macros
Compiler Macro, get-fence-iv-nv: Public compiler macros
Compiler Macro, get-final-combiner-input-parameter-fv-nv: Public compiler macros
Compiler Macro, get-final-combiner-input-parameter-iv-nv: Public compiler macros
Compiler Macro, get-fixed-v: Public compiler macros
Compiler Macro, get-fixed-v-oes: Public compiler macros
Compiler Macro, get-float-i-v: Public compiler macros
Compiler Macro, get-float-i-v-ext: Public compiler macros
Compiler Macro, get-float-i-v-nv: Public compiler macros
Compiler Macro, get-float-i-v-oes: Public compiler macros
Compiler Macro, get-float-indexed-v-ext: Public compiler macros
Compiler Macro, get-float-v: Public compiler macros
Compiler Macro, get-fragment-light-fv-sgix: Public compiler macros
Compiler Macro, get-fragment-light-iv-sgix: Public compiler macros
Compiler Macro, get-fragment-material-fv-sgix: Public compiler macros
Compiler Macro, get-fragment-material-iv-sgix: Public compiler macros
Compiler Macro, get-framebuffer-attachment-parameter-iv: Public compiler macros
Compiler Macro, get-framebuffer-attachment-parameter-iv-ext: Public compiler macros
Compiler Macro, get-framebuffer-attachment-parameter-iv-oes: Public compiler macros
Compiler Macro, get-framebuffer-parameter-fv-amd: Public compiler macros
Compiler Macro, get-framebuffer-parameter-iv: Public compiler macros
Compiler Macro, get-framebuffer-parameter-iv-ext: Public compiler macros
Compiler Macro, get-framebuffer-parameter-iv-mesa: Public compiler macros
Compiler Macro, get-handle-arb: Public compiler macros
Compiler Macro, get-histogram: Public compiler macros
Compiler Macro, get-histogram-ext: Public compiler macros
Compiler Macro, get-histogram-parameter-fv: Public compiler macros
Compiler Macro, get-histogram-parameter-fv-ext: Public compiler macros
Compiler Macro, get-histogram-parameter-iv: Public compiler macros
Compiler Macro, get-histogram-parameter-iv-ext: Public compiler macros
Compiler Macro, get-histogram-parameter-xv-oes: Public compiler macros
Compiler Macro, get-image-handle-arb: Public compiler macros
Compiler Macro, get-image-handle-nv: Public compiler macros
Compiler Macro, get-image-transform-parameter-fv-hp: Public compiler macros
Compiler Macro, get-image-transform-parameter-iv-hp: Public compiler macros
Compiler Macro, get-integer-64-i-v: Public compiler macros
Compiler Macro, get-integer-64-v: Public compiler macros
Compiler Macro, get-integer-64-v-apple: Public compiler macros
Compiler Macro, get-integer-64-v-ext: Public compiler macros
Compiler Macro, get-integer-i-v: Public compiler macros
Compiler Macro, get-integer-i-v-ext: Public compiler macros
Compiler Macro, get-integer-indexed-v-ext: Public compiler macros
Compiler Macro, get-integer-ui64i-v-nv: Public compiler macros
Compiler Macro, get-integer-ui64v-nv: Public compiler macros
Compiler Macro, get-integer-v: Public compiler macros
Compiler Macro, get-internal-format-i64v: Public compiler macros
Compiler Macro, get-internal-format-iv: Public compiler macros
Compiler Macro, get-internal-format-sample-iv-nv: Public compiler macros
Compiler Macro, get-invariant-boolean-v-ext: Public compiler macros
Compiler Macro, get-invariant-float-v-ext: Public compiler macros
Compiler Macro, get-invariant-integer-v-ext: Public compiler macros
Compiler Macro, get-light-fv: Public compiler macros
Compiler Macro, get-light-iv: Public compiler macros
Compiler Macro, get-light-x-oes: Public compiler macros
Compiler Macro, get-light-xv: Public compiler macros
Compiler Macro, get-light-xv-oes: Public compiler macros
Compiler Macro, get-list-parameter-fv-sgix: Public compiler macros
Compiler Macro, get-list-parameter-iv-sgix: Public compiler macros
Compiler Macro, get-local-constant-boolean-v-ext: Public compiler macros
Compiler Macro, get-local-constant-float-v-ext: Public compiler macros
Compiler Macro, get-local-constant-integer-v-ext: Public compiler macros
Compiler Macro, get-map-attrib-parameter-fv-nv: Public compiler macros
Compiler Macro, get-map-attrib-parameter-iv-nv: Public compiler macros
Compiler Macro, get-map-control-points-nv: Public compiler macros
Compiler Macro, get-map-dv: Public compiler macros
Compiler Macro, get-map-fv: Public compiler macros
Compiler Macro, get-map-iv: Public compiler macros
Compiler Macro, get-map-parameter-fv-nv: Public compiler macros
Compiler Macro, get-map-parameter-iv-nv: Public compiler macros
Compiler Macro, get-map-xv-oes: Public compiler macros
Compiler Macro, get-material-fv: Public compiler macros
Compiler Macro, get-material-iv: Public compiler macros
Compiler Macro, get-material-x-oes: Public compiler macros
Compiler Macro, get-material-xv: Public compiler macros
Compiler Macro, get-material-xv-oes: Public compiler macros
Compiler Macro, get-memory-object-detached-resources-uiv-nv: Public compiler macros
Compiler Macro, get-memory-object-parameter-iv-ext: Public compiler macros
Compiler Macro, get-minmax: Public compiler macros
Compiler Macro, get-minmax-ext: Public compiler macros
Compiler Macro, get-minmax-parameter-fv: Public compiler macros
Compiler Macro, get-minmax-parameter-fv-ext: Public compiler macros
Compiler Macro, get-minmax-parameter-iv: Public compiler macros
Compiler Macro, get-minmax-parameter-iv-ext: Public compiler macros
Compiler Macro, get-multi-tex-env-fv-ext: Public compiler macros
Compiler Macro, get-multi-tex-env-iv-ext: Public compiler macros
Compiler Macro, get-multi-tex-gen-dv-ext: Public compiler macros
Compiler Macro, get-multi-tex-gen-fv-ext: Public compiler macros
Compiler Macro, get-multi-tex-gen-iv-ext: Public compiler macros
Compiler Macro, get-multi-tex-image-ext: Public compiler macros
Compiler Macro, get-multi-tex-level-parameter-fv-ext: Public compiler macros
Compiler Macro, get-multi-tex-level-parameter-iv-ext: Public compiler macros
Compiler Macro, get-multi-tex-parameter-fv-ext: Public compiler macros
Compiler Macro, get-multi-tex-parameter-iiv-ext: Public compiler macros
Compiler Macro, get-multi-tex-parameter-iuiv-ext: Public compiler macros
Compiler Macro, get-multi-tex-parameter-iv-ext: Public compiler macros
Compiler Macro, get-multisample-fv: Public compiler macros
Compiler Macro, get-multisample-fv-nv: Public compiler macros
Compiler Macro, get-named-buffer-parameter-i64v: Public compiler macros
Compiler Macro, get-named-buffer-parameter-iv: Public compiler macros
Compiler Macro, get-named-buffer-parameter-iv-ext: Public compiler macros
Compiler Macro, get-named-buffer-parameter-ui64v-nv: Public compiler macros
Compiler Macro, get-named-buffer-pointer-v: Public compiler macros
Compiler Macro, get-named-buffer-pointer-v-ext: Public compiler macros
Compiler Macro, get-named-framebuffer-attachment-parameter-iv: Public compiler macros
Compiler Macro, get-named-framebuffer-attachment-parameter-iv-ext: Public compiler macros
Compiler Macro, get-named-framebuffer-parameter-fv-amd: Public compiler macros
Compiler Macro, get-named-framebuffer-parameter-iv: Public compiler macros
Compiler Macro, get-named-framebuffer-parameter-iv-ext: Public compiler macros
Compiler Macro, get-named-program-iv-ext: Public compiler macros
Compiler Macro, get-named-program-local-parameter-dv-ext: Public compiler macros
Compiler Macro, get-named-program-local-parameter-fv-ext: Public compiler macros
Compiler Macro, get-named-program-local-parameter-iiv-ext: Public compiler macros
Compiler Macro, get-named-program-local-parameter-iuiv-ext: Public compiler macros
Compiler Macro, get-named-program-string-ext: Public compiler macros
Compiler Macro, get-named-renderbuffer-parameter-iv: Public compiler macros
Compiler Macro, get-named-renderbuffer-parameter-iv-ext: Public compiler macros
Compiler Macro, get-named-string-iv-arb: Public compiler macros
Compiler Macro, get-object-buffer-fv-ati: Public compiler macros
Compiler Macro, get-object-buffer-iv-ati: Public compiler macros
Compiler Macro, get-object-label: Public compiler macros
Compiler Macro, get-object-label-ext: Public compiler macros
Compiler Macro, get-object-label-khr: Public compiler macros
Compiler Macro, get-object-parameter-fv-arb: Public compiler macros
Compiler Macro, get-object-parameter-iv-apple: Public compiler macros
Compiler Macro, get-object-parameter-iv-arb: Public compiler macros
Compiler Macro, get-occlusion-query-iv-nv: Public compiler macros
Compiler Macro, get-occlusion-query-uiv-nv: Public compiler macros
Compiler Macro, get-path-color-gen-fv-nv: Public compiler macros
Compiler Macro, get-path-color-gen-iv-nv: Public compiler macros
Compiler Macro, get-path-metrics-nv: Public compiler macros
Compiler Macro, get-path-parameter-fv-nv: Public compiler macros
Compiler Macro, get-path-parameter-iv-nv: Public compiler macros
Compiler Macro, get-path-spacing-nv: Public compiler macros
Compiler Macro, get-path-tex-gen-fv-nv: Public compiler macros
Compiler Macro, get-path-tex-gen-iv-nv: Public compiler macros
Compiler Macro, get-perf-monitor-counter-data-amd: Public compiler macros
Compiler Macro, get-perf-monitor-counter-info-amd: Public compiler macros
Compiler Macro, get-pixel-map-fv: Public compiler macros
Compiler Macro, get-pixel-map-uiv: Public compiler macros
Compiler Macro, get-pixel-map-usv: Public compiler macros
Compiler Macro, get-pixel-map-xv: Public compiler macros
Compiler Macro, get-pixel-tex-gen-parameter-fv-sgis: Public compiler macros
Compiler Macro, get-pixel-tex-gen-parameter-iv-sgis: Public compiler macros
Compiler Macro, get-pixel-transform-parameter-fv-ext: Public compiler macros
Compiler Macro, get-pixel-transform-parameter-iv-ext: Public compiler macros
Compiler Macro, get-pointer-i-v-ext: Public compiler macros
Compiler Macro, get-pointer-indexed-v-ext: Public compiler macros
Compiler Macro, get-pointer-v: Public compiler macros
Compiler Macro, get-pointer-v-ext: Public compiler macros
Compiler Macro, get-pointer-v-khr: Public compiler macros
Compiler Macro, get-program-env-parameter-dv-arb: Public compiler macros
Compiler Macro, get-program-env-parameter-fv-arb: Public compiler macros
Compiler Macro, get-program-env-parameter-iiv-nv: Public compiler macros
Compiler Macro, get-program-env-parameter-iuiv-nv: Public compiler macros
Compiler Macro, get-program-interface-iv: Public compiler macros
Compiler Macro, get-program-iv: Public compiler macros
Compiler Macro, get-program-iv-arb: Public compiler macros
Compiler Macro, get-program-iv-nv: Public compiler macros
Compiler Macro, get-program-local-parameter-dv-arb: Public compiler macros
Compiler Macro, get-program-local-parameter-fv-arb: Public compiler macros
Compiler Macro, get-program-local-parameter-iiv-nv: Public compiler macros
Compiler Macro, get-program-local-parameter-iuiv-nv: Public compiler macros
Compiler Macro, get-program-parameter-dv-nv: Public compiler macros
Compiler Macro, get-program-parameter-fv-nv: Public compiler macros
Compiler Macro, get-program-pipeline-iv: Public compiler macros
Compiler Macro, get-program-resource-fv-nv: Public compiler macros
Compiler Macro, get-program-resource-index: Public compiler macros
Compiler Macro, get-program-resource-iv: Public compiler macros
Compiler Macro, get-program-resource-location: Public compiler macros
Compiler Macro, get-program-resource-location-index: Public compiler macros
Compiler Macro, get-program-resource-location-index-ext: Public compiler macros
Compiler Macro, get-program-resource-name: Public compiler macros
Compiler Macro, get-program-stage-iv: Public compiler macros
Compiler Macro, get-program-string-arb: Public compiler macros
Compiler Macro, get-program-string-nv: Public compiler macros
Compiler Macro, get-program-subroutine-parameter-uiv-nv: Public compiler macros
Compiler Macro, get-query-buffer-object-i64v: Public compiler macros
Compiler Macro, get-query-buffer-object-iv: Public compiler macros
Compiler Macro, get-query-buffer-object-ui64v: Public compiler macros
Compiler Macro, get-query-buffer-object-uiv: Public compiler macros
Compiler Macro, get-query-indexed-iv: Public compiler macros
Compiler Macro, get-query-iv: Public compiler macros
Compiler Macro, get-query-iv-arb: Public compiler macros
Compiler Macro, get-query-iv-ext: Public compiler macros
Compiler Macro, get-query-object-i64v: Public compiler macros
Compiler Macro, get-query-object-i64v-ext: Public compiler macros
Compiler Macro, get-query-object-iv: Public compiler macros
Compiler Macro, get-query-object-iv-arb: Public compiler macros
Compiler Macro, get-query-object-iv-ext: Public compiler macros
Compiler Macro, get-query-object-ui64v: Public compiler macros
Compiler Macro, get-query-object-ui64v-ext: Public compiler macros
Compiler Macro, get-query-object-uiv: Public compiler macros
Compiler Macro, get-query-object-uiv-arb: Public compiler macros
Compiler Macro, get-query-object-uiv-ext: Public compiler macros
Compiler Macro, get-renderbuffer-parameter-iv: Public compiler macros
Compiler Macro, get-renderbuffer-parameter-iv-ext: Public compiler macros
Compiler Macro, get-renderbuffer-parameter-iv-oes: Public compiler macros
Compiler Macro, get-sampler-parameter-fv: Public compiler macros
Compiler Macro, get-sampler-parameter-iiv: Public compiler macros
Compiler Macro, get-sampler-parameter-iiv-ext: Public compiler macros
Compiler Macro, get-sampler-parameter-iiv-oes: Public compiler macros
Compiler Macro, get-sampler-parameter-iuiv: Public compiler macros
Compiler Macro, get-sampler-parameter-iuiv-ext: Public compiler macros
Compiler Macro, get-sampler-parameter-iuiv-oes: Public compiler macros
Compiler Macro, get-sampler-parameter-iv: Public compiler macros
Compiler Macro, get-semaphore-parameter-iv-nv: Public compiler macros
Compiler Macro, get-semaphore-parameter-ui64v-ext: Public compiler macros
Compiler Macro, get-separable-filter: Public compiler macros
Compiler Macro, get-separable-filter-ext: Public compiler macros
Compiler Macro, get-shader-iv: Public compiler macros
Compiler Macro, get-shader-precision-format: Public compiler macros
Compiler Macro, get-shading-rate-sample-location-iv-nv: Public compiler macros
Compiler Macro, get-sharpen-tex-func-sgis: Public compiler macros
Compiler Macro, get-stage-index-nv: Public compiler macros
Compiler Macro, get-string: Public compiler macros
Compiler Macro, get-string-i: Public compiler macros
Compiler Macro, get-subroutine-index: Public compiler macros
Compiler Macro, get-subroutine-uniform-location: Public compiler macros
Compiler Macro, get-sync-iv: Public compiler macros
Compiler Macro, get-sync-iv-apple: Public compiler macros
Compiler Macro, get-tex-bump-parameter-fv-ati: Public compiler macros
Compiler Macro, get-tex-bump-parameter-iv-ati: Public compiler macros
Compiler Macro, get-tex-env-fv: Public compiler macros
Compiler Macro, get-tex-env-iv: Public compiler macros
Compiler Macro, get-tex-env-xv: Public compiler macros
Compiler Macro, get-tex-env-xv-oes: Public compiler macros
Compiler Macro, get-tex-filter-func-sgis: Public compiler macros
Compiler Macro, get-tex-gen-dv: Public compiler macros
Compiler Macro, get-tex-gen-fv: Public compiler macros
Compiler Macro, get-tex-gen-fv-oes: Public compiler macros
Compiler Macro, get-tex-gen-iv: Public compiler macros
Compiler Macro, get-tex-gen-iv-oes: Public compiler macros
Compiler Macro, get-tex-gen-xv-oes: Public compiler macros
Compiler Macro, get-tex-image: Public compiler macros
Compiler Macro, get-tex-level-parameter-fv: Public compiler macros
Compiler Macro, get-tex-level-parameter-iv: Public compiler macros
Compiler Macro, get-tex-level-parameter-xv-oes: Public compiler macros
Compiler Macro, get-tex-parameter-fv: Public compiler macros
Compiler Macro, get-tex-parameter-iiv: Public compiler macros
Compiler Macro, get-tex-parameter-iiv-ext: Public compiler macros
Compiler Macro, get-tex-parameter-iiv-oes: Public compiler macros
Compiler Macro, get-tex-parameter-iuiv: Public compiler macros
Compiler Macro, get-tex-parameter-iuiv-ext: Public compiler macros
Compiler Macro, get-tex-parameter-iuiv-oes: Public compiler macros
Compiler Macro, get-tex-parameter-iv: Public compiler macros
Compiler Macro, get-tex-parameter-pointer-v-apple: Public compiler macros
Compiler Macro, get-tex-parameter-xv: Public compiler macros
Compiler Macro, get-tex-parameter-xv-oes: Public compiler macros
Compiler Macro, get-texture-image: Public compiler macros
Compiler Macro, get-texture-image-ext: Public compiler macros
Compiler Macro, get-texture-level-parameter-fv: Public compiler macros
Compiler Macro, get-texture-level-parameter-fv-ext: Public compiler macros
Compiler Macro, get-texture-level-parameter-iv: Public compiler macros
Compiler Macro, get-texture-level-parameter-iv-ext: Public compiler macros
Compiler Macro, get-texture-parameter-fv: Public compiler macros
Compiler Macro, get-texture-parameter-fv-ext: Public compiler macros
Compiler Macro, get-texture-parameter-iiv: Public compiler macros
Compiler Macro, get-texture-parameter-iiv-ext: Public compiler macros
Compiler Macro, get-texture-parameter-iuiv: Public compiler macros
Compiler Macro, get-texture-parameter-iuiv-ext: Public compiler macros
Compiler Macro, get-texture-parameter-iv: Public compiler macros
Compiler Macro, get-texture-parameter-iv-ext: Public compiler macros
Compiler Macro, get-texture-sub-image: Public compiler macros
Compiler Macro, get-track-matrix-iv-nv: Public compiler macros
Compiler Macro, get-transform-feedback-i-v: Public compiler macros
Compiler Macro, get-transform-feedback-i64-v: Public compiler macros
Compiler Macro, get-transform-feedback-iv: Public compiler macros
Compiler Macro, get-uniform-subroutine-uiv: Public compiler macros
Compiler Macro, get-unsigned-byte-i-v-ext: Public compiler macros
Compiler Macro, get-unsigned-byte-v-ext: Public compiler macros
Compiler Macro, get-variant-array-object-fv-ati: Public compiler macros
Compiler Macro, get-variant-array-object-iv-ati: Public compiler macros
Compiler Macro, get-variant-boolean-v-ext: Public compiler macros
Compiler Macro, get-variant-float-v-ext: Public compiler macros
Compiler Macro, get-variant-integer-v-ext: Public compiler macros
Compiler Macro, get-variant-pointer-v-ext: Public compiler macros
Compiler Macro, get-vertex-array-indexed-64iv: Public compiler macros
Compiler Macro, get-vertex-array-indexed-iv: Public compiler macros
Compiler Macro, get-vertex-array-integer-i-v-ext: Public compiler macros
Compiler Macro, get-vertex-array-integer-v-ext: Public compiler macros
Compiler Macro, get-vertex-array-iv: Public compiler macros
Compiler Macro, get-vertex-array-pointer-i-v-ext: Public compiler macros
Compiler Macro, get-vertex-array-pointer-v-ext: Public compiler macros
Compiler Macro, get-vertex-attrib-array-object-fv-ati: Public compiler macros
Compiler Macro, get-vertex-attrib-array-object-iv-ati: Public compiler macros
Compiler Macro, get-vertex-attrib-dv: Public compiler macros
Compiler Macro, get-vertex-attrib-dv-arb: Public compiler macros
Compiler Macro, get-vertex-attrib-dv-nv: Public compiler macros
Compiler Macro, get-vertex-attrib-fv: Public compiler macros
Compiler Macro, get-vertex-attrib-fv-arb: Public compiler macros
Compiler Macro, get-vertex-attrib-fv-nv: Public compiler macros
Compiler Macro, get-vertex-attrib-iiv: Public compiler macros
Compiler Macro, get-vertex-attrib-iiv-ext: Public compiler macros
Compiler Macro, get-vertex-attrib-iuiv: Public compiler macros
Compiler Macro, get-vertex-attrib-iuiv-ext: Public compiler macros
Compiler Macro, get-vertex-attrib-iv: Public compiler macros
Compiler Macro, get-vertex-attrib-iv-arb: Public compiler macros
Compiler Macro, get-vertex-attrib-iv-nv: Public compiler macros
Compiler Macro, get-vertex-attrib-ldv: Public compiler macros
Compiler Macro, get-vertex-attrib-ldv-ext: Public compiler macros
Compiler Macro, get-vertex-attrib-li64v-nv: Public compiler macros
Compiler Macro, get-vertex-attrib-lui64v-arb: Public compiler macros
Compiler Macro, get-vertex-attrib-lui64v-nv: Public compiler macros
Compiler Macro, get-vertex-attrib-pointer-v: Public compiler macros
Compiler Macro, get-vertex-attrib-pointer-v-arb: Public compiler macros
Compiler Macro, get-vertex-attrib-pointer-v-nv: Public compiler macros
Compiler Macro, get-video-capture-iv-nv: Public compiler macros
Compiler Macro, get-video-capture-stream-dv-nv: Public compiler macros
Compiler Macro, get-video-capture-stream-fv-nv: Public compiler macros
Compiler Macro, get-video-capture-stream-iv-nv: Public compiler macros
Compiler Macro, get-video-i64v-nv: Public compiler macros
Compiler Macro, get-video-iv-nv: Public compiler macros
Compiler Macro, get-video-ui64v-nv: Public compiler macros
Compiler Macro, get-video-uiv-nv: Public compiler macros
Compiler Macro, getn-color-table: Public compiler macros
Compiler Macro, getn-color-table-arb: Public compiler macros
Compiler Macro, getn-compressed-tex-image: Public compiler macros
Compiler Macro, getn-compressed-tex-image-arb: Public compiler macros
Compiler Macro, getn-convolution-filter: Public compiler macros
Compiler Macro, getn-convolution-filter-arb: Public compiler macros
Compiler Macro, getn-histogram: Public compiler macros
Compiler Macro, getn-histogram-arb: Public compiler macros
Compiler Macro, getn-map-dv: Public compiler macros
Compiler Macro, getn-map-dv-arb: Public compiler macros
Compiler Macro, getn-map-fv: Public compiler macros
Compiler Macro, getn-map-fv-arb: Public compiler macros
Compiler Macro, getn-map-iv: Public compiler macros
Compiler Macro, getn-map-iv-arb: Public compiler macros
Compiler Macro, getn-minmax: Public compiler macros
Compiler Macro, getn-minmax-arb: Public compiler macros
Compiler Macro, getn-pixel-map-fv: Public compiler macros
Compiler Macro, getn-pixel-map-fv-arb: Public compiler macros
Compiler Macro, getn-pixel-map-uiv: Public compiler macros
Compiler Macro, getn-pixel-map-uiv-arb: Public compiler macros
Compiler Macro, getn-pixel-map-usv: Public compiler macros
Compiler Macro, getn-pixel-map-usv-arb: Public compiler macros
Compiler Macro, getn-separable-filter: Public compiler macros
Compiler Macro, getn-separable-filter-arb: Public compiler macros
Compiler Macro, getn-tex-image: Public compiler macros
Compiler Macro, getn-tex-image-arb: Public compiler macros
Compiler Macro, hint: Public compiler macros
Compiler Macro, hint-pgi: Public compiler macros
Compiler Macro, histogram: Public compiler macros
Compiler Macro, histogram-ext: Public compiler macros
Compiler Macro, igloo-interface-sgix: Public compiler macros
Compiler Macro, image-transform-parameter-f-hp: Public compiler macros
Compiler Macro, image-transform-parameter-fv-hp: Public compiler macros
Compiler Macro, image-transform-parameter-i-hp: Public compiler macros
Compiler Macro, image-transform-parameter-iv-hp: Public compiler macros
Compiler Macro, import-memory-fd-ext: Public compiler macros
Compiler Macro, import-memory-win32-handle-ext: Public compiler macros
Compiler Macro, import-memory-win32-name-ext: Public compiler macros
Compiler Macro, import-semaphore-fd-ext: Public compiler macros
Compiler Macro, import-semaphore-win32-handle-ext: Public compiler macros
Compiler Macro, import-semaphore-win32-name-ext: Public compiler macros
Compiler Macro, import-sync-ext: Public compiler macros
Compiler Macro, index-format-nv: Public compiler macros
Compiler Macro, index-func-ext: Public compiler macros
Compiler Macro, index-material-ext: Public compiler macros
Compiler Macro, index-pointer: Public compiler macros
Compiler Macro, index-pointer-ext: Public compiler macros
Compiler Macro, index-pointer-list-ibm: Public compiler macros
Compiler Macro, interleaved-arrays: Public compiler macros
Compiler Macro, invalidate-framebuffer: Public compiler macros
Compiler Macro, invalidate-sub-framebuffer: Public compiler macros
Compiler Macro, is-buffer-resident-nv: Public compiler macros
Compiler Macro, is-enabled: Public compiler macros
Compiler Macro, is-enabled-i: Public compiler macros
Compiler Macro, is-enabled-i-ext: Public compiler macros
Compiler Macro, is-enabled-i-nv: Public compiler macros
Compiler Macro, is-enabled-i-oes: Public compiler macros
Compiler Macro, is-enabled-indexed-ext: Public compiler macros
Compiler Macro, is-name-amd: Public compiler macros
Compiler Macro, is-variant-enabled-ext: Public compiler macros
Compiler Macro, is-vertex-attrib-enabled-apple: Public compiler macros
Compiler Macro, label-object-ext: Public compiler macros
Compiler Macro, lgpu-copy-image-sub-data-nvx: Public compiler macros
Compiler Macro, light-env-i-sgix: Public compiler macros
Compiler Macro, light-f: Public compiler macros
Compiler Macro, light-fv: Public compiler macros
Compiler Macro, light-i: Public compiler macros
Compiler Macro, light-iv: Public compiler macros
Compiler Macro, light-model-f: Public compiler macros
Compiler Macro, light-model-fv: Public compiler macros
Compiler Macro, light-model-i: Public compiler macros
Compiler Macro, light-model-iv: Public compiler macros
Compiler Macro, light-model-x: Public compiler macros
Compiler Macro, light-model-x-oes: Public compiler macros
Compiler Macro, light-model-xv: Public compiler macros
Compiler Macro, light-model-xv-oes: Public compiler macros
Compiler Macro, light-x: Public compiler macros
Compiler Macro, light-x-oes: Public compiler macros
Compiler Macro, light-xv: Public compiler macros
Compiler Macro, light-xv-oes: Public compiler macros
Compiler Macro, list-parameter-f-sgix: Public compiler macros
Compiler Macro, list-parameter-fv-sgix: Public compiler macros
Compiler Macro, list-parameter-i-sgix: Public compiler macros
Compiler Macro, list-parameter-iv-sgix: Public compiler macros
Compiler Macro, load-program-nv: Public compiler macros
Compiler Macro, logic-op: Public compiler macros
Compiler Macro, make-buffer-non-resident-nv: Public compiler macros
Compiler Macro, make-buffer-resident-nv: Public compiler macros
Compiler Macro, make-image-handle-resident-arb: Public compiler macros
Compiler Macro, make-image-handle-resident-nv: Public compiler macros
Compiler Macro, make-named-buffer-resident-nv: Public compiler macros
Compiler Macro, map-1d: Public compiler macros
Compiler Macro, map-1f: Public compiler macros
Compiler Macro, map-1x-oes: Public compiler macros
Compiler Macro, map-2d: Public compiler macros
Compiler Macro, map-2f: Public compiler macros
Compiler Macro, map-2x-oes: Public compiler macros
Compiler Macro, map-buffer: Public compiler macros
Compiler Macro, map-buffer-arb: Public compiler macros
Compiler Macro, map-buffer-oes: Public compiler macros
Compiler Macro, map-buffer-range: Public compiler macros
Compiler Macro, map-buffer-range-ext: Public compiler macros
Compiler Macro, map-control-points-nv: Public compiler macros
Compiler Macro, map-named-buffer: Public compiler macros
Compiler Macro, map-named-buffer-ext: Public compiler macros
Compiler Macro, map-parameter-fv-nv: Public compiler macros
Compiler Macro, map-parameter-iv-nv: Public compiler macros
Compiler Macro, material-f: Public compiler macros
Compiler Macro, material-fv: Public compiler macros
Compiler Macro, material-i: Public compiler macros
Compiler Macro, material-iv: Public compiler macros
Compiler Macro, material-x: Public compiler macros
Compiler Macro, material-x-oes: Public compiler macros
Compiler Macro, material-xv: Public compiler macros
Compiler Macro, material-xv-oes: Public compiler macros
Compiler Macro, matrix-frustum-ext: Public compiler macros
Compiler Macro, matrix-index-pointer-arb: Public compiler macros
Compiler Macro, matrix-index-pointer-oes: Public compiler macros
Compiler Macro, matrix-load-3x2-f-nv: Public compiler macros
Compiler Macro, matrix-load-3x3-f-nv: Public compiler macros
Compiler Macro, matrix-load-d-ext: Public compiler macros
Compiler Macro, matrix-load-f-ext: Public compiler macros
Compiler Macro, matrix-load-identity-ext: Public compiler macros
Compiler Macro, matrix-load-transpose-3x3-f-nv: Public compiler macros
Compiler Macro, matrix-load-transpose-d-ext: Public compiler macros
Compiler Macro, matrix-load-transpose-f-ext: Public compiler macros
Compiler Macro, matrix-mode: Public compiler macros
Compiler Macro, matrix-mult-3x2-f-nv: Public compiler macros
Compiler Macro, matrix-mult-3x3-f-nv: Public compiler macros
Compiler Macro, matrix-mult-d-ext: Public compiler macros
Compiler Macro, matrix-mult-f-ext: Public compiler macros
Compiler Macro, matrix-mult-transpose-3x3-f-nv: Public compiler macros
Compiler Macro, matrix-mult-transpose-d-ext: Public compiler macros
Compiler Macro, matrix-mult-transpose-f-ext: Public compiler macros
Compiler Macro, matrix-ortho-ext: Public compiler macros
Compiler Macro, matrix-pop-ext: Public compiler macros
Compiler Macro, matrix-push-ext: Public compiler macros
Compiler Macro, matrix-rotate-d-ext: Public compiler macros
Compiler Macro, matrix-rotate-f-ext: Public compiler macros
Compiler Macro, matrix-scale-d-ext: Public compiler macros
Compiler Macro, matrix-scale-f-ext: Public compiler macros
Compiler Macro, matrix-translate-d-ext: Public compiler macros
Compiler Macro, matrix-translate-f-ext: Public compiler macros
Compiler Macro, memory-object-parameter-iv-ext: Public compiler macros
Compiler Macro, minmax: Public compiler macros
Compiler Macro, minmax-ext: Public compiler macros
Compiler Macro, multi-draw-arrays: Public compiler macros
Compiler Macro, multi-draw-arrays-ext: Public compiler macros
Compiler Macro, multi-draw-arrays-indirect: Public compiler macros
Compiler Macro, multi-draw-arrays-indirect-amd: Public compiler macros
Compiler Macro, multi-draw-arrays-indirect-bindless-count-nv: Public compiler macros
Compiler Macro, multi-draw-arrays-indirect-bindless-nv: Public compiler macros
Compiler Macro, multi-draw-arrays-indirect-count: Public compiler macros
Compiler Macro, multi-draw-arrays-indirect-count-arb: Public compiler macros
Compiler Macro, multi-draw-arrays-indirect-ext: Public compiler macros
Compiler Macro, multi-draw-element-array-apple: Public compiler macros
Compiler Macro, multi-draw-elements: Public compiler macros
Compiler Macro, multi-draw-elements-base-vertex: Public compiler macros
Compiler Macro, multi-draw-elements-base-vertex-ext: Public compiler macros
Compiler Macro, multi-draw-elements-ext: Public compiler macros
Compiler Macro, multi-draw-elements-indirect: Public compiler macros
Compiler Macro, multi-draw-elements-indirect-amd: Public compiler macros
Compiler Macro, multi-draw-elements-indirect-bindless-count-nv: Public compiler macros
Compiler Macro, multi-draw-elements-indirect-bindless-nv: Public compiler macros
Compiler Macro, multi-draw-elements-indirect-count: Public compiler macros
Compiler Macro, multi-draw-elements-indirect-count-arb: Public compiler macros
Compiler Macro, multi-draw-elements-indirect-ext: Public compiler macros
Compiler Macro, multi-draw-range-element-array-apple: Public compiler macros
Compiler Macro, multi-mode-draw-elements-ibm: Public compiler macros
Compiler Macro, multi-tex-buffer-ext: Public compiler macros
Compiler Macro, multi-tex-coord-1b-oes: Public compiler macros
Compiler Macro, multi-tex-coord-1bv-oes: Public compiler macros
Compiler Macro, multi-tex-coord-1d: Public compiler macros
Compiler Macro, multi-tex-coord-1d-arb: Public compiler macros
Compiler Macro, multi-tex-coord-1dv: Public compiler macros
Compiler Macro, multi-tex-coord-1dv-arb: Public compiler macros
Compiler Macro, multi-tex-coord-1f: Public compiler macros
Compiler Macro, multi-tex-coord-1f-arb: Public compiler macros
Compiler Macro, multi-tex-coord-1fv: Public compiler macros
Compiler Macro, multi-tex-coord-1fv-arb: Public compiler macros
Compiler Macro, multi-tex-coord-1h-nv: Public compiler macros
Compiler Macro, multi-tex-coord-1hv-nv: Public compiler macros
Compiler Macro, multi-tex-coord-1i: Public compiler macros
Compiler Macro, multi-tex-coord-1i-arb: Public compiler macros
Compiler Macro, multi-tex-coord-1iv: Public compiler macros
Compiler Macro, multi-tex-coord-1iv-arb: Public compiler macros
Compiler Macro, multi-tex-coord-1s: Public compiler macros
Compiler Macro, multi-tex-coord-1s-arb: Public compiler macros
Compiler Macro, multi-tex-coord-1sv: Public compiler macros
Compiler Macro, multi-tex-coord-1sv-arb: Public compiler macros
Compiler Macro, multi-tex-coord-1x-oes: Public compiler macros
Compiler Macro, multi-tex-coord-1xv-oes: Public compiler macros
Compiler Macro, multi-tex-coord-2b-oes: Public compiler macros
Compiler Macro, multi-tex-coord-2bv-oes: Public compiler macros
Compiler Macro, multi-tex-coord-2d: Public compiler macros
Compiler Macro, multi-tex-coord-2d-arb: Public compiler macros
Compiler Macro, multi-tex-coord-2dv: Public compiler macros
Compiler Macro, multi-tex-coord-2dv-arb: Public compiler macros
Compiler Macro, multi-tex-coord-2f: Public compiler macros
Compiler Macro, multi-tex-coord-2f-arb: Public compiler macros
Compiler Macro, multi-tex-coord-2fv: Public compiler macros
Compiler Macro, multi-tex-coord-2fv-arb: Public compiler macros
Compiler Macro, multi-tex-coord-2h-nv: Public compiler macros
Compiler Macro, multi-tex-coord-2hv-nv: Public compiler macros
Compiler Macro, multi-tex-coord-2i: Public compiler macros
Compiler Macro, multi-tex-coord-2i-arb: Public compiler macros
Compiler Macro, multi-tex-coord-2iv: Public compiler macros
Compiler Macro, multi-tex-coord-2iv-arb: Public compiler macros
Compiler Macro, multi-tex-coord-2s: Public compiler macros
Compiler Macro, multi-tex-coord-2s-arb: Public compiler macros
Compiler Macro, multi-tex-coord-2sv: Public compiler macros
Compiler Macro, multi-tex-coord-2sv-arb: Public compiler macros
Compiler Macro, multi-tex-coord-2x-oes: Public compiler macros
Compiler Macro, multi-tex-coord-2xv-oes: Public compiler macros
Compiler Macro, multi-tex-coord-3b-oes: Public compiler macros
Compiler Macro, multi-tex-coord-3bv-oes: Public compiler macros
Compiler Macro, multi-tex-coord-3d: Public compiler macros
Compiler Macro, multi-tex-coord-3d-arb: Public compiler macros
Compiler Macro, multi-tex-coord-3dv: Public compiler macros
Compiler Macro, multi-tex-coord-3dv-arb: Public compiler macros
Compiler Macro, multi-tex-coord-3f: Public compiler macros
Compiler Macro, multi-tex-coord-3f-arb: Public compiler macros
Compiler Macro, multi-tex-coord-3fv: Public compiler macros
Compiler Macro, multi-tex-coord-3fv-arb: Public compiler macros
Compiler Macro, multi-tex-coord-3h-nv: Public compiler macros
Compiler Macro, multi-tex-coord-3hv-nv: Public compiler macros
Compiler Macro, multi-tex-coord-3i: Public compiler macros
Compiler Macro, multi-tex-coord-3i-arb: Public compiler macros
Compiler Macro, multi-tex-coord-3iv: Public compiler macros
Compiler Macro, multi-tex-coord-3iv-arb: Public compiler macros
Compiler Macro, multi-tex-coord-3s: Public compiler macros
Compiler Macro, multi-tex-coord-3s-arb: Public compiler macros
Compiler Macro, multi-tex-coord-3sv: Public compiler macros
Compiler Macro, multi-tex-coord-3sv-arb: Public compiler macros
Compiler Macro, multi-tex-coord-3x-oes: Public compiler macros
Compiler Macro, multi-tex-coord-3xv-oes: Public compiler macros
Compiler Macro, multi-tex-coord-4b-oes: Public compiler macros
Compiler Macro, multi-tex-coord-4bv-oes: Public compiler macros
Compiler Macro, multi-tex-coord-4d: Public compiler macros
Compiler Macro, multi-tex-coord-4d-arb: Public compiler macros
Compiler Macro, multi-tex-coord-4dv: Public compiler macros
Compiler Macro, multi-tex-coord-4dv-arb: Public compiler macros
Compiler Macro, multi-tex-coord-4f: Public compiler macros
Compiler Macro, multi-tex-coord-4f-arb: Public compiler macros
Compiler Macro, multi-tex-coord-4fv: Public compiler macros
Compiler Macro, multi-tex-coord-4fv-arb: Public compiler macros
Compiler Macro, multi-tex-coord-4h-nv: Public compiler macros
Compiler Macro, multi-tex-coord-4hv-nv: Public compiler macros
Compiler Macro, multi-tex-coord-4i: Public compiler macros
Compiler Macro, multi-tex-coord-4i-arb: Public compiler macros
Compiler Macro, multi-tex-coord-4iv: Public compiler macros
Compiler Macro, multi-tex-coord-4iv-arb: Public compiler macros
Compiler Macro, multi-tex-coord-4s: Public compiler macros
Compiler Macro, multi-tex-coord-4s-arb: Public compiler macros
Compiler Macro, multi-tex-coord-4sv: Public compiler macros
Compiler Macro, multi-tex-coord-4sv-arb: Public compiler macros
Compiler Macro, multi-tex-coord-4x: Public compiler macros
Compiler Macro, multi-tex-coord-4x-oes: Public compiler macros
Compiler Macro, multi-tex-coord-4xv-oes: Public compiler macros
Compiler Macro, multi-tex-coord-p1ui: Public compiler macros
Compiler Macro, multi-tex-coord-p1uiv: Public compiler macros
Compiler Macro, multi-tex-coord-p2ui: Public compiler macros
Compiler Macro, multi-tex-coord-p2uiv: Public compiler macros
Compiler Macro, multi-tex-coord-p3ui: Public compiler macros
Compiler Macro, multi-tex-coord-p3uiv: Public compiler macros
Compiler Macro, multi-tex-coord-p4ui: Public compiler macros
Compiler Macro, multi-tex-coord-p4uiv: Public compiler macros
Compiler Macro, multi-tex-coord-pointer-ext: Public compiler macros
Compiler Macro, multi-tex-env-f-ext: Public compiler macros
Compiler Macro, multi-tex-env-fv-ext: Public compiler macros
Compiler Macro, multi-tex-env-i-ext: Public compiler macros
Compiler Macro, multi-tex-env-iv-ext: Public compiler macros
Compiler Macro, multi-tex-gen-d-ext: Public compiler macros
Compiler Macro, multi-tex-gen-dv-ext: Public compiler macros
Compiler Macro, multi-tex-gen-f-ext: Public compiler macros
Compiler Macro, multi-tex-gen-fv-ext: Public compiler macros
Compiler Macro, multi-tex-gen-i-ext: Public compiler macros
Compiler Macro, multi-tex-gen-iv-ext: Public compiler macros
Compiler Macro, multi-tex-image-1d-ext: Public compiler macros
Compiler Macro, multi-tex-image-2d-ext: Public compiler macros
Compiler Macro, multi-tex-image-3d-ext: Public compiler macros
Compiler Macro, multi-tex-parameter-f-ext: Public compiler macros
Compiler Macro, multi-tex-parameter-fv-ext: Public compiler macros
Compiler Macro, multi-tex-parameter-i-ext: Public compiler macros
Compiler Macro, multi-tex-parameter-iiv-ext: Public compiler macros
Compiler Macro, multi-tex-parameter-iuiv-ext: Public compiler macros
Compiler Macro, multi-tex-parameter-iv-ext: Public compiler macros
Compiler Macro, multi-tex-renderbuffer-ext: Public compiler macros
Compiler Macro, multi-tex-sub-image-1d-ext: Public compiler macros
Compiler Macro, multi-tex-sub-image-2d-ext: Public compiler macros
Compiler Macro, multi-tex-sub-image-3d-ext: Public compiler macros
Compiler Macro, multicast-blit-framebuffer-nv: Public compiler macros
Compiler Macro, multicast-copy-image-sub-data-nv: Public compiler macros
Compiler Macro, multicast-get-query-object-i64v-nv: Public compiler macros
Compiler Macro, multicast-get-query-object-iv-nv: Public compiler macros
Compiler Macro, multicast-get-query-object-ui64v-nv: Public compiler macros
Compiler Macro, multicast-get-query-object-uiv-nv: Public compiler macros
Compiler Macro, named-buffer-data: Public compiler macros
Compiler Macro, named-buffer-data-ext: Public compiler macros
Compiler Macro, named-buffer-page-commitment-arb: Public compiler macros
Compiler Macro, named-buffer-page-commitment-ext: Public compiler macros
Compiler Macro, named-buffer-page-commitment-mem-nv: Public compiler macros
Compiler Macro, named-framebuffer-draw-buffer: Public compiler macros
Compiler Macro, named-framebuffer-parameter-i: Public compiler macros
Compiler Macro, named-framebuffer-parameter-i-ext: Public compiler macros
Compiler Macro, named-framebuffer-read-buffer: Public compiler macros
Compiler Macro, named-framebuffer-renderbuffer: Public compiler macros
Compiler Macro, named-framebuffer-renderbuffer-ext: Public compiler macros
Compiler Macro, named-framebuffer-texture: Public compiler macros
Compiler Macro, named-framebuffer-texture-1d-ext: Public compiler macros
Compiler Macro, named-framebuffer-texture-2d-ext: Public compiler macros
Compiler Macro, named-framebuffer-texture-3d-ext: Public compiler macros
Compiler Macro, named-framebuffer-texture-ext: Public compiler macros
Compiler Macro, named-framebuffer-texture-face-ext: Public compiler macros
Compiler Macro, named-framebuffer-texture-layer: Public compiler macros
Compiler Macro, named-framebuffer-texture-layer-ext: Public compiler macros
Compiler Macro, named-framebuffer-texture-multiview-ovr: Public compiler macros
Compiler Macro, named-program-local-parameter-4d-ext: Public compiler macros
Compiler Macro, named-program-local-parameter-4dv-ext: Public compiler macros
Compiler Macro, named-program-local-parameter-4f-ext: Public compiler macros
Compiler Macro, named-program-local-parameter-4fv-ext: Public compiler macros
Compiler Macro, named-program-local-parameter-i4i-ext: Public compiler macros
Compiler Macro, named-program-local-parameter-i4iv-ext: Public compiler macros
Compiler Macro, named-program-local-parameter-i4ui-ext: Public compiler macros
Compiler Macro, named-program-local-parameter-i4uiv-ext: Public compiler macros
Compiler Macro, named-program-local-parameters-4fv-ext: Public compiler macros
Compiler Macro, named-program-local-parameters-i4iv-ext: Public compiler macros
Compiler Macro, named-program-local-parameters-i4uiv-ext: Public compiler macros
Compiler Macro, named-program-string-ext: Public compiler macros
Compiler Macro, named-renderbuffer-storage: Public compiler macros
Compiler Macro, named-renderbuffer-storage-ext: Public compiler macros
Compiler Macro, named-renderbuffer-storage-multisample: Public compiler macros
Compiler Macro, named-renderbuffer-storage-multisample-advanced-amd: Public compiler macros
Compiler Macro, named-renderbuffer-storage-multisample-coverage-ext: Public compiler macros
Compiler Macro, named-renderbuffer-storage-multisample-ext: Public compiler macros
Compiler Macro, named-string-arb: Public compiler macros
Compiler Macro, new-list: Public compiler macros
Compiler Macro, new-object-buffer-ati: Public compiler macros
Compiler Macro, normal-format-nv: Public compiler macros
Compiler Macro, normal-p3ui: Public compiler macros
Compiler Macro, normal-p3uiv: Public compiler macros
Compiler Macro, normal-pointer: Public compiler macros
Compiler Macro, normal-pointer-ext: Public compiler macros
Compiler Macro, normal-pointer-list-ibm: Public compiler macros
Compiler Macro, normal-pointer-v-intel: Public compiler macros
Compiler Macro, normal-stream-3b-ati: Public compiler macros
Compiler Macro, normal-stream-3bv-ati: Public compiler macros
Compiler Macro, normal-stream-3d-ati: Public compiler macros
Compiler Macro, normal-stream-3dv-ati: Public compiler macros
Compiler Macro, normal-stream-3f-ati: Public compiler macros
Compiler Macro, normal-stream-3fv-ati: Public compiler macros
Compiler Macro, normal-stream-3i-ati: Public compiler macros
Compiler Macro, normal-stream-3iv-ati: Public compiler macros
Compiler Macro, normal-stream-3s-ati: Public compiler macros
Compiler Macro, normal-stream-3sv-ati: Public compiler macros
Compiler Macro, object-label: Public compiler macros
Compiler Macro, object-label-khr: Public compiler macros
Compiler Macro, object-purgeable-apple: Public compiler macros
Compiler Macro, object-unpurgeable-apple: Public compiler macros
Compiler Macro, pass-tex-coord-ati: Public compiler macros
Compiler Macro, patch-parameter-fv: Public compiler macros
Compiler Macro, patch-parameter-i: Public compiler macros
Compiler Macro, patch-parameter-i-ext: Public compiler macros
Compiler Macro, patch-parameter-i-oes: Public compiler macros
Compiler Macro, path-color-gen-nv: Public compiler macros
Compiler Macro, path-commands-nv: Public compiler macros
Compiler Macro, path-coords-nv: Public compiler macros
Compiler Macro, path-cover-depth-func-nv: Public compiler macros
Compiler Macro, path-fog-gen-nv: Public compiler macros
Compiler Macro, path-glyph-index-array-nv: Public compiler macros
Compiler Macro, path-glyph-index-range-nv: Public compiler macros
Compiler Macro, path-glyph-range-nv: Public compiler macros
Compiler Macro, path-glyphs-nv: Public compiler macros
Compiler Macro, path-memory-glyph-index-array-nv: Public compiler macros
Compiler Macro, path-parameter-f-nv: Public compiler macros
Compiler Macro, path-parameter-fv-nv: Public compiler macros
Compiler Macro, path-parameter-i-nv: Public compiler macros
Compiler Macro, path-parameter-iv-nv: Public compiler macros
Compiler Macro, path-stencil-func-nv: Public compiler macros
Compiler Macro, path-string-nv: Public compiler macros
Compiler Macro, path-sub-commands-nv: Public compiler macros
Compiler Macro, path-sub-coords-nv: Public compiler macros
Compiler Macro, path-tex-gen-nv: Public compiler macros
Compiler Macro, pixel-data-range-nv: Public compiler macros
Compiler Macro, pixel-map-fv: Public compiler macros
Compiler Macro, pixel-map-uiv: Public compiler macros
Compiler Macro, pixel-map-usv: Public compiler macros
Compiler Macro, pixel-map-x: Public compiler macros
Compiler Macro, pixel-store-f: Public compiler macros
Compiler Macro, pixel-store-i: Public compiler macros
Compiler Macro, pixel-store-x: Public compiler macros
Compiler Macro, pixel-tex-gen-parameter-f-sgis: Public compiler macros
Compiler Macro, pixel-tex-gen-parameter-fv-sgis: Public compiler macros
Compiler Macro, pixel-tex-gen-parameter-i-sgis: Public compiler macros
Compiler Macro, pixel-tex-gen-parameter-iv-sgis: Public compiler macros
Compiler Macro, pixel-tex-gen-sgix: Public compiler macros
Compiler Macro, pixel-transfer-f: Public compiler macros
Compiler Macro, pixel-transfer-i: Public compiler macros
Compiler Macro, pixel-transfer-x-oes: Public compiler macros
Compiler Macro, pixel-transform-parameter-f-ext: Public compiler macros
Compiler Macro, pixel-transform-parameter-fv-ext: Public compiler macros
Compiler Macro, pixel-transform-parameter-i-ext: Public compiler macros
Compiler Macro, pixel-transform-parameter-iv-ext: Public compiler macros
Compiler Macro, pntriangles-f-ati: Public compiler macros
Compiler Macro, pntriangles-i-ati: Public compiler macros
Compiler Macro, point-parameter-f: Public compiler macros
Compiler Macro, point-parameter-f-arb: Public compiler macros
Compiler Macro, point-parameter-f-ext: Public compiler macros
Compiler Macro, point-parameter-f-sgis: Public compiler macros
Compiler Macro, point-parameter-fv: Public compiler macros
Compiler Macro, point-parameter-fv-arb: Public compiler macros
Compiler Macro, point-parameter-fv-ext: Public compiler macros
Compiler Macro, point-parameter-fv-sgis: Public compiler macros
Compiler Macro, point-parameter-i: Public compiler macros
Compiler Macro, point-parameter-i-nv: Public compiler macros
Compiler Macro, point-parameter-iv: Public compiler macros
Compiler Macro, point-parameter-iv-nv: Public compiler macros
Compiler Macro, point-parameter-x: Public compiler macros
Compiler Macro, point-parameter-x-oes: Public compiler macros
Compiler Macro, point-parameter-xv: Public compiler macros
Compiler Macro, point-parameter-xv-oes: Public compiler macros
Compiler Macro, point-size-pointer-oes: Public compiler macros
Compiler Macro, polygon-mode: Public compiler macros
Compiler Macro, polygon-mode-nv: Public compiler macros
Compiler Macro, present-frame-dual-fill-nv: Public compiler macros
Compiler Macro, present-frame-keyed-nv: Public compiler macros
Compiler Macro, program-binary: Public compiler macros
Compiler Macro, program-binary-oes: Public compiler macros
Compiler Macro, program-buffer-parameters-fv-nv: Public compiler macros
Compiler Macro, program-buffer-parameters-iiv-nv: Public compiler macros
Compiler Macro, program-buffer-parameters-iuiv-nv: Public compiler macros
Compiler Macro, program-env-parameter-4d-arb: Public compiler macros
Compiler Macro, program-env-parameter-4dv-arb: Public compiler macros
Compiler Macro, program-env-parameter-4f-arb: Public compiler macros
Compiler Macro, program-env-parameter-4fv-arb: Public compiler macros
Compiler Macro, program-env-parameter-i4i-nv: Public compiler macros
Compiler Macro, program-env-parameter-i4iv-nv: Public compiler macros
Compiler Macro, program-env-parameter-i4ui-nv: Public compiler macros
Compiler Macro, program-env-parameter-i4uiv-nv: Public compiler macros
Compiler Macro, program-env-parameters-4fv-ext: Public compiler macros
Compiler Macro, program-env-parameters-i4iv-nv: Public compiler macros
Compiler Macro, program-env-parameters-i4uiv-nv: Public compiler macros
Compiler Macro, program-local-parameter-4d-arb: Public compiler macros
Compiler Macro, program-local-parameter-4dv-arb: Public compiler macros
Compiler Macro, program-local-parameter-4f-arb: Public compiler macros
Compiler Macro, program-local-parameter-4fv-arb: Public compiler macros
Compiler Macro, program-local-parameter-i4i-nv: Public compiler macros
Compiler Macro, program-local-parameter-i4iv-nv: Public compiler macros
Compiler Macro, program-local-parameter-i4ui-nv: Public compiler macros
Compiler Macro, program-local-parameter-i4uiv-nv: Public compiler macros
Compiler Macro, program-local-parameters-4fv-ext: Public compiler macros
Compiler Macro, program-local-parameters-i4iv-nv: Public compiler macros
Compiler Macro, program-local-parameters-i4uiv-nv: Public compiler macros
Compiler Macro, program-parameter-4d-nv: Public compiler macros
Compiler Macro, program-parameter-4dv-nv: Public compiler macros
Compiler Macro, program-parameter-4f-nv: Public compiler macros
Compiler Macro, program-parameter-4fv-nv: Public compiler macros
Compiler Macro, program-parameter-i: Public compiler macros
Compiler Macro, program-parameter-i-arb: Public compiler macros
Compiler Macro, program-parameter-i-ext: Public compiler macros
Compiler Macro, program-parameters-4dv-nv: Public compiler macros
Compiler Macro, program-parameters-4fv-nv: Public compiler macros
Compiler Macro, program-path-fragment-input-gen-nv: Public compiler macros
Compiler Macro, program-string-arb: Public compiler macros
Compiler Macro, program-subroutine-parameters-uiv-nv: Public compiler macros
Compiler Macro, program-uniform-matrix-2dv: Public compiler macros
Compiler Macro, program-uniform-matrix-2dv-ext: Public compiler macros
Compiler Macro, program-uniform-matrix-2fv: Public compiler macros
Compiler Macro, program-uniform-matrix-2fv-ext: Public compiler macros
Compiler Macro, program-uniform-matrix-2x3-dv: Public compiler macros
Compiler Macro, program-uniform-matrix-2x3-dv-ext: Public compiler macros
Compiler Macro, program-uniform-matrix-2x3-fv: Public compiler macros
Compiler Macro, program-uniform-matrix-2x3-fv-ext: Public compiler macros
Compiler Macro, program-uniform-matrix-2x4-dv: Public compiler macros
Compiler Macro, program-uniform-matrix-2x4-dv-ext: Public compiler macros
Compiler Macro, program-uniform-matrix-2x4-fv: Public compiler macros
Compiler Macro, program-uniform-matrix-2x4-fv-ext: Public compiler macros
Compiler Macro, program-uniform-matrix-3dv: Public compiler macros
Compiler Macro, program-uniform-matrix-3dv-ext: Public compiler macros
Compiler Macro, program-uniform-matrix-3fv: Public compiler macros
Compiler Macro, program-uniform-matrix-3fv-ext: Public compiler macros
Compiler Macro, program-uniform-matrix-3x2-dv: Public compiler macros
Compiler Macro, program-uniform-matrix-3x2-dv-ext: Public compiler macros
Compiler Macro, program-uniform-matrix-3x2-fv: Public compiler macros
Compiler Macro, program-uniform-matrix-3x2-fv-ext: Public compiler macros
Compiler Macro, program-uniform-matrix-3x4-dv: Public compiler macros
Compiler Macro, program-uniform-matrix-3x4-dv-ext: Public compiler macros
Compiler Macro, program-uniform-matrix-3x4-fv: Public compiler macros
Compiler Macro, program-uniform-matrix-3x4-fv-ext: Public compiler macros
Compiler Macro, program-uniform-matrix-4dv: Public compiler macros
Compiler Macro, program-uniform-matrix-4dv-ext: Public compiler macros
Compiler Macro, program-uniform-matrix-4fv: Public compiler macros
Compiler Macro, program-uniform-matrix-4fv-ext: Public compiler macros
Compiler Macro, program-uniform-matrix-4x2-dv: Public compiler macros
Compiler Macro, program-uniform-matrix-4x2-dv-ext: Public compiler macros
Compiler Macro, program-uniform-matrix-4x2-fv: Public compiler macros
Compiler Macro, program-uniform-matrix-4x2-fv-ext: Public compiler macros
Compiler Macro, program-uniform-matrix-4x3-dv: Public compiler macros
Compiler Macro, program-uniform-matrix-4x3-dv-ext: Public compiler macros
Compiler Macro, program-uniform-matrix-4x3-fv: Public compiler macros
Compiler Macro, program-uniform-matrix-4x3-fv-ext: Public compiler macros
Compiler Macro, program-uniformf: Public compiler macros
Compiler Macro, program-uniformi: Public compiler macros
Compiler Macro, program-vertex-limit-nv: Public compiler macros
Compiler Macro, provoking-vertex: Public compiler macros
Compiler Macro, provoking-vertex-ext: Public compiler macros
Compiler Macro, push-attrib: Public compiler macros
Compiler Macro, push-client-attrib: Public compiler macros
Compiler Macro, push-debug-group: Public compiler macros
Compiler Macro, push-debug-group-khr: Public compiler macros
Compiler Macro, query-counter: Public compiler macros
Compiler Macro, query-counter-ext: Public compiler macros
Compiler Macro, query-object-parameter-ui-amd: Public compiler macros
Compiler Macro, query-resource-nv: Public compiler macros
Compiler Macro, raster-samples-ext: Public compiler macros
Compiler Macro, read-buffer: Public compiler macros
Compiler Macro, read-buffer-indexed-ext: Public compiler macros
Compiler Macro, read-buffer-nv: Public compiler macros
Compiler Macro, read-pixels: Public compiler macros
Compiler Macro, readn-pixels: Public compiler macros
Compiler Macro, readn-pixels-arb: Public compiler macros
Compiler Macro, readn-pixels-ext: Public compiler macros
Compiler Macro, readn-pixels-khr: Public compiler macros
Compiler Macro, render-mode: Public compiler macros
Compiler Macro, renderbuffer-storage: Public compiler macros
Compiler Macro, renderbuffer-storage-ext: Public compiler macros
Compiler Macro, renderbuffer-storage-multisample: Public compiler macros
Compiler Macro, renderbuffer-storage-multisample-advanced-amd: Public compiler macros
Compiler Macro, renderbuffer-storage-multisample-angle: Public compiler macros
Compiler Macro, renderbuffer-storage-multisample-apple: Public compiler macros
Compiler Macro, renderbuffer-storage-multisample-coverage-nv: Public compiler macros
Compiler Macro, renderbuffer-storage-multisample-ext: Public compiler macros
Compiler Macro, renderbuffer-storage-multisample-img: Public compiler macros
Compiler Macro, renderbuffer-storage-multisample-nv: Public compiler macros
Compiler Macro, renderbuffer-storage-oes: Public compiler macros
Compiler Macro, replacement-code-pointer-sun: Public compiler macros
Compiler Macro, reset-histogram: Public compiler macros
Compiler Macro, reset-histogram-ext: Public compiler macros
Compiler Macro, reset-memory-object-parameter-nv: Public compiler macros
Compiler Macro, reset-minmax: Public compiler macros
Compiler Macro, reset-minmax-ext: Public compiler macros
Compiler Macro, sample-coverage: Public compiler macros
Compiler Macro, sample-coverage-arb: Public compiler macros
Compiler Macro, sample-coverage-x: Public compiler macros
Compiler Macro, sample-coverage-x-oes: Public compiler macros
Compiler Macro, sample-map-ati: Public compiler macros
Compiler Macro, sample-mask-ext: Public compiler macros
Compiler Macro, sample-mask-sgis: Public compiler macros
Compiler Macro, sample-pattern-ext: Public compiler macros
Compiler Macro, sample-pattern-sgis: Public compiler macros
Compiler Macro, sampler-parameter-f: Public compiler macros
Compiler Macro, sampler-parameter-fv: Public compiler macros
Compiler Macro, sampler-parameter-i: Public compiler macros
Compiler Macro, sampler-parameter-iiv: Public compiler macros
Compiler Macro, sampler-parameter-iiv-ext: Public compiler macros
Compiler Macro, sampler-parameter-iiv-oes: Public compiler macros
Compiler Macro, sampler-parameter-iuiv: Public compiler macros
Compiler Macro, sampler-parameter-iuiv-ext: Public compiler macros
Compiler Macro, sampler-parameter-iuiv-oes: Public compiler macros
Compiler Macro, sampler-parameter-iv: Public compiler macros
Compiler Macro, secondary-color-format-nv: Public compiler macros
Compiler Macro, secondary-color-p3ui: Public compiler macros
Compiler Macro, secondary-color-p3uiv: Public compiler macros
Compiler Macro, secondary-color-pointer: Public compiler macros
Compiler Macro, secondary-color-pointer-ext: Public compiler macros
Compiler Macro, secondary-color-pointer-list-ibm: Public compiler macros
Compiler Macro, select-perf-monitor-counters-amd: Public compiler macros
Compiler Macro, semaphore-parameter-iv-nv: Public compiler macros
Compiler Macro, semaphore-parameter-ui64v-ext: Public compiler macros
Compiler Macro, separable-filter-2d: Public compiler macros
Compiler Macro, separable-filter-2d-ext: Public compiler macros
Compiler Macro, set-fence-nv: Public compiler macros
Compiler Macro, set-invariant-ext: Public compiler macros
Compiler Macro, set-local-constant-ext: Public compiler macros
Compiler Macro, set-multisample-fv-amd: Public compiler macros
Compiler Macro, shade-model: Public compiler macros
Compiler Macro, shader-binary: Public compiler macros
Compiler Macro, shader-op-1-ext: Public compiler macros
Compiler Macro, shader-op-2-ext: Public compiler macros
Compiler Macro, shader-op-3-ext: Public compiler macros
Compiler Macro, shading-rate-combiner-ops-ext: Public compiler macros
Compiler Macro, shading-rate-ext: Public compiler macros
Compiler Macro, shading-rate-image-barrier-nv: Public compiler macros
Compiler Macro, shading-rate-qcom: Public compiler macros
Compiler Macro, shading-rate-sample-order-custom-nv: Public compiler macros
Compiler Macro, shading-rate-sample-order-nv: Public compiler macros
Compiler Macro, sharpen-tex-func-sgis: Public compiler macros
Compiler Macro, sprite-parameter-f-sgix: Public compiler macros
Compiler Macro, sprite-parameter-fv-sgix: Public compiler macros
Compiler Macro, sprite-parameter-i-sgix: Public compiler macros
Compiler Macro, sprite-parameter-iv-sgix: Public compiler macros
Compiler Macro, state-capture-nv: Public compiler macros
Compiler Macro, stencil-fill-path-instanced-nv: Public compiler macros
Compiler Macro, stencil-fill-path-nv: Public compiler macros
Compiler Macro, stencil-func: Public compiler macros
Compiler Macro, stencil-func-separate: Public compiler macros
Compiler Macro, stencil-func-separate-ati: Public compiler macros
Compiler Macro, stencil-mask-separate: Public compiler macros
Compiler Macro, stencil-op: Public compiler macros
Compiler Macro, stencil-op-separate: Public compiler macros
Compiler Macro, stencil-op-separate-ati: Public compiler macros
Compiler Macro, stencil-op-value-amd: Public compiler macros
Compiler Macro, stencil-stroke-path-instanced-nv: Public compiler macros
Compiler Macro, stencil-then-cover-fill-path-instanced-nv: Public compiler macros
Compiler Macro, stencil-then-cover-fill-path-nv: Public compiler macros
Compiler Macro, stencil-then-cover-stroke-path-instanced-nv: Public compiler macros
Compiler Macro, stencil-then-cover-stroke-path-nv: Public compiler macros
Compiler Macro, swizzle-ext: Public compiler macros
Compiler Macro, tangent-pointer-ext: Public compiler macros
Compiler Macro, tessellation-mode-amd: Public compiler macros
Compiler Macro, test-object-apple: Public compiler macros
Compiler Macro, tex-attach-memory-nv: Public compiler macros
Compiler Macro, tex-buffer: Public compiler macros
Compiler Macro, tex-buffer-arb: Public compiler macros
Compiler Macro, tex-buffer-ext: Public compiler macros
Compiler Macro, tex-buffer-oes: Public compiler macros
Compiler Macro, tex-buffer-range: Public compiler macros
Compiler Macro, tex-buffer-range-ext: Public compiler macros
Compiler Macro, tex-buffer-range-oes: Public compiler macros
Compiler Macro, tex-bump-parameter-fv-ati: Public compiler macros
Compiler Macro, tex-bump-parameter-iv-ati: Public compiler macros
Compiler Macro, tex-coord-format-nv: Public compiler macros
Compiler Macro, tex-coord-p1ui: Public compiler macros
Compiler Macro, tex-coord-p1uiv: Public compiler macros
Compiler Macro, tex-coord-p2ui: Public compiler macros
Compiler Macro, tex-coord-p2uiv: Public compiler macros
Compiler Macro, tex-coord-p3ui: Public compiler macros
Compiler Macro, tex-coord-p3uiv: Public compiler macros
Compiler Macro, tex-coord-p4ui: Public compiler macros
Compiler Macro, tex-coord-p4uiv: Public compiler macros
Compiler Macro, tex-coord-pointer: Public compiler macros
Compiler Macro, tex-coord-pointer-ext: Public compiler macros
Compiler Macro, tex-coord-pointer-list-ibm: Public compiler macros
Compiler Macro, tex-coord-pointer-v-intel: Public compiler macros
Compiler Macro, tex-env-f: Public compiler macros
Compiler Macro, tex-env-fv: Public compiler macros
Compiler Macro, tex-env-i: Public compiler macros
Compiler Macro, tex-env-iv: Public compiler macros
Compiler Macro, tex-env-x: Public compiler macros
Compiler Macro, tex-env-x-oes: Public compiler macros
Compiler Macro, tex-env-xv: Public compiler macros
Compiler Macro, tex-env-xv-oes: Public compiler macros
Compiler Macro, tex-filter-func-sgis: Public compiler macros
Compiler Macro, tex-gen-d: Public compiler macros
Compiler Macro, tex-gen-dv: Public compiler macros
Compiler Macro, tex-gen-f: Public compiler macros
Compiler Macro, tex-gen-f-oes: Public compiler macros
Compiler Macro, tex-gen-fv: Public compiler macros
Compiler Macro, tex-gen-fv-oes: Public compiler macros
Compiler Macro, tex-gen-i: Public compiler macros
Compiler Macro, tex-gen-i-oes: Public compiler macros
Compiler Macro, tex-gen-iv: Public compiler macros
Compiler Macro, tex-gen-iv-oes: Public compiler macros
Compiler Macro, tex-gen-x-oes: Public compiler macros
Compiler Macro, tex-gen-xv-oes: Public compiler macros
Compiler Macro, tex-image-1d: Public compiler macros
Compiler Macro, tex-image-2d: Public compiler macros
Compiler Macro, tex-image-2d-multisample: Public compiler macros
Compiler Macro, tex-image-2d-multisample-coverage-nv: Public compiler macros
Compiler Macro, tex-image-3d: Public compiler macros
Compiler Macro, tex-image-3d-ext: Public compiler macros
Compiler Macro, tex-image-3d-multisample: Public compiler macros
Compiler Macro, tex-image-3d-multisample-coverage-nv: Public compiler macros
Compiler Macro, tex-image-3d-oes: Public compiler macros
Compiler Macro, tex-image-4d-sgis: Public compiler macros
Compiler Macro, tex-page-commitment-arb: Public compiler macros
Compiler Macro, tex-page-commitment-ext: Public compiler macros
Compiler Macro, tex-page-commitment-mem-nv: Public compiler macros
Compiler Macro, tex-parameter-f: Public compiler macros
Compiler Macro, tex-parameter-fv: Public compiler macros
Compiler Macro, tex-parameter-i: Public compiler macros
Compiler Macro, tex-parameter-iiv: Public compiler macros
Compiler Macro, tex-parameter-iiv-ext: Public compiler macros
Compiler Macro, tex-parameter-iiv-oes: Public compiler macros
Compiler Macro, tex-parameter-iuiv: Public compiler macros
Compiler Macro, tex-parameter-iuiv-ext: Public compiler macros
Compiler Macro, tex-parameter-iuiv-oes: Public compiler macros
Compiler Macro, tex-parameter-iv: Public compiler macros
Compiler Macro, tex-parameter-x: Public compiler macros
Compiler Macro, tex-parameter-x-oes: Public compiler macros
Compiler Macro, tex-parameter-xv: Public compiler macros
Compiler Macro, tex-parameter-xv-oes: Public compiler macros
Compiler Macro, tex-renderbuffer-nv: Public compiler macros
Compiler Macro, tex-storage-1d: Public compiler macros
Compiler Macro, tex-storage-1d-ext: Public compiler macros
Compiler Macro, tex-storage-2d: Public compiler macros
Compiler Macro, tex-storage-2d-ext: Public compiler macros
Compiler Macro, tex-storage-2d-multisample: Public compiler macros
Compiler Macro, tex-storage-3d: Public compiler macros
Compiler Macro, tex-storage-3d-ext: Public compiler macros
Compiler Macro, tex-storage-3d-multisample: Public compiler macros
Compiler Macro, tex-storage-3d-multisample-oes: Public compiler macros
Compiler Macro, tex-storage-attribs-2d-ext: Public compiler macros
Compiler Macro, tex-storage-attribs-3d-ext: Public compiler macros
Compiler Macro, tex-storage-mem-1d-ext: Public compiler macros
Compiler Macro, tex-storage-mem-2d-ext: Public compiler macros
Compiler Macro, tex-storage-mem-2d-multisample-ext: Public compiler macros
Compiler Macro, tex-storage-mem-3d-ext: Public compiler macros
Compiler Macro, tex-storage-mem-3d-multisample-ext: Public compiler macros
Compiler Macro, tex-storage-sparse-amd: Public compiler macros
Compiler Macro, tex-sub-image-1d: Public compiler macros
Compiler Macro, tex-sub-image-1d-ext: Public compiler macros
Compiler Macro, tex-sub-image-2d: Public compiler macros
Compiler Macro, tex-sub-image-2d-ext: Public compiler macros
Compiler Macro, tex-sub-image-3d: Public compiler macros
Compiler Macro, tex-sub-image-3d-ext: Public compiler macros
Compiler Macro, tex-sub-image-3d-oes: Public compiler macros
Compiler Macro, tex-sub-image-4d-sgis: Public compiler macros
Compiler Macro, texture-buffer: Public compiler macros
Compiler Macro, texture-buffer-ext: Public compiler macros
Compiler Macro, texture-buffer-range: Public compiler macros
Compiler Macro, texture-buffer-range-ext: Public compiler macros
Compiler Macro, texture-color-mask-sgis: Public compiler macros
Compiler Macro, texture-image-1d-ext: Public compiler macros
Compiler Macro, texture-image-2d-ext: Public compiler macros
Compiler Macro, texture-image-2d-multisample-coverage-nv: Public compiler macros
Compiler Macro, texture-image-2d-multisample-nv: Public compiler macros
Compiler Macro, texture-image-3d-ext: Public compiler macros
Compiler Macro, texture-image-3d-multisample-coverage-nv: Public compiler macros
Compiler Macro, texture-image-3d-multisample-nv: Public compiler macros
Compiler Macro, texture-light-ext: Public compiler macros
Compiler Macro, texture-material-ext: Public compiler macros
Compiler Macro, texture-normal-ext: Public compiler macros
Compiler Macro, texture-page-commitment-ext: Public compiler macros
Compiler Macro, texture-page-commitment-mem-nv: Public compiler macros
Compiler Macro, texture-parameter-f: Public compiler macros
Compiler Macro, texture-parameter-f-ext: Public compiler macros
Compiler Macro, texture-parameter-fv: Public compiler macros
Compiler Macro, texture-parameter-fv-ext: Public compiler macros
Compiler Macro, texture-parameter-i: Public compiler macros
Compiler Macro, texture-parameter-i-ext: Public compiler macros
Compiler Macro, texture-parameter-iiv: Public compiler macros
Compiler Macro, texture-parameter-iiv-ext: Public compiler macros
Compiler Macro, texture-parameter-iuiv: Public compiler macros
Compiler Macro, texture-parameter-iuiv-ext: Public compiler macros
Compiler Macro, texture-parameter-iv: Public compiler macros
Compiler Macro, texture-parameter-iv-ext: Public compiler macros
Compiler Macro, texture-range-apple: Public compiler macros
Compiler Macro, texture-renderbuffer-ext: Public compiler macros
Compiler Macro, texture-storage-1d: Public compiler macros
Compiler Macro, texture-storage-1d-ext: Public compiler macros
Compiler Macro, texture-storage-2d: Public compiler macros
Compiler Macro, texture-storage-2d-ext: Public compiler macros
Compiler Macro, texture-storage-2d-multisample: Public compiler macros
Compiler Macro, texture-storage-2d-multisample-ext: Public compiler macros
Compiler Macro, texture-storage-3d: Public compiler macros
Compiler Macro, texture-storage-3d-ext: Public compiler macros
Compiler Macro, texture-storage-3d-multisample: Public compiler macros
Compiler Macro, texture-storage-3d-multisample-ext: Public compiler macros
Compiler Macro, texture-storage-mem-1d-ext: Public compiler macros
Compiler Macro, texture-storage-mem-2d-ext: Public compiler macros
Compiler Macro, texture-storage-mem-2d-multisample-ext: Public compiler macros
Compiler Macro, texture-storage-mem-3d-ext: Public compiler macros
Compiler Macro, texture-storage-mem-3d-multisample-ext: Public compiler macros
Compiler Macro, texture-storage-sparse-amd: Public compiler macros
Compiler Macro, texture-sub-image-1d: Public compiler macros
Compiler Macro, texture-sub-image-1d-ext: Public compiler macros
Compiler Macro, texture-sub-image-2d: Public compiler macros
Compiler Macro, texture-sub-image-2d-ext: Public compiler macros
Compiler Macro, texture-sub-image-3d: Public compiler macros
Compiler Macro, texture-sub-image-3d-ext: Public compiler macros
Compiler Macro, texture-view: Public compiler macros
Compiler Macro, texture-view-ext: Public compiler macros
Compiler Macro, texture-view-oes: Public compiler macros
Compiler Macro, track-matrix-nv: Public compiler macros
Compiler Macro, transform-feedback-attribs-nv: Public compiler macros
Compiler Macro, transform-feedback-stream-attribs-nv: Public compiler macros
Compiler Macro, transform-feedback-varyings: Public compiler macros
Compiler Macro, transform-feedback-varyings-ext: Public compiler macros
Compiler Macro, transform-feedback-varyings-nv: Public compiler macros
Compiler Macro, transform-path-nv: Public compiler macros
Compiler Macro, uniform-matrix-2dv: Public compiler macros
Compiler Macro, uniform-matrix-2fv: Public compiler macros
Compiler Macro, uniform-matrix-2fv-arb: Public compiler macros
Compiler Macro, uniform-matrix-2x3-dv: Public compiler macros
Compiler Macro, uniform-matrix-2x3-fv: Public compiler macros
Compiler Macro, uniform-matrix-2x3-fv-nv: Public compiler macros
Compiler Macro, uniform-matrix-2x4-dv: Public compiler macros
Compiler Macro, uniform-matrix-2x4-fv: Public compiler macros
Compiler Macro, uniform-matrix-2x4-fv-nv: Public compiler macros
Compiler Macro, uniform-matrix-3dv: Public compiler macros
Compiler Macro, uniform-matrix-3fv: Public compiler macros
Compiler Macro, uniform-matrix-3fv-arb: Public compiler macros
Compiler Macro, uniform-matrix-3x2-dv: Public compiler macros
Compiler Macro, uniform-matrix-3x2-fv: Public compiler macros
Compiler Macro, uniform-matrix-3x2-fv-nv: Public compiler macros
Compiler Macro, uniform-matrix-3x4-dv: Public compiler macros
Compiler Macro, uniform-matrix-3x4-fv: Public compiler macros
Compiler Macro, uniform-matrix-3x4-fv-nv: Public compiler macros
Compiler Macro, uniform-matrix-4dv: Public compiler macros
Compiler Macro, uniform-matrix-4fv: Public compiler macros
Compiler Macro, uniform-matrix-4fv-arb: Public compiler macros
Compiler Macro, uniform-matrix-4x2-dv: Public compiler macros
Compiler Macro, uniform-matrix-4x2-fv: Public compiler macros
Compiler Macro, uniform-matrix-4x2-fv-nv: Public compiler macros
Compiler Macro, uniform-matrix-4x3-dv: Public compiler macros
Compiler Macro, uniform-matrix-4x3-fv: Public compiler macros
Compiler Macro, uniform-matrix-4x3-fv-nv: Public compiler macros
Compiler Macro, uniform-subroutines-uiv: Public compiler macros
Compiler Macro, uniformf: Public compiler macros
Compiler Macro, uniformi: Public compiler macros
Compiler Macro, unmap-buffer: Public compiler macros
Compiler Macro, unmap-buffer-arb: Public compiler macros
Compiler Macro, unmap-buffer-oes: Public compiler macros
Compiler Macro, update-object-buffer-ati: Public compiler macros
Compiler Macro, use-shader-program-ext: Public compiler macros
Compiler Macro, variant-array-object-ati: Public compiler macros
Compiler Macro, variant-pointer-ext: Public compiler macros
Compiler Macro, vdpau-get-surface-iv-nv: Public compiler macros
Compiler Macro, vdpau-register-output-surface-nv: Public compiler macros
Compiler Macro, vdpau-register-video-surface-nv: Public compiler macros
Compiler Macro, vdpau-register-video-surface-with-picture-structure-nv: Public compiler macros
Compiler Macro, vdpau-surface-access-nv: Public compiler macros
Compiler Macro, vertex-array-attrib-format: Public compiler macros
Compiler Macro, vertex-array-attrib-i-format: Public compiler macros
Compiler Macro, vertex-array-attrib-l-format: Public compiler macros
Compiler Macro, vertex-array-color-offset-ext: Public compiler macros
Compiler Macro, vertex-array-fog-coord-offset-ext: Public compiler macros
Compiler Macro, vertex-array-index-offset-ext: Public compiler macros
Compiler Macro, vertex-array-multi-tex-coord-offset-ext: Public compiler macros
Compiler Macro, vertex-array-normal-offset-ext: Public compiler macros
Compiler Macro, vertex-array-parameter-i-apple: Public compiler macros
Compiler Macro, vertex-array-secondary-color-offset-ext: Public compiler macros
Compiler Macro, vertex-array-tex-coord-offset-ext: Public compiler macros
Compiler Macro, vertex-array-vertex-attrib-format-ext: Public compiler macros
Compiler Macro, vertex-array-vertex-attrib-i-format-ext: Public compiler macros
Compiler Macro, vertex-array-vertex-attrib-i-offset-ext: Public compiler macros
Compiler Macro, vertex-array-vertex-attrib-l-format-ext: Public compiler macros
Compiler Macro, vertex-array-vertex-attrib-loffset-ext: Public compiler macros
Compiler Macro, vertex-array-vertex-attrib-offset-ext: Public compiler macros
Compiler Macro, vertex-array-vertex-offset-ext: Public compiler macros
Compiler Macro, vertex-attrib-array-object-ati: Public compiler macros
Compiler Macro, vertex-attrib-format: Public compiler macros
Compiler Macro, vertex-attrib-format-nv: Public compiler macros
Compiler Macro, vertex-attrib-i-format: Public compiler macros
Compiler Macro, vertex-attrib-i-format-nv: Public compiler macros
Compiler Macro, vertex-attrib-ipointer: Public compiler macros
Compiler Macro, vertex-attrib-ipointer-ext: Public compiler macros
Compiler Macro, vertex-attrib-l-format: Public compiler macros
Compiler Macro, vertex-attrib-l-format-nv: Public compiler macros
Compiler Macro, vertex-attrib-lpointer: Public compiler macros
Compiler Macro, vertex-attrib-lpointer-ext: Public compiler macros
Compiler Macro, vertex-attrib-p1ui: Public compiler macros
Compiler Macro, vertex-attrib-p1uiv: Public compiler macros
Compiler Macro, vertex-attrib-p2ui: Public compiler macros
Compiler Macro, vertex-attrib-p2uiv: Public compiler macros
Compiler Macro, vertex-attrib-p3ui: Public compiler macros
Compiler Macro, vertex-attrib-p3uiv: Public compiler macros
Compiler Macro, vertex-attrib-p4ui: Public compiler macros
Compiler Macro, vertex-attrib-p4uiv: Public compiler macros
Compiler Macro, vertex-attrib-parameter-i-amd: Public compiler macros
Compiler Macro, vertex-attrib-pointer: Public compiler macros
Compiler Macro, vertex-attrib-pointer-arb: Public compiler macros
Compiler Macro, vertex-attrib-pointer-nv: Public compiler macros
Compiler Macro, vertex-blend-env-f-ati: Public compiler macros
Compiler Macro, vertex-blend-env-i-ati: Public compiler macros
Compiler Macro, vertex-format-nv: Public compiler macros
Compiler Macro, vertex-p2ui: Public compiler macros
Compiler Macro, vertex-p2uiv: Public compiler macros
Compiler Macro, vertex-p3ui: Public compiler macros
Compiler Macro, vertex-p3uiv: Public compiler macros
Compiler Macro, vertex-p4ui: Public compiler macros
Compiler Macro, vertex-p4uiv: Public compiler macros
Compiler Macro, vertex-pointer: Public compiler macros
Compiler Macro, vertex-pointer-ext: Public compiler macros
Compiler Macro, vertex-pointer-list-ibm: Public compiler macros
Compiler Macro, vertex-pointer-v-intel: Public compiler macros
Compiler Macro, vertex-stream-1d-ati: Public compiler macros
Compiler Macro, vertex-stream-1dv-ati: Public compiler macros
Compiler Macro, vertex-stream-1f-ati: Public compiler macros
Compiler Macro, vertex-stream-1fv-ati: Public compiler macros
Compiler Macro, vertex-stream-1i-ati: Public compiler macros
Compiler Macro, vertex-stream-1iv-ati: Public compiler macros
Compiler Macro, vertex-stream-1s-ati: Public compiler macros
Compiler Macro, vertex-stream-1sv-ati: Public compiler macros
Compiler Macro, vertex-stream-2d-ati: Public compiler macros
Compiler Macro, vertex-stream-2dv-ati: Public compiler macros
Compiler Macro, vertex-stream-2f-ati: Public compiler macros
Compiler Macro, vertex-stream-2fv-ati: Public compiler macros
Compiler Macro, vertex-stream-2i-ati: Public compiler macros
Compiler Macro, vertex-stream-2iv-ati: Public compiler macros
Compiler Macro, vertex-stream-2s-ati: Public compiler macros
Compiler Macro, vertex-stream-2sv-ati: Public compiler macros
Compiler Macro, vertex-stream-3d-ati: Public compiler macros
Compiler Macro, vertex-stream-3dv-ati: Public compiler macros
Compiler Macro, vertex-stream-3f-ati: Public compiler macros
Compiler Macro, vertex-stream-3fv-ati: Public compiler macros
Compiler Macro, vertex-stream-3i-ati: Public compiler macros
Compiler Macro, vertex-stream-3iv-ati: Public compiler macros
Compiler Macro, vertex-stream-3s-ati: Public compiler macros
Compiler Macro, vertex-stream-3sv-ati: Public compiler macros
Compiler Macro, vertex-stream-4d-ati: Public compiler macros
Compiler Macro, vertex-stream-4dv-ati: Public compiler macros
Compiler Macro, vertex-stream-4f-ati: Public compiler macros
Compiler Macro, vertex-stream-4fv-ati: Public compiler macros
Compiler Macro, vertex-stream-4i-ati: Public compiler macros
Compiler Macro, vertex-stream-4iv-ati: Public compiler macros
Compiler Macro, vertex-stream-4s-ati: Public compiler macros
Compiler Macro, vertex-stream-4sv-ati: Public compiler macros
Compiler Macro, vertex-weight-pointer-ext: Public compiler macros
Compiler Macro, video-capture-stream-parameter-dv-nv: Public compiler macros
Compiler Macro, video-capture-stream-parameter-fv-nv: Public compiler macros
Compiler Macro, video-capture-stream-parameter-iv-nv: Public compiler macros
Compiler Macro, viewport-swizzle-nv: Public compiler macros
Compiler Macro, weight-pointer-arb: Public compiler macros
Compiler Macro, weight-pointer-oes: Public compiler macros
Compiler Macro, window-rectangles-ext: Public compiler macros
Compiler Macro, write-mask-ext: Public compiler macros
compressed-multi-tex-image-1d-ext: Public compiler macros
compressed-multi-tex-image-1d-ext: Public ordinary functions
compressed-multi-tex-image-2d-ext: Public compiler macros
compressed-multi-tex-image-2d-ext: Public ordinary functions
compressed-multi-tex-image-3d-ext: Public compiler macros
compressed-multi-tex-image-3d-ext: Public ordinary functions
compressed-multi-tex-sub-image-1d-ext: Public compiler macros
compressed-multi-tex-sub-image-1d-ext: Public ordinary functions
compressed-multi-tex-sub-image-2d-ext: Public compiler macros
compressed-multi-tex-sub-image-2d-ext: Public ordinary functions
compressed-multi-tex-sub-image-3d-ext: Public compiler macros
compressed-multi-tex-sub-image-3d-ext: Public ordinary functions
compressed-tex-image-1d: Public compiler macros
compressed-tex-image-1d: Public ordinary functions
compressed-tex-image-1d: Public ordinary functions
compressed-tex-image-1d-arb: Public compiler macros
compressed-tex-image-1d-arb: Public ordinary functions
compressed-tex-image-2d: Public compiler macros
compressed-tex-image-2d: Public ordinary functions
compressed-tex-image-2d: Public ordinary functions
compressed-tex-image-2d-arb: Public compiler macros
compressed-tex-image-2d-arb: Public ordinary functions
compressed-tex-image-3d: Public compiler macros
compressed-tex-image-3d: Public ordinary functions
compressed-tex-image-3d: Public ordinary functions
compressed-tex-image-3d-arb: Public compiler macros
compressed-tex-image-3d-arb: Public ordinary functions
compressed-tex-image-3d-oes: Public compiler macros
compressed-tex-image-3d-oes: Public ordinary functions
compressed-tex-sub-image-1d: Public compiler macros
compressed-tex-sub-image-1d: Public ordinary functions
compressed-tex-sub-image-1d: Public ordinary functions
compressed-tex-sub-image-1d-arb: Public compiler macros
compressed-tex-sub-image-1d-arb: Public ordinary functions
compressed-tex-sub-image-2d: Public compiler macros
compressed-tex-sub-image-2d: Public ordinary functions
compressed-tex-sub-image-2d: Public ordinary functions
compressed-tex-sub-image-2d-arb: Public compiler macros
compressed-tex-sub-image-2d-arb: Public ordinary functions
compressed-tex-sub-image-3d: Public compiler macros
compressed-tex-sub-image-3d: Public ordinary functions
compressed-tex-sub-image-3d: Public ordinary functions
compressed-tex-sub-image-3d-arb: Public compiler macros
compressed-tex-sub-image-3d-arb: Public ordinary functions
compressed-tex-sub-image-3d-oes: Public compiler macros
compressed-tex-sub-image-3d-oes: Public ordinary functions
compressed-texture-image-1d-ext: Public compiler macros
compressed-texture-image-1d-ext: Public ordinary functions
compressed-texture-image-2d-ext: Public compiler macros
compressed-texture-image-2d-ext: Public ordinary functions
compressed-texture-image-3d-ext: Public compiler macros
compressed-texture-image-3d-ext: Public ordinary functions
compressed-texture-sub-image-1d: Public compiler macros
compressed-texture-sub-image-1d: Public ordinary functions
compressed-texture-sub-image-1d-ext: Public compiler macros
compressed-texture-sub-image-1d-ext: Public ordinary functions
compressed-texture-sub-image-2d: Public compiler macros
compressed-texture-sub-image-2d: Public ordinary functions
compressed-texture-sub-image-2d-ext: Public compiler macros
compressed-texture-sub-image-2d-ext: Public ordinary functions
compressed-texture-sub-image-3d: Public compiler macros
compressed-texture-sub-image-3d: Public ordinary functions
compressed-texture-sub-image-3d-ext: Public compiler macros
compressed-texture-sub-image-3d-ext: Public ordinary functions
conservative-raster-parameter-f-nv: Public compiler macros
conservative-raster-parameter-f-nv: Public ordinary functions
conservative-raster-parameter-i-nv: Public compiler macros
conservative-raster-parameter-i-nv: Public ordinary functions
convolution-filter-1d: Public compiler macros
convolution-filter-1d: Public ordinary functions
convolution-filter-1d-ext: Public compiler macros
convolution-filter-1d-ext: Public ordinary functions
convolution-filter-2d: Public compiler macros
convolution-filter-2d: Public ordinary functions
convolution-filter-2d-ext: Public compiler macros
convolution-filter-2d-ext: Public ordinary functions
convolution-parameter-f: Public compiler macros
convolution-parameter-f: Public ordinary functions
convolution-parameter-f-ext: Public compiler macros
convolution-parameter-f-ext: Public ordinary functions
convolution-parameter-fv: Public compiler macros
convolution-parameter-fv: Public ordinary functions
convolution-parameter-fv-ext: Public compiler macros
convolution-parameter-fv-ext: Public ordinary functions
convolution-parameter-i: Public compiler macros
convolution-parameter-i: Public ordinary functions
convolution-parameter-i-ext: Public compiler macros
convolution-parameter-i-ext: Public ordinary functions
convolution-parameter-iv: Public compiler macros
convolution-parameter-iv: Public ordinary functions
convolution-parameter-iv-ext: Public compiler macros
convolution-parameter-iv-ext: Public ordinary functions
convolution-parameter-x-oes: Public compiler macros
convolution-parameter-x-oes: Public ordinary functions
convolution-parameter-xv-oes: Public compiler macros
convolution-parameter-xv-oes: Public ordinary functions
copy-buffer-sub-data: Public compiler macros
copy-buffer-sub-data: Public ordinary functions
copy-buffer-sub-data-nv: Public compiler macros
copy-buffer-sub-data-nv: Public ordinary functions
copy-color-sub-table: Public compiler macros
copy-color-sub-table: Public ordinary functions
copy-color-sub-table-ext: Public compiler macros
copy-color-sub-table-ext: Public ordinary functions
copy-color-table: Public compiler macros
copy-color-table: Public ordinary functions
copy-color-table-sgi: Public compiler macros
copy-color-table-sgi: Public ordinary functions
copy-convolution-filter-1d: Public compiler macros
copy-convolution-filter-1d: Public ordinary functions
copy-convolution-filter-1d-ext: Public compiler macros
copy-convolution-filter-1d-ext: Public ordinary functions
copy-convolution-filter-2d: Public compiler macros
copy-convolution-filter-2d: Public ordinary functions
copy-convolution-filter-2d-ext: Public compiler macros
copy-convolution-filter-2d-ext: Public ordinary functions
copy-image-sub-data: Public compiler macros
copy-image-sub-data: Public ordinary functions
copy-image-sub-data-ext: Public compiler macros
copy-image-sub-data-ext: Public ordinary functions
copy-image-sub-data-nv: Public compiler macros
copy-image-sub-data-nv: Public ordinary functions
copy-image-sub-data-oes: Public compiler macros
copy-image-sub-data-oes: Public ordinary functions
copy-multi-tex-image-1d-ext: Public compiler macros
copy-multi-tex-image-1d-ext: Public ordinary functions
copy-multi-tex-image-2d-ext: Public compiler macros
copy-multi-tex-image-2d-ext: Public ordinary functions
copy-multi-tex-sub-image-1d-ext: Public compiler macros
copy-multi-tex-sub-image-1d-ext: Public ordinary functions
copy-multi-tex-sub-image-2d-ext: Public compiler macros
copy-multi-tex-sub-image-2d-ext: Public ordinary functions
copy-multi-tex-sub-image-3d-ext: Public compiler macros
copy-multi-tex-sub-image-3d-ext: Public ordinary functions
copy-named-buffer-sub-data: Public ordinary functions
copy-path-nv: Public ordinary functions
copy-pixels: Public compiler macros
copy-pixels: Public ordinary functions
copy-tex-image-1d: Public compiler macros
copy-tex-image-1d: Public ordinary functions
copy-tex-image-1d: Public ordinary functions
copy-tex-image-1d-ext: Public compiler macros
copy-tex-image-1d-ext: Public ordinary functions
copy-tex-image-2d: Public compiler macros
copy-tex-image-2d: Public ordinary functions
copy-tex-image-2d: Public ordinary functions
copy-tex-image-2d-ext: Public compiler macros
copy-tex-image-2d-ext: Public ordinary functions
copy-tex-sub-image-1d: Public compiler macros
copy-tex-sub-image-1d: Public ordinary functions
copy-tex-sub-image-1d-ext: Public compiler macros
copy-tex-sub-image-1d-ext: Public ordinary functions
copy-tex-sub-image-2d: Public compiler macros
copy-tex-sub-image-2d: Public ordinary functions
copy-tex-sub-image-2d-ext: Public compiler macros
copy-tex-sub-image-2d-ext: Public ordinary functions
copy-tex-sub-image-3d: Public compiler macros
copy-tex-sub-image-3d: Public ordinary functions
copy-tex-sub-image-3d-ext: Public compiler macros
copy-tex-sub-image-3d-ext: Public ordinary functions
copy-tex-sub-image-3d-oes: Public compiler macros
copy-tex-sub-image-3d-oes: Public ordinary functions
copy-texture-image-1d-ext: Public compiler macros
copy-texture-image-1d-ext: Public ordinary functions
copy-texture-image-2d-ext: Public compiler macros
copy-texture-image-2d-ext: Public ordinary functions
copy-texture-levels-apple: Public ordinary functions
copy-texture-sub-image-1d: Public ordinary functions
copy-texture-sub-image-1d-ext: Public compiler macros
copy-texture-sub-image-1d-ext: Public ordinary functions
copy-texture-sub-image-2d: Public ordinary functions
copy-texture-sub-image-2d-ext: Public compiler macros
copy-texture-sub-image-2d-ext: Public ordinary functions
copy-texture-sub-image-3d: Public ordinary functions
copy-texture-sub-image-3d-ext: Public compiler macros
copy-texture-sub-image-3d-ext: Public ordinary functions
cover-fill-path-instanced-nv: Public compiler macros
cover-fill-path-instanced-nv: Public ordinary functions
cover-fill-path-nv: Public compiler macros
cover-fill-path-nv: Public ordinary functions
cover-stroke-path-instanced-nv: Public compiler macros
cover-stroke-path-instanced-nv: Public ordinary functions
cover-stroke-path-nv: Public compiler macros
cover-stroke-path-nv: Public ordinary functions
coverage-mask-nv: Public compiler macros
coverage-mask-nv: Public ordinary functions
coverage-modulation-nv: Public compiler macros
coverage-modulation-nv: Public ordinary functions
coverage-modulation-table-nv: Public ordinary functions
coverage-operation-nv: Public compiler macros
coverage-operation-nv: Public ordinary functions
create-buffer: Public ordinary functions
create-buffers: Public ordinary functions
create-buffers: Public ordinary functions
create-command-lists-nv: Public ordinary functions
create-framebuffer: Public ordinary functions
create-framebuffers: Public ordinary functions
create-framebuffers: Public ordinary functions
create-memory-objects-ext: Public ordinary functions
create-perf-query-intel: Public ordinary functions
create-program: Public ordinary functions
create-program-object-arb: Public ordinary functions
create-program-pipelines: Public ordinary functions
create-progress-fence-nvx: Public ordinary functions
create-queries: Public compiler macros
create-queries: Public ordinary functions
create-renderbuffer: Public ordinary functions
create-renderbuffers: Public ordinary functions
create-renderbuffers: Public ordinary functions
create-sampler: Public ordinary functions
create-samplers: Public ordinary functions
create-samplers: Public ordinary functions
create-semaphores-nv: Public ordinary functions
create-shader: Public compiler macros
create-shader: Public ordinary functions
create-shader-object-arb: Public compiler macros
create-shader-object-arb: Public ordinary functions
create-shader-program-ext: Public compiler macros
create-shader-program-ext: Public ordinary functions
create-shader-program-v: Public compiler macros
create-shader-program-v: Public ordinary functions
create-shader-programv-ext: Public compiler macros
create-shader-programv-ext: Public ordinary functions
create-states-nv: Public ordinary functions
create-sync-from-cl-event-arb: Public ordinary functions
create-texture: Public ordinary functions
create-textures: Public compiler macros
create-textures: Public ordinary functions
create-textures: Public ordinary functions
create-transform-feedbacks: Public ordinary functions
create-vertex-array: Public ordinary functions
create-vertex-arrays: Public ordinary functions
create-vertex-arrays: Public ordinary functions
cull-face: Public compiler macros
cull-face: Public ordinary functions
cull-parameter-dv-ext: Public compiler macros
cull-parameter-dv-ext: Public ordinary functions
cull-parameter-fv-ext: Public compiler macros
cull-parameter-fv-ext: Public ordinary functions
current-palette-matrix-arb: Public ordinary functions
current-palette-matrix-oes: Public ordinary functions

D
debug-message-callback: Public ordinary functions
debug-message-callback-amd: Public ordinary functions
debug-message-callback-arb: Public ordinary functions
debug-message-callback-khr: Public ordinary functions
debug-message-control: Public compiler macros
debug-message-control: Public ordinary functions
debug-message-control-arb: Public compiler macros
debug-message-control-arb: Public ordinary functions
debug-message-control-khr: Public compiler macros
debug-message-control-khr: Public ordinary functions
debug-message-enable-amd: Public compiler macros
debug-message-enable-amd: Public ordinary functions
debug-message-insert: Public compiler macros
debug-message-insert: Public ordinary functions
debug-message-insert-amd: Public compiler macros
debug-message-insert-amd: Public ordinary functions
debug-message-insert-arb: Public compiler macros
debug-message-insert-arb: Public ordinary functions
debug-message-insert-khr: Public compiler macros
debug-message-insert-khr: Public ordinary functions
defglextfun: Private macros
defglfun: Private macros
define-array-pointer: Private macros
define-get-function: Private macros
define-gl-array-format: Public macros
define-indexed-query-function: Private macros
define-query-function: Private macros
define-vertex-attrib-query-function: Private macros
definline: Private macros
deform-sgix: Public ordinary functions
deformation-map-3d-sgix: Public compiler macros
deformation-map-3d-sgix: Public ordinary functions
deformation-map-3f-sgix: Public compiler macros
deformation-map-3f-sgix: Public ordinary functions
delete-async-markers-sgix: Public ordinary functions
delete-buffers: Public ordinary functions
delete-buffers: Public ordinary functions
delete-buffers-arb: Public ordinary functions
delete-command-lists-nv: Public ordinary functions
delete-fences-apple: Public ordinary functions
delete-fences-nv: Public ordinary functions
delete-fragment-shader-ati: Public ordinary functions
delete-framebuffer: Public ordinary functions
delete-framebuffers: Public ordinary functions
delete-framebuffers: Public ordinary functions
delete-framebuffers-ext: Public ordinary functions
delete-framebuffers-ext: Public ordinary functions
delete-framebuffers-oes: Public ordinary functions
delete-lists: Public ordinary functions
delete-memory-objects-ext: Public ordinary functions
delete-named-string-arb: Public ordinary functions
delete-names-amd: Public compiler macros
delete-names-amd: Public ordinary functions
delete-object-arb: Public ordinary functions
delete-occlusion-queries-nv: Public ordinary functions
delete-paths-nv: Public ordinary functions
delete-perf-monitors-amd: Public ordinary functions
delete-perf-query-intel: Public ordinary functions
delete-program: Public ordinary functions
delete-program-pipelines: Public ordinary functions
delete-program-pipelines: Public ordinary functions
delete-program-pipelines-ext: Public ordinary functions
delete-programs-arb: Public ordinary functions
delete-programs-nv: Public ordinary functions
delete-queries: Public ordinary functions
delete-queries: Public ordinary functions
delete-queries-arb: Public ordinary functions
delete-queries-ext: Public ordinary functions
delete-query-resource-tag-nv: Public ordinary functions
delete-renderbuffer: Public ordinary functions
delete-renderbuffers: Public ordinary functions
delete-renderbuffers: Public ordinary functions
delete-renderbuffers-ext: Public ordinary functions
delete-renderbuffers-ext: Public ordinary functions
delete-renderbuffers-oes: Public ordinary functions
delete-sampler: Public ordinary functions
delete-samplers: Public ordinary functions
delete-samplers: Public ordinary functions
delete-semaphores-ext: Public ordinary functions
delete-shader: Public ordinary functions
delete-states-nv: Public ordinary functions
delete-sync: Public ordinary functions
delete-sync-apple: Public ordinary functions
delete-texture: Public ordinary functions
delete-textures: Public ordinary functions
delete-textures: Public ordinary functions
delete-textures-ext: Public ordinary functions
delete-transform-feedbacks: Public ordinary functions
delete-transform-feedbacks-nv: Public ordinary functions
delete-vertex-arrays: Public ordinary functions
delete-vertex-arrays: Public ordinary functions
delete-vertex-arrays-apple: Public ordinary functions
delete-vertex-arrays-oes: Public ordinary functions
delete-vertex-shader-ext: Public ordinary functions
depth-bounds-d-nv: Public ordinary functions
depth-bounds-ext: Public ordinary functions
depth-func: Public compiler macros
depth-func: Public ordinary functions
depth-mask: Public compiler macros
depth-mask: Public ordinary functions
depth-range: Public ordinary functions
depth-range-array-dv-nv: Public ordinary functions
depth-range-array-fv-nv: Public ordinary functions
depth-range-array-fv-oes: Public ordinary functions
depth-range-array-v: Public ordinary functions
depth-range-d-nv: Public ordinary functions
depth-range-f: Public ordinary functions
depth-range-f-oes: Public ordinary functions
depth-range-indexed: Public ordinary functions
depth-range-indexed-d-nv: Public ordinary functions
depth-range-indexed-f-nv: Public ordinary functions
depth-range-indexed-f-oes: Public ordinary functions
depth-range-x: Public ordinary functions
depth-range-x-oes: Public ordinary functions
detach-object-arb: Public ordinary functions
detach-shader: Public ordinary functions
detail-tex-func-sgis: Public compiler macros
detail-tex-func-sgis: Public ordinary functions
disable: Public compiler macros
disable: Public compiler macros
disable: Public ordinary functions
disable: Public ordinary functions
disable-client-state: Public compiler macros
disable-client-state: Public ordinary functions
disable-client-state-i-ext: Public compiler macros
disable-client-state-i-ext: Public ordinary functions
disable-client-state-indexed-ext: Public compiler macros
disable-client-state-indexed-ext: Public ordinary functions
disable-driver-control-qcom: Public ordinary functions
disable-i: Public compiler macros
disable-i: Public ordinary functions
disable-i-ext: Public compiler macros
disable-i-ext: Public ordinary functions
disable-i-nv: Public compiler macros
disable-i-nv: Public ordinary functions
disable-i-oes: Public compiler macros
disable-i-oes: Public ordinary functions
disable-indexed-ext: Public compiler macros
disable-indexed-ext: Public ordinary functions
disable-variant-client-state-ext: Public ordinary functions
disable-vertex-array-attrib: Public ordinary functions
disable-vertex-array-attrib-ext: Public ordinary functions
disable-vertex-array-ext: Public compiler macros
disable-vertex-array-ext: Public ordinary functions
disable-vertex-attrib-apple: Public compiler macros
disable-vertex-attrib-apple: Public ordinary functions
disable-vertex-attrib-array: Public ordinary functions
disable-vertex-attrib-array-arb: Public ordinary functions
discard-framebuffer-ext: Public compiler macros
discard-framebuffer-ext: Public ordinary functions
dispatch-compute: Public ordinary functions
dispatch-compute-group-size-arb: Public ordinary functions
dispatch-compute-indirect: Public ordinary functions
draw-arrays: Public compiler macros
draw-arrays: Public ordinary functions
draw-arrays-ext: Public compiler macros
draw-arrays-ext: Public ordinary functions
draw-arrays-indirect: Public compiler macros
draw-arrays-indirect: Public ordinary functions
draw-arrays-instanced: Public compiler macros
draw-arrays-instanced: Public ordinary functions
draw-arrays-instanced-angle: Public compiler macros
draw-arrays-instanced-angle: Public ordinary functions
draw-arrays-instanced-arb: Public compiler macros
draw-arrays-instanced-arb: Public ordinary functions
draw-arrays-instanced-base-instance: Public compiler macros
draw-arrays-instanced-base-instance: Public ordinary functions
draw-arrays-instanced-base-instance-ext: Public compiler macros
draw-arrays-instanced-base-instance-ext: Public ordinary functions
draw-arrays-instanced-ext: Public compiler macros
draw-arrays-instanced-ext: Public ordinary functions
draw-arrays-instanced-nv: Public compiler macros
draw-arrays-instanced-nv: Public ordinary functions
draw-buffer: Public compiler macros
draw-buffer: Public ordinary functions
draw-buffers: Public ordinary functions
draw-buffers: Public ordinary functions
draw-buffers-arb: Public ordinary functions
draw-buffers-ati: Public ordinary functions
draw-buffers-ext: Public ordinary functions
draw-buffers-indexed-ext: Public ordinary functions
draw-buffers-nv: Public ordinary functions
draw-commands-address-nv: Public compiler macros
draw-commands-address-nv: Public ordinary functions
draw-commands-nv: Public compiler macros
draw-commands-nv: Public ordinary functions
draw-commands-states-address-nv: Public ordinary functions
draw-commands-states-nv: Public ordinary functions
draw-element-array-apple: Public compiler macros
draw-element-array-apple: Public ordinary functions
draw-element-array-ati: Public compiler macros
draw-element-array-ati: Public ordinary functions
draw-elements: Public compiler macros
draw-elements: Public ordinary functions
draw-elements: Public ordinary functions
draw-elements-base-vertex: Public compiler macros
draw-elements-base-vertex: Public ordinary functions
draw-elements-base-vertex: Public ordinary functions
draw-elements-base-vertex-ext: Public compiler macros
draw-elements-base-vertex-ext: Public ordinary functions
draw-elements-base-vertex-oes: Public compiler macros
draw-elements-base-vertex-oes: Public ordinary functions
draw-elements-indirect: Public compiler macros
draw-elements-indirect: Public ordinary functions
draw-elements-instanced: Public compiler macros
draw-elements-instanced: Public ordinary functions
draw-elements-instanced: Public ordinary functions
draw-elements-instanced-angle: Public compiler macros
draw-elements-instanced-angle: Public ordinary functions
draw-elements-instanced-arb: Public compiler macros
draw-elements-instanced-arb: Public ordinary functions
draw-elements-instanced-base-instance: Public compiler macros
draw-elements-instanced-base-instance: Public ordinary functions
draw-elements-instanced-base-instance-ext: Public compiler macros
draw-elements-instanced-base-instance-ext: Public ordinary functions
draw-elements-instanced-base-vertex: Public compiler macros
draw-elements-instanced-base-vertex: Public ordinary functions
draw-elements-instanced-base-vertex: Public ordinary functions
draw-elements-instanced-base-vertex-base-instance: Public compiler macros
draw-elements-instanced-base-vertex-base-instance: Public ordinary functions
draw-elements-instanced-base-vertex-base-instance-ext: Public compiler macros
draw-elements-instanced-base-vertex-base-instance-ext: Public ordinary functions
draw-elements-instanced-base-vertex-ext: Public compiler macros
draw-elements-instanced-base-vertex-ext: Public ordinary functions
draw-elements-instanced-base-vertex-oes: Public compiler macros
draw-elements-instanced-base-vertex-oes: Public ordinary functions
draw-elements-instanced-ext: Public compiler macros
draw-elements-instanced-ext: Public ordinary functions
draw-elements-instanced-nv: Public compiler macros
draw-elements-instanced-nv: Public ordinary functions
draw-mesh-arrays-sun: Public compiler macros
draw-mesh-arrays-sun: Public ordinary functions
draw-mesh-tasks-indirect-nv: Public ordinary functions
draw-mesh-tasks-nv: Public ordinary functions
draw-pixels: Public compiler macros
draw-pixels: Public ordinary functions
draw-pixels: Public ordinary functions
draw-range-element-array-apple: Public compiler macros
draw-range-element-array-apple: Public ordinary functions
draw-range-element-array-ati: Public compiler macros
draw-range-element-array-ati: Public ordinary functions
draw-range-elements: Public compiler macros
draw-range-elements: Public ordinary functions
draw-range-elements-base-vertex: Public compiler macros
draw-range-elements-base-vertex: Public ordinary functions
draw-range-elements-base-vertex-ext: Public compiler macros
draw-range-elements-base-vertex-ext: Public ordinary functions
draw-range-elements-base-vertex-oes: Public compiler macros
draw-range-elements-base-vertex-oes: Public ordinary functions
draw-range-elements-ext: Public compiler macros
draw-range-elements-ext: Public ordinary functions
draw-tex-f-oes: Public ordinary functions
draw-tex-fv-oes: Public ordinary functions
draw-tex-i-oes: Public ordinary functions
draw-tex-iv-oes: Public ordinary functions
draw-tex-s-oes: Public ordinary functions
draw-tex-sv-oes: Public ordinary functions
draw-tex-x-oes: Public ordinary functions
draw-tex-xv-oes: Public ordinary functions
draw-texture-nv: Public ordinary functions
draw-transform-feedback: Public compiler macros
draw-transform-feedback: Public ordinary functions
draw-transform-feedback-ext: Public compiler macros
draw-transform-feedback-ext: Public ordinary functions
draw-transform-feedback-instanced: Public compiler macros
draw-transform-feedback-instanced: Public ordinary functions
draw-transform-feedback-instanced-ext: Public compiler macros
draw-transform-feedback-instanced-ext: Public ordinary functions
draw-transform-feedback-nv: Public compiler macros
draw-transform-feedback-nv: Public ordinary functions
draw-transform-feedback-stream: Public compiler macros
draw-transform-feedback-stream: Public ordinary functions
draw-transform-feedback-stream-instanced: Public compiler macros
draw-transform-feedback-stream-instanced: Public ordinary functions
draw-vk-image-nv: Public ordinary functions

E
edge-flag: Public compiler macros
edge-flag: Public ordinary functions
edge-flag-format-nv: Public ordinary functions
edge-flag-pointer: Public ordinary functions
edge-flag-pointer-ext: Public ordinary functions
edge-flag-pointer-list-ibm: Public ordinary functions
edge-flag-v: Public ordinary functions
egl-image-target-renderbuffer-storage-oes: Public compiler macros
egl-image-target-renderbuffer-storage-oes: Public ordinary functions
egl-image-target-tex-storage-ext: Public compiler macros
egl-image-target-tex-storage-ext: Public ordinary functions
egl-image-target-texture-2d-oes: Public compiler macros
egl-image-target-texture-2d-oes: Public ordinary functions
egl-image-target-texture-storage-ext: Public ordinary functions
element-pointer-apple: Public compiler macros
element-pointer-apple: Public ordinary functions
element-pointer-ati: Public compiler macros
element-pointer-ati: Public ordinary functions
emit-gl-array-bind-clause: Private ordinary functions
emit-gl-array-struct-clause: Private ordinary functions
enable: Public compiler macros
enable: Public compiler macros
enable: Public ordinary functions
enable: Public ordinary functions
enable-client-state: Public compiler macros
enable-client-state: Public ordinary functions
enable-client-state-i-ext: Public compiler macros
enable-client-state-i-ext: Public ordinary functions
enable-client-state-indexed-ext: Public compiler macros
enable-client-state-indexed-ext: Public ordinary functions
enable-driver-control-qcom: Public ordinary functions
enable-i: Public compiler macros
enable-i: Public ordinary functions
enable-i-ext: Public compiler macros
enable-i-ext: Public ordinary functions
enable-i-nv: Public compiler macros
enable-i-nv: Public ordinary functions
enable-i-oes: Public compiler macros
enable-i-oes: Public ordinary functions
enable-indexed-ext: Public compiler macros
enable-indexed-ext: Public ordinary functions
enable-variant-client-state-ext: Public ordinary functions
enable-vertex-array-attrib: Public ordinary functions
enable-vertex-array-attrib-ext: Public ordinary functions
enable-vertex-array-ext: Public compiler macros
enable-vertex-array-ext: Public ordinary functions
enable-vertex-attrib-apple: Public compiler macros
enable-vertex-attrib-apple: Public ordinary functions
enable-vertex-attrib-array: Public ordinary functions
enable-vertex-attrib-array-arb: Public ordinary functions
enabledp: Public ordinary functions
enabledp-i: Private ordinary functions
end: Public ordinary functions
end-conditional-render: Public ordinary functions
end-conditional-render-nv: Public ordinary functions
end-conditional-render-nvx: Public ordinary functions
end-fragment-shader-ati: Public ordinary functions
end-list: Public ordinary functions
end-occlusion-query-nv: Public ordinary functions
end-perf-monitor-amd: Public ordinary functions
end-perf-query-intel: Public ordinary functions
end-query: Public compiler macros
end-query: Public ordinary functions
end-query-arb: Public compiler macros
end-query-arb: Public ordinary functions
end-query-ext: Public compiler macros
end-query-ext: Public ordinary functions
end-query-indexed: Public compiler macros
end-query-indexed: Public ordinary functions
end-tiling-qcom: Public ordinary functions
end-transform-feedback: Public ordinary functions
end-transform-feedback-ext: Public ordinary functions
end-transform-feedback-nv: Public ordinary functions
end-vertex-shader-ext: Public ordinary functions
end-video-capture-nv: Public ordinary functions
ensure-features: Private macros
enum-case: Private macros
enum=: Private compiler macros
enum=: Private ordinary functions
eval-coord-1: Public ordinary functions
eval-coord-1d: Public ordinary functions
eval-coord-1dv: Public ordinary functions
eval-coord-1f: Public ordinary functions
eval-coord-1fv: Public ordinary functions
eval-coord-1x-oes: Public ordinary functions
eval-coord-1xv-oes: Public ordinary functions
eval-coord-2: Public ordinary functions
eval-coord-2d: Public ordinary functions
eval-coord-2dv: Public ordinary functions
eval-coord-2f: Public ordinary functions
eval-coord-2fv: Public ordinary functions
eval-coord-2x-oes: Public ordinary functions
eval-coord-2xv-oes: Public ordinary functions
eval-maps-nv: Public compiler macros
eval-maps-nv: Public ordinary functions
eval-mesh-1: Public compiler macros
eval-mesh-1: Public ordinary functions
eval-mesh-2: Public compiler macros
eval-mesh-2: Public ordinary functions
eval-point-1: Public ordinary functions
eval-point-2: Public ordinary functions
evaluate-depth-values-arb: Public ordinary functions
execute-program-nv: Public compiler macros
execute-program-nv: Public ordinary functions
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
ext-get-buffer-pointer-v-qcom: Public compiler macros
ext-get-buffer-pointer-v-qcom: Public ordinary functions
ext-get-buffers-qcom: Public ordinary functions
ext-get-framebuffers-qcom: Public ordinary functions
ext-get-program-binary-source-qcom: Public compiler macros
ext-get-program-binary-source-qcom: Public ordinary functions
ext-get-programs-qcom: Public ordinary functions
ext-get-renderbuffers-qcom: Public ordinary functions
ext-get-shaders-qcom: Public ordinary functions
ext-get-tex-level-parameter-iv-qcom: Public compiler macros
ext-get-tex-level-parameter-iv-qcom: Public ordinary functions
ext-get-tex-sub-image-qcom: Public compiler macros
ext-get-tex-sub-image-qcom: Public ordinary functions
ext-get-textures-qcom: Public ordinary functions
ext-is-program-binary-qcom: Public ordinary functions
ext-tex-object-state-override-i-qcom: Public compiler macros
ext-tex-object-state-override-i-qcom: Public ordinary functions
extension-list: Public ordinary functions
extension-present-p: Public ordinary functions
extract-component-ext: Public ordinary functions
extrapolate-tex-2d-qcom: Public ordinary functions

F
features-present-p: Private macros
feedback-buffer: Public compiler macros
feedback-buffer: Public ordinary functions
feedback-buffer: Public ordinary functions
feedback-buffer-x-oes: Public compiler macros
feedback-buffer-x-oes: Public ordinary functions
fence-sync: Public compiler macros
fence-sync: Public ordinary functions
fence-sync-apple: Public compiler macros
fence-sync-apple: Public ordinary functions
final-combiner-input-nv: Public compiler macros
final-combiner-input-nv: Public ordinary functions
find-vertex-array-binder: Private ordinary functions
finish: Public ordinary functions
finish-async-sgix: Public ordinary functions
finish-fence-apple: Public ordinary functions
finish-fence-nv: Public ordinary functions
finish-object-apple: Public compiler macros
finish-object-apple: Public ordinary functions
finish-texture-sunx: Public ordinary functions
flush: Public ordinary functions
flush-mapped-buffer-range: Public compiler macros
flush-mapped-buffer-range: Public ordinary functions
flush-mapped-buffer-range-apple: Public compiler macros
flush-mapped-buffer-range-apple: Public ordinary functions
flush-mapped-buffer-range-ext: Public compiler macros
flush-mapped-buffer-range-ext: Public ordinary functions
flush-mapped-named-buffer-range: Public ordinary functions
flush-mapped-named-buffer-range-ext: Public ordinary functions
flush-pixel-data-range-nv: Public compiler macros
flush-pixel-data-range-nv: Public ordinary functions
flush-raster-sgix: Public ordinary functions
flush-static-data-ibm: Public compiler macros
flush-static-data-ibm: Public ordinary functions
flush-vertex-array-range-apple: Public ordinary functions
flush-vertex-array-range-nv: Public ordinary functions
fog: Public ordinary functions
fog-coord: Public ordinary functions
fog-coord-d: Public ordinary functions
fog-coord-d-ext: Public ordinary functions
fog-coord-dv: Public ordinary functions
fog-coord-dv-ext: Public ordinary functions
fog-coord-f: Public ordinary functions
fog-coord-f-ext: Public ordinary functions
fog-coord-format-nv: Public compiler macros
fog-coord-format-nv: Public ordinary functions
fog-coord-fv: Public ordinary functions
fog-coord-fv-ext: Public ordinary functions
fog-coord-h-nv: Public ordinary functions
fog-coord-hv-nv: Public ordinary functions
fog-coord-pointer: Public compiler macros
fog-coord-pointer: Public ordinary functions
fog-coord-pointer-ext: Public compiler macros
fog-coord-pointer-ext: Public ordinary functions
fog-coord-pointer-list-ibm: Public compiler macros
fog-coord-pointer-list-ibm: Public ordinary functions
fog-f: Public compiler macros
fog-f: Public ordinary functions
fog-func-sgis: Public ordinary functions
fog-fv: Public compiler macros
fog-fv: Public ordinary functions
fog-i: Public compiler macros
fog-i: Public ordinary functions
fog-iv: Public compiler macros
fog-iv: Public ordinary functions
fog-x: Public compiler macros
fog-x: Public ordinary functions
fog-x-oes: Public compiler macros
fog-x-oes: Public ordinary functions
fog-xv: Public compiler macros
fog-xv: Public ordinary functions
fog-xv-oes: Public compiler macros
fog-xv-oes: Public ordinary functions
fragment-color-material-sgix: Public compiler macros
fragment-color-material-sgix: Public ordinary functions
fragment-coverage-color-nv: Public ordinary functions
fragment-light-f-sgix: Public compiler macros
fragment-light-f-sgix: Public ordinary functions
fragment-light-fv-sgix: Public compiler macros
fragment-light-fv-sgix: Public ordinary functions
fragment-light-i-sgix: Public compiler macros
fragment-light-i-sgix: Public ordinary functions
fragment-light-iv-sgix: Public compiler macros
fragment-light-iv-sgix: Public ordinary functions
fragment-light-model-f-sgix: Public compiler macros
fragment-light-model-f-sgix: Public ordinary functions
fragment-light-model-fv-sgix: Public compiler macros
fragment-light-model-fv-sgix: Public ordinary functions
fragment-light-model-i-sgix: Public compiler macros
fragment-light-model-i-sgix: Public ordinary functions
fragment-light-model-iv-sgix: Public compiler macros
fragment-light-model-iv-sgix: Public ordinary functions
fragment-material-f-sgix: Public compiler macros
fragment-material-f-sgix: Public ordinary functions
fragment-material-fv-sgix: Public compiler macros
fragment-material-fv-sgix: Public ordinary functions
fragment-material-i-sgix: Public compiler macros
fragment-material-i-sgix: Public ordinary functions
fragment-material-iv-sgix: Public compiler macros
fragment-material-iv-sgix: Public ordinary functions
frame-terminator-gremedy: Public ordinary functions
frame-zoom-sgix: Public ordinary functions
framebuffer-draw-buffer-ext: Public compiler macros
framebuffer-draw-buffer-ext: Public ordinary functions
framebuffer-draw-buffers-ext: Public ordinary functions
framebuffer-fetch-barrier-ext: Public ordinary functions
framebuffer-fetch-barrier-qcom: Public ordinary functions
framebuffer-foveation-config-qcom: Public ordinary functions
framebuffer-foveation-parameters-qcom: Public ordinary functions
framebuffer-parameter-i: Public compiler macros
framebuffer-parameter-i: Public ordinary functions
framebuffer-parameter-i-mesa: Public compiler macros
framebuffer-parameter-i-mesa: Public ordinary functions
framebuffer-pixel-local-storage-size-ext: Public ordinary functions
framebuffer-read-buffer-ext: Public compiler macros
framebuffer-read-buffer-ext: Public ordinary functions
framebuffer-renderbuffer: Public compiler macros
framebuffer-renderbuffer: Public ordinary functions
framebuffer-renderbuffer-ext: Public compiler macros
framebuffer-renderbuffer-ext: Public ordinary functions
framebuffer-renderbuffer-oes: Public compiler macros
framebuffer-renderbuffer-oes: Public ordinary functions
framebuffer-sample-locations-fv-arb: Public compiler macros
framebuffer-sample-locations-fv-arb: Public ordinary functions
framebuffer-sample-locations-fv-nv: Public compiler macros
framebuffer-sample-locations-fv-nv: Public ordinary functions
framebuffer-sample-positions-fv-amd: Public compiler macros
framebuffer-sample-positions-fv-amd: Public ordinary functions
framebuffer-shading-rate-ext: Public compiler macros
framebuffer-shading-rate-ext: Public ordinary functions
framebuffer-texture: Public compiler macros
framebuffer-texture: Public ordinary functions
framebuffer-texture-1d: Public compiler macros
framebuffer-texture-1d: Public ordinary functions
framebuffer-texture-1d-ext: Public compiler macros
framebuffer-texture-1d-ext: Public ordinary functions
framebuffer-texture-2d: Public compiler macros
framebuffer-texture-2d: Public ordinary functions
framebuffer-texture-2d-downsample-img: Public compiler macros
framebuffer-texture-2d-downsample-img: Public ordinary functions
framebuffer-texture-2d-ext: Public compiler macros
framebuffer-texture-2d-ext: Public ordinary functions
framebuffer-texture-2d-multisample-ext: Public compiler macros
framebuffer-texture-2d-multisample-ext: Public ordinary functions
framebuffer-texture-2d-multisample-img: Public compiler macros
framebuffer-texture-2d-multisample-img: Public ordinary functions
framebuffer-texture-2d-oes: Public compiler macros
framebuffer-texture-2d-oes: Public ordinary functions
framebuffer-texture-3d: Public compiler macros
framebuffer-texture-3d: Public ordinary functions
framebuffer-texture-3d-ext: Public compiler macros
framebuffer-texture-3d-ext: Public ordinary functions
framebuffer-texture-3d-oes: Public compiler macros
framebuffer-texture-3d-oes: Public ordinary functions
framebuffer-texture-arb: Public compiler macros
framebuffer-texture-arb: Public ordinary functions
framebuffer-texture-ext: Public compiler macros
framebuffer-texture-ext: Public ordinary functions
framebuffer-texture-face-arb: Public compiler macros
framebuffer-texture-face-arb: Public ordinary functions
framebuffer-texture-face-ext: Public compiler macros
framebuffer-texture-face-ext: Public ordinary functions
framebuffer-texture-layer: Public compiler macros
framebuffer-texture-layer: Public ordinary functions
framebuffer-texture-layer-arb: Public compiler macros
framebuffer-texture-layer-arb: Public ordinary functions
framebuffer-texture-layer-downsample-img: Public compiler macros
framebuffer-texture-layer-downsample-img: Public ordinary functions
framebuffer-texture-layer-ext: Public compiler macros
framebuffer-texture-layer-ext: Public ordinary functions
framebuffer-texture-multisample-multiview-ovr: Public compiler macros
framebuffer-texture-multisample-multiview-ovr: Public ordinary functions
framebuffer-texture-multiview-ovr: Public compiler macros
framebuffer-texture-multiview-ovr: Public ordinary functions
framebuffer-texture-oes: Public compiler macros
framebuffer-texture-oes: Public ordinary functions
free-gl-array: Public ordinary functions
free-object-buffer-ati: Public ordinary functions
front-face: Public compiler macros
front-face: Public ordinary functions
frustum: Public ordinary functions
frustum-f: Public ordinary functions
frustum-f-oes: Public ordinary functions
frustum-x: Public ordinary functions
frustum-x-oes: Public ordinary functions
Function, %check-error: Private ordinary functions
Function, %defglfun-body: Private ordinary functions
Function, (setf find-vertex-array-binder): Private ordinary functions
Function, (setf gl-array-pointer): Private ordinary functions
Function, (setf gl-array-size): Private ordinary functions
Function, (setf gl-array-type): Private ordinary functions
Function, (setf gl-vertex-array-binder): Private ordinary functions
Function, (setf gl-vertex-array-pointer): Private ordinary functions
Function, (setf gl-vertex-array-size): Private ordinary functions
Function, (setf gl-vertex-array-type): Private ordinary functions
Function, (setf glaref): Public ordinary functions
Function, accum: Public ordinary functions
Function, accum-x-oes: Public ordinary functions
Function, acquire-keyed-mutex-win32-ext: Public ordinary functions
Function, active-program-ext: Public ordinary functions
Function, active-shader-program: Public ordinary functions
Function, active-shader-program-ext: Public ordinary functions
Function, active-stencil-face-ext: Public ordinary functions
Function, active-texture: Public ordinary functions
Function, active-texture: Public ordinary functions
Function, active-texture-arb: Public ordinary functions
Function, active-varying-nv: Public ordinary functions
Function, alloc-gl-array: Public ordinary functions
Function, alpha-fragment-op-1-ati: Public ordinary functions
Function, alpha-fragment-op-2-ati: Public ordinary functions
Function, alpha-fragment-op-3-ati: Public ordinary functions
Function, alpha-func: Public ordinary functions
Function, alpha-func-qcom: Public ordinary functions
Function, alpha-func-x: Public ordinary functions
Function, alpha-func-x-oes: Public ordinary functions
Function, alpha-to-coverage-dither-control-nv: Public ordinary functions
Function, apply-framebuffer-attachment-cmaa-intel: Public ordinary functions
Function, apply-texture-ext: Public ordinary functions
Function, are-programs-resident-nv: Public ordinary functions
Function, are-textures-resident: Public ordinary functions
Function, are-textures-resident: Public ordinary functions
Function, are-textures-resident-ext: Public ordinary functions
Function, array-element: Public ordinary functions
Function, array-element-ext: Public ordinary functions
Function, array-object-ati: Public ordinary functions
Function, async-copy-buffer-sub-data-nvx: Public ordinary functions
Function, async-copy-image-sub-data-nvx: Public ordinary functions
Function, async-marker-sgix: Public ordinary functions
Function, attach-object-arb: Public ordinary functions
Function, attach-shader: Public ordinary functions
Function, bare-type: Private ordinary functions
Function, begin: Public ordinary functions
Function, begin-conditional-render: Public ordinary functions
Function, begin-conditional-render-nv: Public ordinary functions
Function, begin-conditional-render-nvx: Public ordinary functions
Function, begin-fragment-shader-ati: Public ordinary functions
Function, begin-occlusion-query-nv: Public ordinary functions
Function, begin-perf-monitor-amd: Public ordinary functions
Function, begin-perf-query-intel: Public ordinary functions
Function, begin-query: Public ordinary functions
Function, begin-query-arb: Public ordinary functions
Function, begin-query-ext: Public ordinary functions
Function, begin-query-indexed: Public ordinary functions
Function, begin-transform-feedback: Public ordinary functions
Function, begin-transform-feedback-ext: Public ordinary functions
Function, begin-transform-feedback-nv: Public ordinary functions
Function, begin-vertex-shader-ext: Public ordinary functions
Function, begin-video-capture-nv: Public ordinary functions
Function, bind-attrib-location: Public ordinary functions
Function, bind-attrib-location: Public ordinary functions
Function, bind-attrib-location-arb: Public ordinary functions
Function, bind-buffer: Public ordinary functions
Function, bind-buffer-arb: Public ordinary functions
Function, bind-buffer-base: Public ordinary functions
Function, bind-buffer-base-ext: Public ordinary functions
Function, bind-buffer-base-nv: Public ordinary functions
Function, bind-buffer-offset-ext: Public ordinary functions
Function, bind-buffer-offset-nv: Public ordinary functions
Function, bind-buffer-range: Public ordinary functions
Function, bind-buffer-range-ext: Public ordinary functions
Function, bind-buffer-range-nv: Public ordinary functions
Function, bind-buffers-base: Public ordinary functions
Function, bind-buffers-range: Public ordinary functions
Function, bind-frag-data-location: Public ordinary functions
Function, bind-frag-data-location: Public ordinary functions
Function, bind-frag-data-location-ext: Public ordinary functions
Function, bind-frag-data-location-ext: Public ordinary functions
Function, bind-frag-data-location-indexed: Public ordinary functions
Function, bind-frag-data-location-indexed-ext: Public ordinary functions
Function, bind-fragment-shader-ati: Public ordinary functions
Function, bind-framebuffer: Public ordinary functions
Function, bind-framebuffer-ext: Public ordinary functions
Function, bind-framebuffer-oes: Public ordinary functions
Function, bind-gl-vertex-array: Public ordinary functions
Function, bind-image-texture: Public ordinary functions
Function, bind-image-texture-ext: Public ordinary functions
Function, bind-image-textures: Public ordinary functions
Function, bind-image-textures: Public ordinary functions
Function, bind-light-parameter-ext: Public ordinary functions
Function, bind-material-parameter-ext: Public ordinary functions
Function, bind-multi-texture-ext: Public ordinary functions
Function, bind-parameter-ext: Public ordinary functions
Function, bind-program-arb: Public ordinary functions
Function, bind-program-nv: Public ordinary functions
Function, bind-program-pipeline: Public ordinary functions
Function, bind-program-pipeline-ext: Public ordinary functions
Function, bind-renderbuffer: Public ordinary functions
Function, bind-renderbuffer-ext: Public ordinary functions
Function, bind-renderbuffer-oes: Public ordinary functions
Function, bind-sampler: Public ordinary functions
Function, bind-samplers: Public ordinary functions
Function, bind-shading-rate-image-nv: Public ordinary functions
Function, bind-tex-gen-parameter-ext: Public ordinary functions
Function, bind-texture: Public ordinary functions
Function, bind-texture-ext: Public ordinary functions
Function, bind-texture-unit: Public ordinary functions
Function, bind-texture-unit-parameter-ext: Public ordinary functions
Function, bind-textures: Public ordinary functions
Function, bind-transform-feedback: Public ordinary functions
Function, bind-transform-feedback-nv: Public ordinary functions
Function, bind-vertex-array: Public ordinary functions
Function, bind-vertex-array-apple: Public ordinary functions
Function, bind-vertex-array-oes: Public ordinary functions
Function, bind-vertex-buffer: Public ordinary functions
Function, bind-vertex-buffers: Public ordinary functions
Function, bind-vertex-shader-ext: Public ordinary functions
Function, bind-video-capture-stream-buffer-nv: Public ordinary functions
Function, bind-video-capture-stream-texture-nv: Public ordinary functions
Function, binormal-3b-ext: Public ordinary functions
Function, binormal-3bv-ext: Public ordinary functions
Function, binormal-3d-ext: Public ordinary functions
Function, binormal-3dv-ext: Public ordinary functions
Function, binormal-3f-ext: Public ordinary functions
Function, binormal-3fv-ext: Public ordinary functions
Function, binormal-3i-ext: Public ordinary functions
Function, binormal-3iv-ext: Public ordinary functions
Function, binormal-3s-ext: Public ordinary functions
Function, binormal-3sv-ext: Public ordinary functions
Function, binormal-pointer-ext: Public ordinary functions
Function, bitmap: Public ordinary functions
Function, bitmap-x-oes: Public ordinary functions
Function, blend-barrier: Public ordinary functions
Function, blend-barrier-khr: Public ordinary functions
Function, blend-barrier-nv: Public ordinary functions
Function, blend-color: Public ordinary functions
Function, blend-color-ext: Public ordinary functions
Function, blend-color-x-oes: Public ordinary functions
Function, blend-equation: Public ordinary functions
Function, blend-equation-ext: Public ordinary functions
Function, blend-equation-i: Public ordinary functions
Function, blend-equation-i-arb: Public ordinary functions
Function, blend-equation-i-ext: Public ordinary functions
Function, blend-equation-i-oes: Public ordinary functions
Function, blend-equation-indexed-amd: Public ordinary functions
Function, blend-equation-oes: Public ordinary functions
Function, blend-equation-separate: Public ordinary functions
Function, blend-equation-separate-ext: Public ordinary functions
Function, blend-equation-separate-i: Public ordinary functions
Function, blend-equation-separate-i-arb: Public ordinary functions
Function, blend-equation-separate-i-ext: Public ordinary functions
Function, blend-equation-separate-i-oes: Public ordinary functions
Function, blend-equation-separate-indexed-amd: Public ordinary functions
Function, blend-equation-separate-oes: Public ordinary functions
Function, blend-func: Public ordinary functions
Function, blend-func-i: Public ordinary functions
Function, blend-func-i-arb: Public ordinary functions
Function, blend-func-i-ext: Public ordinary functions
Function, blend-func-i-oes: Public ordinary functions
Function, blend-func-indexed-amd: Public ordinary functions
Function, blend-func-separate: Public ordinary functions
Function, blend-func-separate-ext: Public ordinary functions
Function, blend-func-separate-i: Public ordinary functions
Function, blend-func-separate-i-arb: Public ordinary functions
Function, blend-func-separate-i-ext: Public ordinary functions
Function, blend-func-separate-i-oes: Public ordinary functions
Function, blend-func-separate-indexed-amd: Public ordinary functions
Function, blend-func-separate-ingr: Public ordinary functions
Function, blend-func-separate-oes: Public ordinary functions
Function, blend-parameter-i-nv: Public ordinary functions
Function, blit-framebuffer: Public ordinary functions
Function, blit-framebuffer-angle: Public ordinary functions
Function, blit-framebuffer-ext: Public ordinary functions
Function, blit-framebuffer-layer-ext: Public ordinary functions
Function, blit-framebuffer-layers-ext: Public ordinary functions
Function, blit-framebuffer-nv: Public ordinary functions
Function, blit-named-framebuffer: Public ordinary functions
Function, buffer-address-range-nv: Public ordinary functions
Function, buffer-attach-memory-nv: Public ordinary functions
Function, buffer-data: Public ordinary functions
Function, buffer-data: Public ordinary functions
Function, buffer-data-arb: Public ordinary functions
Function, buffer-page-commitment-arb: Public ordinary functions
Function, buffer-page-commitment-mem-nv: Public ordinary functions
Function, buffer-parameter-i-apple: Public ordinary functions
Function, buffer-storage: Public ordinary functions
Function, buffer-storage: Public ordinary functions
Function, buffer-storage-ext: Public ordinary functions
Function, buffer-storage-external-ext: Public ordinary functions
Function, buffer-storage-mem-ext: Public ordinary functions
Function, buffer-sub-data: Public ordinary functions
Function, buffer-sub-data: Public ordinary functions
Function, buffer-sub-data-arb: Public ordinary functions
Function, call-command-list-nv: Public ordinary functions
Function, call-list: Public ordinary functions
Function, call-lists: Public ordinary functions
Function, call-lists: Public ordinary functions
Function, canonicalize-types: Private ordinary functions
Function, cffi-type-to-gl: Private ordinary functions
Function, check-error: Public ordinary functions
Function, check-framebuffer-status: Public ordinary functions
Function, check-framebuffer-status-ext: Public ordinary functions
Function, check-framebuffer-status-oes: Public ordinary functions
Function, check-named-framebuffer-status: Public ordinary functions
Function, check-named-framebuffer-status-ext: Public ordinary functions
Function, clamp-color: Public ordinary functions
Function, clamp-color-arb: Public ordinary functions
Function, clear: Public ordinary functions
Function, clear: Public ordinary functions
Function, clear-accum: Public ordinary functions
Function, clear-accum-x-oes: Public ordinary functions
Function, clear-buffer-data: Public ordinary functions
Function, clear-buffer-fi: Public ordinary functions
Function, clear-buffer-fv: Public ordinary functions
Function, clear-buffer-fv: Public ordinary functions
Function, clear-buffer-iv: Public ordinary functions
Function, clear-buffer-iv: Public ordinary functions
Function, clear-buffer-sub-data: Public ordinary functions
Function, clear-buffer-uiv: Public ordinary functions
Function, clear-buffer-uiv: Public ordinary functions
Function, clear-color: Public ordinary functions
Function, clear-color-ii-ext: Public ordinary functions
Function, clear-color-iui-ext: Public ordinary functions
Function, clear-color-x: Public ordinary functions
Function, clear-color-x-oes: Public ordinary functions
Function, clear-depth: Public ordinary functions
Function, clear-depth-d-nv: Public ordinary functions
Function, clear-depth-f: Public ordinary functions
Function, clear-depth-f-oes: Public ordinary functions
Function, clear-depth-x: Public ordinary functions
Function, clear-depth-x-oes: Public ordinary functions
Function, clear-index: Public ordinary functions
Function, clear-named-buffer-data: Public ordinary functions
Function, clear-named-buffer-data-ext: Public ordinary functions
Function, clear-named-buffer-sub-data: Public ordinary functions
Function, clear-named-buffer-sub-data-ext: Public ordinary functions
Function, clear-named-framebuffer-fi: Public ordinary functions
Function, clear-named-framebuffer-fv: Public ordinary functions
Function, clear-named-framebuffer-fv: Public ordinary functions
Function, clear-named-framebuffer-iv: Public ordinary functions
Function, clear-named-framebuffer-iv: Public ordinary functions
Function, clear-named-framebuffer-uiv: Public ordinary functions
Function, clear-named-framebuffer-uiv: Public ordinary functions
Function, clear-pixel-local-storage-ui-ext: Public ordinary functions
Function, clear-stencil: Public ordinary functions
Function, clear-tex-image: Public ordinary functions
Function, clear-tex-image: Public ordinary functions
Function, clear-tex-image-ext: Public ordinary functions
Function, clear-tex-sub-image: Public ordinary functions
Function, clear-tex-sub-image: Public ordinary functions
Function, clear-tex-sub-image-ext: Public ordinary functions
Function, client-active-texture: Public ordinary functions
Function, client-active-texture-arb: Public ordinary functions
Function, client-active-vertex-stream-ati: Public ordinary functions
Function, client-attrib-default-ext: Public ordinary functions
Function, client-wait-semaphore-ui64-nvx: Public ordinary functions
Function, client-wait-sync: Public ordinary functions
Function, client-wait-sync-apple: Public ordinary functions
Function, clip-control: Public ordinary functions
Function, clip-control-ext: Public ordinary functions
Function, clip-plane: Public ordinary functions
Function, clip-plane: Public ordinary functions
Function, clip-plane-f: Public ordinary functions
Function, clip-plane-f-img: Public ordinary functions
Function, clip-plane-f-oes: Public ordinary functions
Function, clip-plane-x: Public ordinary functions
Function, clip-plane-x-img: Public ordinary functions
Function, clip-plane-x-oes: Public ordinary functions
Function, close-opengl-library: Public ordinary functions
Function, color: Public ordinary functions
Function, color-3b: Public ordinary functions
Function, color-3bv: Public ordinary functions
Function, color-3d: Public ordinary functions
Function, color-3dv: Public ordinary functions
Function, color-3f: Public ordinary functions
Function, color-3f-vertex-3f-sun: Public ordinary functions
Function, color-3f-vertex-3fv-sun: Public ordinary functions
Function, color-3fv: Public ordinary functions
Function, color-3h-nv: Public ordinary functions
Function, color-3hv-nv: Public ordinary functions
Function, color-3i: Public ordinary functions
Function, color-3iv: Public ordinary functions
Function, color-3s: Public ordinary functions
Function, color-3sv: Public ordinary functions
Function, color-3ub: Public ordinary functions
Function, color-3ubv: Public ordinary functions
Function, color-3ui: Public ordinary functions
Function, color-3uiv: Public ordinary functions
Function, color-3us: Public ordinary functions
Function, color-3usv: Public ordinary functions
Function, color-3x-oes: Public ordinary functions
Function, color-3xv-oes: Public ordinary functions
Function, color-4b: Public ordinary functions
Function, color-4bv: Public ordinary functions
Function, color-4d: Public ordinary functions
Function, color-4dv: Public ordinary functions
Function, color-4f: Public ordinary functions
Function, color-4f-normal-3f-vertex-3f-sun: Public ordinary functions
Function, color-4f-normal-3f-vertex-3fv-sun: Public ordinary functions
Function, color-4fv: Public ordinary functions
Function, color-4h-nv: Public ordinary functions
Function, color-4hv-nv: Public ordinary functions
Function, color-4i: Public ordinary functions
Function, color-4iv: Public ordinary functions
Function, color-4s: Public ordinary functions
Function, color-4sv: Public ordinary functions
Function, color-4ub: Public ordinary functions
Function, color-4ub-vertex-2f-sun: Public ordinary functions
Function, color-4ub-vertex-2fv-sun: Public ordinary functions
Function, color-4ub-vertex-3f-sun: Public ordinary functions
Function, color-4ub-vertex-3fv-sun: Public ordinary functions
Function, color-4ubv: Public ordinary functions
Function, color-4ui: Public ordinary functions
Function, color-4uiv: Public ordinary functions
Function, color-4us: Public ordinary functions
Function, color-4usv: Public ordinary functions
Function, color-4x: Public ordinary functions
Function, color-4x-oes: Public ordinary functions
Function, color-4xv-oes: Public ordinary functions
Function, color-format-nv: Public ordinary functions
Function, color-fragment-op-1-ati: Public ordinary functions
Function, color-fragment-op-2-ati: Public ordinary functions
Function, color-fragment-op-3-ati: Public ordinary functions
Function, color-mask: Public ordinary functions
Function, color-mask-i: Public ordinary functions
Function, color-mask-i-ext: Public ordinary functions
Function, color-mask-i-oes: Public ordinary functions
Function, color-mask-indexed-ext: Public ordinary functions
Function, color-material: Public ordinary functions
Function, color-p3ui: Public ordinary functions
Function, color-p3uiv: Public ordinary functions
Function, color-p4ui: Public ordinary functions
Function, color-p4uiv: Public ordinary functions
Function, color-pointer: Public ordinary functions
Function, color-pointer-ext: Public ordinary functions
Function, color-pointer-list-ibm: Public ordinary functions
Function, color-pointer-v-intel: Public ordinary functions
Function, color-sub-table: Public ordinary functions
Function, color-sub-table-ext: Public ordinary functions
Function, color-table: Public ordinary functions
Function, color-table-ext: Public ordinary functions
Function, color-table-parameter-fv: Public ordinary functions
Function, color-table-parameter-fv-sgi: Public ordinary functions
Function, color-table-parameter-iv: Public ordinary functions
Function, color-table-parameter-iv-sgi: Public ordinary functions
Function, color-table-sgi: Public ordinary functions
Function, combiner-input-nv: Public ordinary functions
Function, combiner-output-nv: Public ordinary functions
Function, combiner-parameter-f-nv: Public ordinary functions
Function, combiner-parameter-fv-nv: Public ordinary functions
Function, combiner-parameter-i-nv: Public ordinary functions
Function, combiner-parameter-iv-nv: Public ordinary functions
Function, combiner-stage-parameter-fv-nv: Public ordinary functions
Function, command-list-segments-nv: Public ordinary functions
Function, compile-command-list-nv: Public ordinary functions
Function, compile-shader: Public ordinary functions
Function, compile-shader-arb: Public ordinary functions
Function, compile-shader-include-arb: Public ordinary functions
Function, compressed-multi-tex-image-1d-ext: Public ordinary functions
Function, compressed-multi-tex-image-2d-ext: Public ordinary functions
Function, compressed-multi-tex-image-3d-ext: Public ordinary functions
Function, compressed-multi-tex-sub-image-1d-ext: Public ordinary functions
Function, compressed-multi-tex-sub-image-2d-ext: Public ordinary functions
Function, compressed-multi-tex-sub-image-3d-ext: Public ordinary functions
Function, compressed-tex-image-1d: Public ordinary functions
Function, compressed-tex-image-1d: Public ordinary functions
Function, compressed-tex-image-1d-arb: Public ordinary functions
Function, compressed-tex-image-2d: Public ordinary functions
Function, compressed-tex-image-2d: Public ordinary functions
Function, compressed-tex-image-2d-arb: Public ordinary functions
Function, compressed-tex-image-3d: Public ordinary functions
Function, compressed-tex-image-3d: Public ordinary functions
Function, compressed-tex-image-3d-arb: Public ordinary functions
Function, compressed-tex-image-3d-oes: Public ordinary functions
Function, compressed-tex-sub-image-1d: Public ordinary functions
Function, compressed-tex-sub-image-1d: Public ordinary functions
Function, compressed-tex-sub-image-1d-arb: Public ordinary functions
Function, compressed-tex-sub-image-2d: Public ordinary functions
Function, compressed-tex-sub-image-2d: Public ordinary functions
Function, compressed-tex-sub-image-2d-arb: Public ordinary functions
Function, compressed-tex-sub-image-3d: Public ordinary functions
Function, compressed-tex-sub-image-3d: Public ordinary functions
Function, compressed-tex-sub-image-3d-arb: Public ordinary functions
Function, compressed-tex-sub-image-3d-oes: Public ordinary functions
Function, compressed-texture-image-1d-ext: Public ordinary functions
Function, compressed-texture-image-2d-ext: Public ordinary functions
Function, compressed-texture-image-3d-ext: Public ordinary functions
Function, compressed-texture-sub-image-1d: Public ordinary functions
Function, compressed-texture-sub-image-1d-ext: Public ordinary functions
Function, compressed-texture-sub-image-2d: Public ordinary functions
Function, compressed-texture-sub-image-2d-ext: Public ordinary functions
Function, compressed-texture-sub-image-3d: Public ordinary functions
Function, compressed-texture-sub-image-3d-ext: Public ordinary functions
Function, conservative-raster-parameter-f-nv: Public ordinary functions
Function, conservative-raster-parameter-i-nv: Public ordinary functions
Function, convolution-filter-1d: Public ordinary functions
Function, convolution-filter-1d-ext: Public ordinary functions
Function, convolution-filter-2d: Public ordinary functions
Function, convolution-filter-2d-ext: Public ordinary functions
Function, convolution-parameter-f: Public ordinary functions
Function, convolution-parameter-f-ext: Public ordinary functions
Function, convolution-parameter-fv: Public ordinary functions
Function, convolution-parameter-fv-ext: Public ordinary functions
Function, convolution-parameter-i: Public ordinary functions
Function, convolution-parameter-i-ext: Public ordinary functions
Function, convolution-parameter-iv: Public ordinary functions
Function, convolution-parameter-iv-ext: Public ordinary functions
Function, convolution-parameter-x-oes: Public ordinary functions
Function, convolution-parameter-xv-oes: Public ordinary functions
Function, copy-buffer-sub-data: Public ordinary functions
Function, copy-buffer-sub-data-nv: Public ordinary functions
Function, copy-color-sub-table: Public ordinary functions
Function, copy-color-sub-table-ext: Public ordinary functions
Function, copy-color-table: Public ordinary functions
Function, copy-color-table-sgi: Public ordinary functions
Function, copy-convolution-filter-1d: Public ordinary functions
Function, copy-convolution-filter-1d-ext: Public ordinary functions
Function, copy-convolution-filter-2d: Public ordinary functions
Function, copy-convolution-filter-2d-ext: Public ordinary functions
Function, copy-image-sub-data: Public ordinary functions
Function, copy-image-sub-data-ext: Public ordinary functions
Function, copy-image-sub-data-nv: Public ordinary functions
Function, copy-image-sub-data-oes: Public ordinary functions
Function, copy-multi-tex-image-1d-ext: Public ordinary functions
Function, copy-multi-tex-image-2d-ext: Public ordinary functions
Function, copy-multi-tex-sub-image-1d-ext: Public ordinary functions
Function, copy-multi-tex-sub-image-2d-ext: Public ordinary functions
Function, copy-multi-tex-sub-image-3d-ext: Public ordinary functions
Function, copy-named-buffer-sub-data: Public ordinary functions
Function, copy-path-nv: Public ordinary functions
Function, copy-pixels: Public ordinary functions
Function, copy-tex-image-1d: Public ordinary functions
Function, copy-tex-image-1d: Public ordinary functions
Function, copy-tex-image-1d-ext: Public ordinary functions
Function, copy-tex-image-2d: Public ordinary functions
Function, copy-tex-image-2d: Public ordinary functions
Function, copy-tex-image-2d-ext: Public ordinary functions
Function, copy-tex-sub-image-1d: Public ordinary functions
Function, copy-tex-sub-image-1d-ext: Public ordinary functions
Function, copy-tex-sub-image-2d: Public ordinary functions
Function, copy-tex-sub-image-2d-ext: Public ordinary functions
Function, copy-tex-sub-image-3d: Public ordinary functions
Function, copy-tex-sub-image-3d-ext: Public ordinary functions
Function, copy-tex-sub-image-3d-oes: Public ordinary functions
Function, copy-texture-image-1d-ext: Public ordinary functions
Function, copy-texture-image-2d-ext: Public ordinary functions
Function, copy-texture-levels-apple: Public ordinary functions
Function, copy-texture-sub-image-1d: Public ordinary functions
Function, copy-texture-sub-image-1d-ext: Public ordinary functions
Function, copy-texture-sub-image-2d: Public ordinary functions
Function, copy-texture-sub-image-2d-ext: Public ordinary functions
Function, copy-texture-sub-image-3d: Public ordinary functions
Function, copy-texture-sub-image-3d-ext: Public ordinary functions
Function, cover-fill-path-instanced-nv: Public ordinary functions
Function, cover-fill-path-nv: Public ordinary functions
Function, cover-stroke-path-instanced-nv: Public ordinary functions
Function, cover-stroke-path-nv: Public ordinary functions
Function, coverage-mask-nv: Public ordinary functions
Function, coverage-modulation-nv: Public ordinary functions
Function, coverage-modulation-table-nv: Public ordinary functions
Function, coverage-operation-nv: Public ordinary functions
Function, create-buffer: Public ordinary functions
Function, create-buffers: Public ordinary functions
Function, create-buffers: Public ordinary functions
Function, create-command-lists-nv: Public ordinary functions
Function, create-framebuffer: Public ordinary functions
Function, create-framebuffers: Public ordinary functions
Function, create-framebuffers: Public ordinary functions
Function, create-memory-objects-ext: Public ordinary functions
Function, create-perf-query-intel: Public ordinary functions
Function, create-program: Public ordinary functions
Function, create-program-object-arb: Public ordinary functions
Function, create-program-pipelines: Public ordinary functions
Function, create-progress-fence-nvx: Public ordinary functions
Function, create-queries: Public ordinary functions
Function, create-renderbuffer: Public ordinary functions
Function, create-renderbuffers: Public ordinary functions
Function, create-renderbuffers: Public ordinary functions
Function, create-sampler: Public ordinary functions
Function, create-samplers: Public ordinary functions
Function, create-samplers: Public ordinary functions
Function, create-semaphores-nv: Public ordinary functions
Function, create-shader: Public ordinary functions
Function, create-shader-object-arb: Public ordinary functions
Function, create-shader-program-ext: Public ordinary functions
Function, create-shader-program-v: Public ordinary functions
Function, create-shader-programv-ext: Public ordinary functions
Function, create-states-nv: Public ordinary functions
Function, create-sync-from-cl-event-arb: Public ordinary functions
Function, create-texture: Public ordinary functions
Function, create-textures: Public ordinary functions
Function, create-textures: Public ordinary functions
Function, create-transform-feedbacks: Public ordinary functions
Function, create-vertex-array: Public ordinary functions
Function, create-vertex-arrays: Public ordinary functions
Function, create-vertex-arrays: Public ordinary functions
Function, cull-face: Public ordinary functions
Function, cull-parameter-dv-ext: Public ordinary functions
Function, cull-parameter-fv-ext: Public ordinary functions
Function, current-palette-matrix-arb: Public ordinary functions
Function, current-palette-matrix-oes: Public ordinary functions
Function, debug-message-callback: Public ordinary functions
Function, debug-message-callback-amd: Public ordinary functions
Function, debug-message-callback-arb: Public ordinary functions
Function, debug-message-callback-khr: Public ordinary functions
Function, debug-message-control: Public ordinary functions
Function, debug-message-control-arb: Public ordinary functions
Function, debug-message-control-khr: Public ordinary functions
Function, debug-message-enable-amd: Public ordinary functions
Function, debug-message-insert: Public ordinary functions
Function, debug-message-insert-amd: Public ordinary functions
Function, debug-message-insert-arb: Public ordinary functions
Function, debug-message-insert-khr: Public ordinary functions
Function, deform-sgix: Public ordinary functions
Function, deformation-map-3d-sgix: Public ordinary functions
Function, deformation-map-3f-sgix: Public ordinary functions
Function, delete-async-markers-sgix: Public ordinary functions
Function, delete-buffers: Public ordinary functions
Function, delete-buffers: Public ordinary functions
Function, delete-buffers-arb: Public ordinary functions
Function, delete-command-lists-nv: Public ordinary functions
Function, delete-fences-apple: Public ordinary functions
Function, delete-fences-nv: Public ordinary functions
Function, delete-fragment-shader-ati: Public ordinary functions
Function, delete-framebuffer: Public ordinary functions
Function, delete-framebuffers: Public ordinary functions
Function, delete-framebuffers: Public ordinary functions
Function, delete-framebuffers-ext: Public ordinary functions
Function, delete-framebuffers-ext: Public ordinary functions
Function, delete-framebuffers-oes: Public ordinary functions
Function, delete-lists: Public ordinary functions
Function, delete-memory-objects-ext: Public ordinary functions
Function, delete-named-string-arb: Public ordinary functions
Function, delete-names-amd: Public ordinary functions
Function, delete-object-arb: Public ordinary functions
Function, delete-occlusion-queries-nv: Public ordinary functions
Function, delete-paths-nv: Public ordinary functions
Function, delete-perf-monitors-amd: Public ordinary functions
Function, delete-perf-query-intel: Public ordinary functions
Function, delete-program: Public ordinary functions
Function, delete-program-pipelines: Public ordinary functions
Function, delete-program-pipelines: Public ordinary functions
Function, delete-program-pipelines-ext: Public ordinary functions
Function, delete-programs-arb: Public ordinary functions
Function, delete-programs-nv: Public ordinary functions
Function, delete-queries: Public ordinary functions
Function, delete-queries: Public ordinary functions
Function, delete-queries-arb: Public ordinary functions
Function, delete-queries-ext: Public ordinary functions
Function, delete-query-resource-tag-nv: Public ordinary functions
Function, delete-renderbuffer: Public ordinary functions
Function, delete-renderbuffers: Public ordinary functions
Function, delete-renderbuffers: Public ordinary functions
Function, delete-renderbuffers-ext: Public ordinary functions
Function, delete-renderbuffers-ext: Public ordinary functions
Function, delete-renderbuffers-oes: Public ordinary functions
Function, delete-sampler: Public ordinary functions
Function, delete-samplers: Public ordinary functions
Function, delete-samplers: Public ordinary functions
Function, delete-semaphores-ext: Public ordinary functions
Function, delete-shader: Public ordinary functions
Function, delete-states-nv: Public ordinary functions
Function, delete-sync: Public ordinary functions
Function, delete-sync-apple: Public ordinary functions
Function, delete-texture: Public ordinary functions
Function, delete-textures: Public ordinary functions
Function, delete-textures: Public ordinary functions
Function, delete-textures-ext: Public ordinary functions
Function, delete-transform-feedbacks: Public ordinary functions
Function, delete-transform-feedbacks-nv: Public ordinary functions
Function, delete-vertex-arrays: Public ordinary functions
Function, delete-vertex-arrays: Public ordinary functions
Function, delete-vertex-arrays-apple: Public ordinary functions
Function, delete-vertex-arrays-oes: Public ordinary functions
Function, delete-vertex-shader-ext: Public ordinary functions
Function, depth-bounds-d-nv: Public ordinary functions
Function, depth-bounds-ext: Public ordinary functions
Function, depth-func: Public ordinary functions
Function, depth-mask: Public ordinary functions
Function, depth-range: Public ordinary functions
Function, depth-range-array-dv-nv: Public ordinary functions
Function, depth-range-array-fv-nv: Public ordinary functions
Function, depth-range-array-fv-oes: Public ordinary functions
Function, depth-range-array-v: Public ordinary functions
Function, depth-range-d-nv: Public ordinary functions
Function, depth-range-f: Public ordinary functions
Function, depth-range-f-oes: Public ordinary functions
Function, depth-range-indexed: Public ordinary functions
Function, depth-range-indexed-d-nv: Public ordinary functions
Function, depth-range-indexed-f-nv: Public ordinary functions
Function, depth-range-indexed-f-oes: Public ordinary functions
Function, depth-range-x: Public ordinary functions
Function, depth-range-x-oes: Public ordinary functions
Function, detach-object-arb: Public ordinary functions
Function, detach-shader: Public ordinary functions
Function, detail-tex-func-sgis: Public ordinary functions
Function, disable: Public ordinary functions
Function, disable: Public ordinary functions
Function, disable-client-state: Public ordinary functions
Function, disable-client-state-i-ext: Public ordinary functions
Function, disable-client-state-indexed-ext: Public ordinary functions
Function, disable-driver-control-qcom: Public ordinary functions
Function, disable-i: Public ordinary functions
Function, disable-i-ext: Public ordinary functions
Function, disable-i-nv: Public ordinary functions
Function, disable-i-oes: Public ordinary functions
Function, disable-indexed-ext: Public ordinary functions
Function, disable-variant-client-state-ext: Public ordinary functions
Function, disable-vertex-array-attrib: Public ordinary functions
Function, disable-vertex-array-attrib-ext: Public ordinary functions
Function, disable-vertex-array-ext: Public ordinary functions
Function, disable-vertex-attrib-apple: Public ordinary functions
Function, disable-vertex-attrib-array: Public ordinary functions
Function, disable-vertex-attrib-array-arb: Public ordinary functions
Function, discard-framebuffer-ext: Public ordinary functions
Function, dispatch-compute: Public ordinary functions
Function, dispatch-compute-group-size-arb: Public ordinary functions
Function, dispatch-compute-indirect: Public ordinary functions
Function, draw-arrays: Public ordinary functions
Function, draw-arrays-ext: Public ordinary functions
Function, draw-arrays-indirect: Public ordinary functions
Function, draw-arrays-instanced: Public ordinary functions
Function, draw-arrays-instanced-angle: Public ordinary functions
Function, draw-arrays-instanced-arb: Public ordinary functions
Function, draw-arrays-instanced-base-instance: Public ordinary functions
Function, draw-arrays-instanced-base-instance-ext: Public ordinary functions
Function, draw-arrays-instanced-ext: Public ordinary functions
Function, draw-arrays-instanced-nv: Public ordinary functions
Function, draw-buffer: Public ordinary functions
Function, draw-buffers: Public ordinary functions
Function, draw-buffers: Public ordinary functions
Function, draw-buffers-arb: Public ordinary functions
Function, draw-buffers-ati: Public ordinary functions
Function, draw-buffers-ext: Public ordinary functions
Function, draw-buffers-indexed-ext: Public ordinary functions
Function, draw-buffers-nv: Public ordinary functions
Function, draw-commands-address-nv: Public ordinary functions
Function, draw-commands-nv: Public ordinary functions
Function, draw-commands-states-address-nv: Public ordinary functions
Function, draw-commands-states-nv: Public ordinary functions
Function, draw-element-array-apple: Public ordinary functions
Function, draw-element-array-ati: Public ordinary functions
Function, draw-elements: Public ordinary functions
Function, draw-elements: Public ordinary functions
Function, draw-elements-base-vertex: Public ordinary functions
Function, draw-elements-base-vertex: Public ordinary functions
Function, draw-elements-base-vertex-ext: Public ordinary functions
Function, draw-elements-base-vertex-oes: Public ordinary functions
Function, draw-elements-indirect: Public ordinary functions
Function, draw-elements-instanced: Public ordinary functions
Function, draw-elements-instanced: Public ordinary functions
Function, draw-elements-instanced-angle: Public ordinary functions
Function, draw-elements-instanced-arb: Public ordinary functions
Function, draw-elements-instanced-base-instance: Public ordinary functions
Function, draw-elements-instanced-base-instance-ext: Public ordinary functions
Function, draw-elements-instanced-base-vertex: Public ordinary functions
Function, draw-elements-instanced-base-vertex: Public ordinary functions
Function, draw-elements-instanced-base-vertex-base-instance: Public ordinary functions
Function, draw-elements-instanced-base-vertex-base-instance-ext: Public ordinary functions
Function, draw-elements-instanced-base-vertex-ext: Public ordinary functions
Function, draw-elements-instanced-base-vertex-oes: Public ordinary functions
Function, draw-elements-instanced-ext: Public ordinary functions
Function, draw-elements-instanced-nv: Public ordinary functions
Function, draw-mesh-arrays-sun: Public ordinary functions
Function, draw-mesh-tasks-indirect-nv: Public ordinary functions
Function, draw-mesh-tasks-nv: Public ordinary functions
Function, draw-pixels: Public ordinary functions
Function, draw-pixels: Public ordinary functions
Function, draw-range-element-array-apple: Public ordinary functions
Function, draw-range-element-array-ati: Public ordinary functions
Function, draw-range-elements: Public ordinary functions
Function, draw-range-elements-base-vertex: Public ordinary functions
Function, draw-range-elements-base-vertex-ext: Public ordinary functions
Function, draw-range-elements-base-vertex-oes: Public ordinary functions
Function, draw-range-elements-ext: Public ordinary functions
Function, draw-tex-f-oes: Public ordinary functions
Function, draw-tex-fv-oes: Public ordinary functions
Function, draw-tex-i-oes: Public ordinary functions
Function, draw-tex-iv-oes: Public ordinary functions
Function, draw-tex-s-oes: Public ordinary functions
Function, draw-tex-sv-oes: Public ordinary functions
Function, draw-tex-x-oes: Public ordinary functions
Function, draw-tex-xv-oes: Public ordinary functions
Function, draw-texture-nv: Public ordinary functions
Function, draw-transform-feedback: Public ordinary functions
Function, draw-transform-feedback-ext: Public ordinary functions
Function, draw-transform-feedback-instanced: Public ordinary functions
Function, draw-transform-feedback-instanced-ext: Public ordinary functions
Function, draw-transform-feedback-nv: Public ordinary functions
Function, draw-transform-feedback-stream: Public ordinary functions
Function, draw-transform-feedback-stream-instanced: Public ordinary functions
Function, draw-vk-image-nv: Public ordinary functions
Function, edge-flag: Public ordinary functions
Function, edge-flag-format-nv: Public ordinary functions
Function, edge-flag-pointer: Public ordinary functions
Function, edge-flag-pointer-ext: Public ordinary functions
Function, edge-flag-pointer-list-ibm: Public ordinary functions
Function, edge-flag-v: Public ordinary functions
Function, egl-image-target-renderbuffer-storage-oes: Public ordinary functions
Function, egl-image-target-tex-storage-ext: Public ordinary functions
Function, egl-image-target-texture-2d-oes: Public ordinary functions
Function, egl-image-target-texture-storage-ext: Public ordinary functions
Function, element-pointer-apple: Public ordinary functions
Function, element-pointer-ati: Public ordinary functions
Function, emit-gl-array-bind-clause: Private ordinary functions
Function, emit-gl-array-struct-clause: Private ordinary functions
Function, enable: Public ordinary functions
Function, enable: Public ordinary functions
Function, enable-client-state: Public ordinary functions
Function, enable-client-state-i-ext: Public ordinary functions
Function, enable-client-state-indexed-ext: Public ordinary functions
Function, enable-driver-control-qcom: Public ordinary functions
Function, enable-i: Public ordinary functions
Function, enable-i-ext: Public ordinary functions
Function, enable-i-nv: Public ordinary functions
Function, enable-i-oes: Public ordinary functions
Function, enable-indexed-ext: Public ordinary functions
Function, enable-variant-client-state-ext: Public ordinary functions
Function, enable-vertex-array-attrib: Public ordinary functions
Function, enable-vertex-array-attrib-ext: Public ordinary functions
Function, enable-vertex-array-ext: Public ordinary functions
Function, enable-vertex-attrib-apple: Public ordinary functions
Function, enable-vertex-attrib-array: Public ordinary functions
Function, enable-vertex-attrib-array-arb: Public ordinary functions
Function, enabledp: Public ordinary functions
Function, enabledp-i: Private ordinary functions
Function, end: Public ordinary functions
Function, end-conditional-render: Public ordinary functions
Function, end-conditional-render-nv: Public ordinary functions
Function, end-conditional-render-nvx: Public ordinary functions
Function, end-fragment-shader-ati: Public ordinary functions
Function, end-list: Public ordinary functions
Function, end-occlusion-query-nv: Public ordinary functions
Function, end-perf-monitor-amd: Public ordinary functions
Function, end-perf-query-intel: Public ordinary functions
Function, end-query: Public ordinary functions
Function, end-query-arb: Public ordinary functions
Function, end-query-ext: Public ordinary functions
Function, end-query-indexed: Public ordinary functions
Function, end-tiling-qcom: Public ordinary functions
Function, end-transform-feedback: Public ordinary functions
Function, end-transform-feedback-ext: Public ordinary functions
Function, end-transform-feedback-nv: Public ordinary functions
Function, end-vertex-shader-ext: Public ordinary functions
Function, end-video-capture-nv: Public ordinary functions
Function, enum=: Private ordinary functions
Function, eval-coord-1: Public ordinary functions
Function, eval-coord-1d: Public ordinary functions
Function, eval-coord-1dv: Public ordinary functions
Function, eval-coord-1f: Public ordinary functions
Function, eval-coord-1fv: Public ordinary functions
Function, eval-coord-1x-oes: Public ordinary functions
Function, eval-coord-1xv-oes: Public ordinary functions
Function, eval-coord-2: Public ordinary functions
Function, eval-coord-2d: Public ordinary functions
Function, eval-coord-2dv: Public ordinary functions
Function, eval-coord-2f: Public ordinary functions
Function, eval-coord-2fv: Public ordinary functions
Function, eval-coord-2x-oes: Public ordinary functions
Function, eval-coord-2xv-oes: Public ordinary functions
Function, eval-maps-nv: Public ordinary functions
Function, eval-mesh-1: Public ordinary functions
Function, eval-mesh-2: Public ordinary functions
Function, eval-point-1: Public ordinary functions
Function, eval-point-2: Public ordinary functions
Function, evaluate-depth-values-arb: Public ordinary functions
Function, execute-program-nv: Public ordinary functions
Function, ext-get-buffer-pointer-v-qcom: Public ordinary functions
Function, ext-get-buffers-qcom: Public ordinary functions
Function, ext-get-framebuffers-qcom: Public ordinary functions
Function, ext-get-program-binary-source-qcom: Public ordinary functions
Function, ext-get-programs-qcom: Public ordinary functions
Function, ext-get-renderbuffers-qcom: Public ordinary functions
Function, ext-get-shaders-qcom: Public ordinary functions
Function, ext-get-tex-level-parameter-iv-qcom: Public ordinary functions
Function, ext-get-tex-sub-image-qcom: Public ordinary functions
Function, ext-get-textures-qcom: Public ordinary functions
Function, ext-is-program-binary-qcom: Public ordinary functions
Function, ext-tex-object-state-override-i-qcom: Public ordinary functions
Function, extension-list: Public ordinary functions
Function, extension-present-p: Public ordinary functions
Function, extract-component-ext: Public ordinary functions
Function, extrapolate-tex-2d-qcom: Public ordinary functions
Function, feedback-buffer: Public ordinary functions
Function, feedback-buffer: Public ordinary functions
Function, feedback-buffer-x-oes: Public ordinary functions
Function, fence-sync: Public ordinary functions
Function, fence-sync-apple: Public ordinary functions
Function, final-combiner-input-nv: Public ordinary functions
Function, find-vertex-array-binder: Private ordinary functions
Function, finish: Public ordinary functions
Function, finish-async-sgix: Public ordinary functions
Function, finish-fence-apple: Public ordinary functions
Function, finish-fence-nv: Public ordinary functions
Function, finish-object-apple: Public ordinary functions
Function, finish-texture-sunx: Public ordinary functions
Function, flush: Public ordinary functions
Function, flush-mapped-buffer-range: Public ordinary functions
Function, flush-mapped-buffer-range-apple: Public ordinary functions
Function, flush-mapped-buffer-range-ext: Public ordinary functions
Function, flush-mapped-named-buffer-range: Public ordinary functions
Function, flush-mapped-named-buffer-range-ext: Public ordinary functions
Function, flush-pixel-data-range-nv: Public ordinary functions
Function, flush-raster-sgix: Public ordinary functions
Function, flush-static-data-ibm: Public ordinary functions
Function, flush-vertex-array-range-apple: Public ordinary functions
Function, flush-vertex-array-range-nv: Public ordinary functions
Function, fog: Public ordinary functions
Function, fog-coord: Public ordinary functions
Function, fog-coord-d: Public ordinary functions
Function, fog-coord-d-ext: Public ordinary functions
Function, fog-coord-dv: Public ordinary functions
Function, fog-coord-dv-ext: Public ordinary functions
Function, fog-coord-f: Public ordinary functions
Function, fog-coord-f-ext: Public ordinary functions
Function, fog-coord-format-nv: Public ordinary functions
Function, fog-coord-fv: Public ordinary functions
Function, fog-coord-fv-ext: Public ordinary functions
Function, fog-coord-h-nv: Public ordinary functions
Function, fog-coord-hv-nv: Public ordinary functions
Function, fog-coord-pointer: Public ordinary functions
Function, fog-coord-pointer-ext: Public ordinary functions
Function, fog-coord-pointer-list-ibm: Public ordinary functions
Function, fog-f: Public ordinary functions
Function, fog-func-sgis: Public ordinary functions
Function, fog-fv: Public ordinary functions
Function, fog-i: Public ordinary functions
Function, fog-iv: Public ordinary functions
Function, fog-x: Public ordinary functions
Function, fog-x-oes: Public ordinary functions
Function, fog-xv: Public ordinary functions
Function, fog-xv-oes: Public ordinary functions
Function, fragment-color-material-sgix: Public ordinary functions
Function, fragment-coverage-color-nv: Public ordinary functions
Function, fragment-light-f-sgix: Public ordinary functions
Function, fragment-light-fv-sgix: Public ordinary functions
Function, fragment-light-i-sgix: Public ordinary functions
Function, fragment-light-iv-sgix: Public ordinary functions
Function, fragment-light-model-f-sgix: Public ordinary functions
Function, fragment-light-model-fv-sgix: Public ordinary functions
Function, fragment-light-model-i-sgix: Public ordinary functions
Function, fragment-light-model-iv-sgix: Public ordinary functions
Function, fragment-material-f-sgix: Public ordinary functions
Function, fragment-material-fv-sgix: Public ordinary functions
Function, fragment-material-i-sgix: Public ordinary functions
Function, fragment-material-iv-sgix: Public ordinary functions
Function, frame-terminator-gremedy: Public ordinary functions
Function, frame-zoom-sgix: Public ordinary functions
Function, framebuffer-draw-buffer-ext: Public ordinary functions
Function, framebuffer-draw-buffers-ext: Public ordinary functions
Function, framebuffer-fetch-barrier-ext: Public ordinary functions
Function, framebuffer-fetch-barrier-qcom: Public ordinary functions
Function, framebuffer-foveation-config-qcom: Public ordinary functions
Function, framebuffer-foveation-parameters-qcom: Public ordinary functions
Function, framebuffer-parameter-i: Public ordinary functions
Function, framebuffer-parameter-i-mesa: Public ordinary functions
Function, framebuffer-pixel-local-storage-size-ext: Public ordinary functions
Function, framebuffer-read-buffer-ext: Public ordinary functions
Function, framebuffer-renderbuffer: Public ordinary functions
Function, framebuffer-renderbuffer-ext: Public ordinary functions
Function, framebuffer-renderbuffer-oes: Public ordinary functions
Function, framebuffer-sample-locations-fv-arb: Public ordinary functions
Function, framebuffer-sample-locations-fv-nv: Public ordinary functions
Function, framebuffer-sample-positions-fv-amd: Public ordinary functions
Function, framebuffer-shading-rate-ext: Public ordinary functions
Function, framebuffer-texture: Public ordinary functions
Function, framebuffer-texture-1d: Public ordinary functions
Function, framebuffer-texture-1d-ext: Public ordinary functions
Function, framebuffer-texture-2d: Public ordinary functions
Function, framebuffer-texture-2d-downsample-img: Public ordinary functions
Function, framebuffer-texture-2d-ext: Public ordinary functions
Function, framebuffer-texture-2d-multisample-ext: Public ordinary functions
Function, framebuffer-texture-2d-multisample-img: Public ordinary functions
Function, framebuffer-texture-2d-oes: Public ordinary functions
Function, framebuffer-texture-3d: Public ordinary functions
Function, framebuffer-texture-3d-ext: Public ordinary functions
Function, framebuffer-texture-3d-oes: Public ordinary functions
Function, framebuffer-texture-arb: Public ordinary functions
Function, framebuffer-texture-ext: Public ordinary functions
Function, framebuffer-texture-face-arb: Public ordinary functions
Function, framebuffer-texture-face-ext: Public ordinary functions
Function, framebuffer-texture-layer: Public ordinary functions
Function, framebuffer-texture-layer-arb: Public ordinary functions
Function, framebuffer-texture-layer-downsample-img: Public ordinary functions
Function, framebuffer-texture-layer-ext: Public ordinary functions
Function, framebuffer-texture-multisample-multiview-ovr: Public ordinary functions
Function, framebuffer-texture-multiview-ovr: Public ordinary functions
Function, framebuffer-texture-oes: Public ordinary functions
Function, free-gl-array: Public ordinary functions
Function, free-object-buffer-ati: Public ordinary functions
Function, front-face: Public ordinary functions
Function, frustum: Public ordinary functions
Function, frustum-f: Public ordinary functions
Function, frustum-f-oes: Public ordinary functions
Function, frustum-x: Public ordinary functions
Function, frustum-x-oes: Public ordinary functions
Function, gen-async-markers-sgix: Public ordinary functions
Function, gen-buffer: Public ordinary functions
Function, gen-buffers: Public ordinary functions
Function, gen-buffers: Public ordinary functions
Function, gen-buffers-arb: Public ordinary functions
Function, gen-fences-apple: Public ordinary functions
Function, gen-fences-nv: Public ordinary functions
Function, gen-fragment-shaders-ati: Public ordinary functions
Function, gen-framebuffer: Public ordinary functions
Function, gen-framebuffers: Public ordinary functions
Function, gen-framebuffers: Public ordinary functions
Function, gen-framebuffers-ext: Public ordinary functions
Function, gen-framebuffers-ext: Public ordinary functions
Function, gen-framebuffers-oes: Public ordinary functions
Function, gen-lists: Public ordinary functions
Function, gen-names-amd: Public ordinary functions
Function, gen-occlusion-queries-nv: Public ordinary functions
Function, gen-paths-nv: Public ordinary functions
Function, gen-perf-monitors-amd: Public ordinary functions
Function, gen-program-pipeline: Public ordinary functions
Function, gen-program-pipelines: Public ordinary functions
Function, gen-program-pipelines: Public ordinary functions
Function, gen-program-pipelines-ext: Public ordinary functions
Function, gen-programs-arb: Public ordinary functions
Function, gen-programs-nv: Public ordinary functions
Function, gen-queries: Public ordinary functions
Function, gen-queries: Public ordinary functions
Function, gen-queries-arb: Public ordinary functions
Function, gen-queries-ext: Public ordinary functions
Function, gen-query-resource-tag-nv: Public ordinary functions
Function, gen-renderbuffer: Public ordinary functions
Function, gen-renderbuffers: Public ordinary functions
Function, gen-renderbuffers: Public ordinary functions
Function, gen-renderbuffers-ext: Public ordinary functions
Function, gen-renderbuffers-ext: Public ordinary functions
Function, gen-renderbuffers-oes: Public ordinary functions
Function, gen-sampler: Public ordinary functions
Function, gen-samplers: Public ordinary functions
Function, gen-samplers: Public ordinary functions
Function, gen-semaphores-ext: Public ordinary functions
Function, gen-symbols-ext: Public ordinary functions
Function, gen-texture: Public ordinary functions
Function, gen-textures: Public ordinary functions
Function, gen-textures: Public ordinary functions
Function, gen-textures-ext: Public ordinary functions
Function, gen-transform-feedbacks: Public ordinary functions
Function, gen-transform-feedbacks-nv: Public ordinary functions
Function, gen-vertex-array: Public ordinary functions
Function, gen-vertex-arrays: Public ordinary functions
Function, gen-vertex-arrays: Public ordinary functions
Function, gen-vertex-arrays-apple: Public ordinary functions
Function, gen-vertex-arrays-oes: Public ordinary functions
Function, gen-vertex-shaders-ext: Public ordinary functions
Function, generate-gl-function/new: Private ordinary functions
Function, generate-gl-function/old: Private ordinary functions
Function, generate-mipmap: Public ordinary functions
Function, generate-mipmap-ext: Public ordinary functions
Function, generate-mipmap-oes: Public ordinary functions
Function, generate-multi-tex-mipmap-ext: Public ordinary functions
Function, generate-texture-mipmap: Public ordinary functions
Function, generate-texture-mipmap-ext: Public ordinary functions
Function, get*: Public ordinary functions
Function, get-active-atomic-counter-buffer-iv: Public ordinary functions
Function, get-active-attrib: Public ordinary functions
Function, get-active-attrib: Public ordinary functions
Function, get-active-attrib-arb: Public ordinary functions
Function, get-active-subroutine-name: Public ordinary functions
Function, get-active-subroutine-uniform-iv: Public ordinary functions
Function, get-active-subroutine-uniform-name: Public ordinary functions
Function, get-active-uniform: Public ordinary functions
Function, get-active-uniform: Public ordinary functions
Function, get-active-uniform-arb: Public ordinary functions
Function, get-active-uniform-block: Public ordinary functions
Function, get-active-uniform-block-aux: Private ordinary functions
Function, get-active-uniform-block-iv: Public ordinary functions
Function, get-active-uniform-block-name: Public ordinary functions
Function, get-active-uniform-block-name: Public ordinary functions
Function, get-active-uniform-name: Public ordinary functions
Function, get-active-uniforms-iv: Public ordinary functions
Function, get-active-varying-nv: Public ordinary functions
Function, get-array-object-fv-ati: Public ordinary functions
Function, get-array-object-iv-ati: Public ordinary functions
Function, get-attached-objects-arb: Public ordinary functions
Function, get-attached-shaders: Public ordinary functions
Function, get-attached-shaders: Public ordinary functions
Function, get-attrib-location: Public ordinary functions
Function, get-attrib-location: Public ordinary functions
Function, get-attrib-location-arb: Public ordinary functions
Function, get-boolean: Public ordinary functions
Function, get-boolean-i: Private ordinary functions
Function, get-boolean-i-v: Public ordinary functions
Function, get-boolean-indexed-v-ext: Public ordinary functions
Function, get-boolean-v: Public ordinary functions
Function, get-buffer-parameter: Private ordinary functions
Function, get-buffer-parameter-i64v: Public ordinary functions
Function, get-buffer-parameter-iv: Public ordinary functions
Function, get-buffer-parameter-iv-arb: Public ordinary functions
Function, get-buffer-parameter-ui64v-nv: Public ordinary functions
Function, get-buffer-pointer-v: Public ordinary functions
Function, get-buffer-pointer-v-arb: Public ordinary functions
Function, get-buffer-pointer-v-oes: Public ordinary functions
Function, get-buffer-sub-data: Public ordinary functions
Function, get-buffer-sub-data-arb: Public ordinary functions
Function, get-clip-plane: Public ordinary functions
Function, get-clip-plane: Private ordinary functions
Function, get-clip-plane-f: Public ordinary functions
Function, get-clip-plane-f-oes: Public ordinary functions
Function, get-clip-plane-x: Public ordinary functions
Function, get-clip-plane-x-oes: Public ordinary functions
Function, get-color-table: Public ordinary functions
Function, get-color-table-ext: Public ordinary functions
Function, get-color-table-parameter-fv: Public ordinary functions
Function, get-color-table-parameter-fv-ext: Public ordinary functions
Function, get-color-table-parameter-fv-sgi: Public ordinary functions
Function, get-color-table-parameter-iv: Public ordinary functions
Function, get-color-table-parameter-iv-ext: Public ordinary functions
Function, get-color-table-parameter-iv-sgi: Public ordinary functions
Function, get-color-table-sgi: Public ordinary functions
Function, get-combiner-input-parameter-fv-nv: Public ordinary functions
Function, get-combiner-input-parameter-iv-nv: Public ordinary functions
Function, get-combiner-output-parameter-fv-nv: Public ordinary functions
Function, get-combiner-output-parameter-iv-nv: Public ordinary functions
Function, get-combiner-stage-parameter-fv-nv: Public ordinary functions
Function, get-command-header-nv: Public ordinary functions
Function, get-compressed-multi-tex-image-ext: Public ordinary functions
Function, get-compressed-tex-image: Public ordinary functions
Function, get-compressed-tex-image-arb: Public ordinary functions
Function, get-compressed-texture-image: Public ordinary functions
Function, get-compressed-texture-image-ext: Public ordinary functions
Function, get-compressed-texture-sub-image: Public ordinary functions
Function, get-convolution-filter: Public ordinary functions
Function, get-convolution-filter-ext: Public ordinary functions
Function, get-convolution-parameter-fv: Public ordinary functions
Function, get-convolution-parameter-fv-ext: Public ordinary functions
Function, get-convolution-parameter-iv: Public ordinary functions
Function, get-convolution-parameter-iv-ext: Public ordinary functions
Function, get-convolution-parameter-xv-oes: Public ordinary functions
Function, get-coverage-modulation-table-nv: Public ordinary functions
Function, get-debug-message-log: Public ordinary functions
Function, get-debug-message-log-amd: Public ordinary functions
Function, get-debug-message-log-arb: Public ordinary functions
Function, get-debug-message-log-khr: Public ordinary functions
Function, get-detail-tex-func-sgis: Public ordinary functions
Function, get-double: Public ordinary functions
Function, get-double-i: Private ordinary functions
Function, get-double-i-v: Public ordinary functions
Function, get-double-i-v-ext: Public ordinary functions
Function, get-double-indexed-v-ext: Public ordinary functions
Function, get-double-v: Public ordinary functions
Function, get-driver-control-string-qcom: Public ordinary functions
Function, get-driver-controls-qcom: Public ordinary functions
Function, get-enum: Public ordinary functions
Function, get-enum-i: Private ordinary functions
Function, get-error: Public ordinary functions
Function, get-fence-iv-nv: Public ordinary functions
Function, get-final-combiner-input-parameter-fv-nv: Public ordinary functions
Function, get-final-combiner-input-parameter-iv-nv: Public ordinary functions
Function, get-first-perf-query-id-intel: Public ordinary functions
Function, get-fixed-v: Public ordinary functions
Function, get-fixed-v-oes: Public ordinary functions
Function, get-float: Public ordinary functions
Function, get-float-i: Private ordinary functions
Function, get-float-i-v: Public ordinary functions
Function, get-float-i-v-ext: Public ordinary functions
Function, get-float-i-v-nv: Public ordinary functions
Function, get-float-i-v-oes: Public ordinary functions
Function, get-float-indexed-v-ext: Public ordinary functions
Function, get-float-v: Public ordinary functions
Function, get-fog-func-sgis: Public ordinary functions
Function, get-frag-data-index: Public ordinary functions
Function, get-frag-data-index-ext: Public ordinary functions
Function, get-frag-data-location: Public ordinary functions
Function, get-frag-data-location: Public ordinary functions
Function, get-frag-data-location-ext: Public ordinary functions
Function, get-frag-data-location-ext: Public ordinary functions
Function, get-fragment-light-fv-sgix: Public ordinary functions
Function, get-fragment-light-iv-sgix: Public ordinary functions
Function, get-fragment-material-fv-sgix: Public ordinary functions
Function, get-fragment-material-iv-sgix: Public ordinary functions
Function, get-fragment-shading-rates-ext: Public ordinary functions
Function, get-framebuffer-attachment-parameter-iv: Public ordinary functions
Function, get-framebuffer-attachment-parameter-iv-ext: Public ordinary functions
Function, get-framebuffer-attachment-parameter-iv-oes: Public ordinary functions
Function, get-framebuffer-parameter-fv-amd: Public ordinary functions
Function, get-framebuffer-parameter-iv: Public ordinary functions
Function, get-framebuffer-parameter-iv-ext: Public ordinary functions
Function, get-framebuffer-parameter-iv-mesa: Public ordinary functions
Function, get-framebuffer-pixel-local-storage-size-ext: Public ordinary functions
Function, get-graphics-reset-status: Public ordinary functions
Function, get-graphics-reset-status-arb: Public ordinary functions
Function, get-graphics-reset-status-ext: Public ordinary functions
Function, get-graphics-reset-status-khr: Public ordinary functions
Function, get-handle-arb: Public ordinary functions
Function, get-histogram: Public ordinary functions
Function, get-histogram-ext: Public ordinary functions
Function, get-histogram-parameter-fv: Public ordinary functions
Function, get-histogram-parameter-fv-ext: Public ordinary functions
Function, get-histogram-parameter-iv: Public ordinary functions
Function, get-histogram-parameter-iv-ext: Public ordinary functions
Function, get-histogram-parameter-xv-oes: Public ordinary functions
Function, get-image-handle-arb: Public ordinary functions
Function, get-image-handle-nv: Public ordinary functions
Function, get-image-transform-parameter-fv-hp: Public ordinary functions
Function, get-image-transform-parameter-iv-hp: Public ordinary functions
Function, get-info-log-arb: Public ordinary functions
Function, get-instruments-sgix: Public ordinary functions
Function, get-integer: Public ordinary functions
Function, get-integer-64: Private ordinary functions
Function, get-integer-64-i: Private ordinary functions
Function, get-integer-64-i-v: Public ordinary functions
Function, get-integer-64-v: Public ordinary functions
Function, get-integer-64-v-apple: Public ordinary functions
Function, get-integer-64-v-ext: Public ordinary functions
Function, get-integer-i: Private ordinary functions
Function, get-integer-i-v: Public ordinary functions
Function, get-integer-i-v-ext: Public ordinary functions
Function, get-integer-indexed-v-ext: Public ordinary functions
Function, get-integer-ui64i-v-nv: Public ordinary functions
Function, get-integer-ui64v-nv: Public ordinary functions
Function, get-integer-v: Public ordinary functions
Function, get-internal-format: Public ordinary functions
Function, get-internal-format-i64v: Public ordinary functions
Function, get-internal-format-iv: Public ordinary functions
Function, get-internal-format-sample-iv-nv: Public ordinary functions
Function, get-invariant-boolean-v-ext: Public ordinary functions
Function, get-invariant-float-v-ext: Public ordinary functions
Function, get-invariant-integer-v-ext: Public ordinary functions
Function, get-light-fv: Public ordinary functions
Function, get-light-iv: Public ordinary functions
Function, get-light-x-oes: Public ordinary functions
Function, get-light-xv: Public ordinary functions
Function, get-light-xv-oes: Public ordinary functions
Function, get-list-parameter-fv-sgix: Public ordinary functions
Function, get-list-parameter-iv-sgix: Public ordinary functions
Function, get-local-constant-boolean-v-ext: Public ordinary functions
Function, get-local-constant-float-v-ext: Public ordinary functions
Function, get-local-constant-integer-v-ext: Public ordinary functions
Function, get-map-attrib-parameter-fv-nv: Public ordinary functions
Function, get-map-attrib-parameter-iv-nv: Public ordinary functions
Function, get-map-control-points-nv: Public ordinary functions
Function, get-map-dv: Public ordinary functions
Function, get-map-fv: Public ordinary functions
Function, get-map-iv: Public ordinary functions
Function, get-map-parameter-fv-nv: Public ordinary functions
Function, get-map-parameter-iv-nv: Public ordinary functions
Function, get-map-xv-oes: Public ordinary functions
Function, get-material-fv: Public ordinary functions
Function, get-material-iv: Public ordinary functions
Function, get-material-x-oes: Public ordinary functions
Function, get-material-xv: Public ordinary functions
Function, get-material-xv-oes: Public ordinary functions
Function, get-memory-object-detached-resources-uiv-nv: Public ordinary functions
Function, get-memory-object-parameter-iv-ext: Public ordinary functions
Function, get-minmax: Public ordinary functions
Function, get-minmax-ext: Public ordinary functions
Function, get-minmax-parameter-fv: Public ordinary functions
Function, get-minmax-parameter-fv-ext: Public ordinary functions
Function, get-minmax-parameter-iv: Public ordinary functions
Function, get-minmax-parameter-iv-ext: Public ordinary functions
Function, get-multi-tex-env-fv-ext: Public ordinary functions
Function, get-multi-tex-env-iv-ext: Public ordinary functions
Function, get-multi-tex-gen-dv-ext: Public ordinary functions
Function, get-multi-tex-gen-fv-ext: Public ordinary functions
Function, get-multi-tex-gen-iv-ext: Public ordinary functions
Function, get-multi-tex-image-ext: Public ordinary functions
Function, get-multi-tex-level-parameter-fv-ext: Public ordinary functions
Function, get-multi-tex-level-parameter-iv-ext: Public ordinary functions
Function, get-multi-tex-parameter-fv-ext: Public ordinary functions
Function, get-multi-tex-parameter-iiv-ext: Public ordinary functions
Function, get-multi-tex-parameter-iuiv-ext: Public ordinary functions
Function, get-multi-tex-parameter-iv-ext: Public ordinary functions
Function, get-multisample: Private ordinary functions
Function, get-multisample-fv: Public ordinary functions
Function, get-multisample-fv-nv: Public ordinary functions
Function, get-named-buffer-parameter-i64v: Public ordinary functions
Function, get-named-buffer-parameter-iv: Public ordinary functions
Function, get-named-buffer-parameter-iv-ext: Public ordinary functions
Function, get-named-buffer-parameter-ui64v-nv: Public ordinary functions
Function, get-named-buffer-pointer-v: Public ordinary functions
Function, get-named-buffer-pointer-v-ext: Public ordinary functions
Function, get-named-buffer-sub-data: Public ordinary functions
Function, get-named-buffer-sub-data-ext: Public ordinary functions
Function, get-named-framebuffer-attachment-parameter-iv: Public ordinary functions
Function, get-named-framebuffer-attachment-parameter-iv-ext: Public ordinary functions
Function, get-named-framebuffer-parameter-fv-amd: Public ordinary functions
Function, get-named-framebuffer-parameter-iv: Public ordinary functions
Function, get-named-framebuffer-parameter-iv-ext: Public ordinary functions
Function, get-named-program-iv-ext: Public ordinary functions
Function, get-named-program-local-parameter-dv-ext: Public ordinary functions
Function, get-named-program-local-parameter-fv-ext: Public ordinary functions
Function, get-named-program-local-parameter-iiv-ext: Public ordinary functions
Function, get-named-program-local-parameter-iuiv-ext: Public ordinary functions
Function, get-named-program-string-ext: Public ordinary functions
Function, get-named-renderbuffer-parameter-iv: Public ordinary functions
Function, get-named-renderbuffer-parameter-iv-ext: Public ordinary functions
Function, get-named-string-arb: Public ordinary functions
Function, get-named-string-iv-arb: Public ordinary functions
Function, get-next-perf-query-id-intel: Public ordinary functions
Function, get-object-buffer-fv-ati: Public ordinary functions
Function, get-object-buffer-iv-ati: Public ordinary functions
Function, get-object-label: Public ordinary functions
Function, get-object-label-ext: Public ordinary functions
Function, get-object-label-khr: Public ordinary functions
Function, get-object-parameter-fv-arb: Public ordinary functions
Function, get-object-parameter-iv-apple: Public ordinary functions
Function, get-object-parameter-iv-arb: Public ordinary functions
Function, get-object-ptr-label: Public ordinary functions
Function, get-object-ptr-label-khr: Public ordinary functions
Function, get-occlusion-query-iv-nv: Public ordinary functions
Function, get-occlusion-query-uiv-nv: Public ordinary functions
Function, get-path-color-gen-fv-nv: Public ordinary functions
Function, get-path-color-gen-iv-nv: Public ordinary functions
Function, get-path-commands-nv: Public ordinary functions
Function, get-path-coords-nv: Public ordinary functions
Function, get-path-dash-array-nv: Public ordinary functions
Function, get-path-length-nv: Public ordinary functions
Function, get-path-metric-range-nv: Public ordinary functions
Function, get-path-metrics-nv: Public ordinary functions
Function, get-path-parameter-fv-nv: Public ordinary functions
Function, get-path-parameter-iv-nv: Public ordinary functions
Function, get-path-spacing-nv: Public ordinary functions
Function, get-path-tex-gen-fv-nv: Public ordinary functions
Function, get-path-tex-gen-iv-nv: Public ordinary functions
Function, get-perf-counter-info-intel: Public ordinary functions
Function, get-perf-monitor-counter-data-amd: Public ordinary functions
Function, get-perf-monitor-counter-info-amd: Public ordinary functions
Function, get-perf-monitor-counter-string-amd: Public ordinary functions
Function, get-perf-monitor-counters-amd: Public ordinary functions
Function, get-perf-monitor-group-string-amd: Public ordinary functions
Function, get-perf-monitor-groups-amd: Public ordinary functions
Function, get-perf-query-data-intel: Public ordinary functions
Function, get-perf-query-id-by-name-intel: Public ordinary functions
Function, get-perf-query-info-intel: Public ordinary functions
Function, get-pixel-map-fv: Public ordinary functions
Function, get-pixel-map-uiv: Public ordinary functions
Function, get-pixel-map-usv: Public ordinary functions
Function, get-pixel-map-xv: Public ordinary functions
Function, get-pixel-tex-gen-parameter-fv-sgis: Public ordinary functions
Function, get-pixel-tex-gen-parameter-iv-sgis: Public ordinary functions
Function, get-pixel-transform-parameter-fv-ext: Public ordinary functions
Function, get-pixel-transform-parameter-iv-ext: Public ordinary functions
Function, get-pointer: Private ordinary functions
Function, get-pointer-i-v-ext: Public ordinary functions
Function, get-pointer-indexed-v-ext: Public ordinary functions
Function, get-pointer-v: Public ordinary functions
Function, get-pointer-v-ext: Public ordinary functions
Function, get-pointer-v-khr: Public ordinary functions
Function, get-polygon-stipple: Public ordinary functions
Function, get-program: Public ordinary functions
Function, get-program-aux: Private ordinary functions
Function, get-program-binary: Public ordinary functions
Function, get-program-binary-oes: Public ordinary functions
Function, get-program-env-parameter-dv-arb: Public ordinary functions
Function, get-program-env-parameter-fv-arb: Public ordinary functions
Function, get-program-env-parameter-iiv-nv: Public ordinary functions
Function, get-program-env-parameter-iuiv-nv: Public ordinary functions
Function, get-program-info-log: Public ordinary functions
Function, get-program-info-log: Public ordinary functions
Function, get-program-interface-iv: Public ordinary functions
Function, get-program-iv: Public ordinary functions
Function, get-program-iv-arb: Public ordinary functions
Function, get-program-iv-nv: Public ordinary functions
Function, get-program-local-parameter-dv-arb: Public ordinary functions
Function, get-program-local-parameter-fv-arb: Public ordinary functions
Function, get-program-local-parameter-iiv-nv: Public ordinary functions
Function, get-program-local-parameter-iuiv-nv: Public ordinary functions
Function, get-program-named-parameter-dv-nv: Public ordinary functions
Function, get-program-named-parameter-fv-nv: Public ordinary functions
Function, get-program-parameter-dv-nv: Public ordinary functions
Function, get-program-parameter-fv-nv: Public ordinary functions
Function, get-program-pipeline-info-log: Public ordinary functions
Function, get-program-pipeline-info-log-ext: Public ordinary functions
Function, get-program-pipeline-iv: Public ordinary functions
Function, get-program-pipeline-iv-ext: Public ordinary functions
Function, get-program-resource-fv-nv: Public ordinary functions
Function, get-program-resource-index: Public ordinary functions
Function, get-program-resource-index: Public ordinary functions
Function, get-program-resource-iv: Public ordinary functions
Function, get-program-resource-location: Public ordinary functions
Function, get-program-resource-location-index: Public ordinary functions
Function, get-program-resource-location-index-ext: Public ordinary functions
Function, get-program-resource-name: Public ordinary functions
Function, get-program-stage-iv: Public ordinary functions
Function, get-program-string-arb: Public ordinary functions
Function, get-program-string-nv: Public ordinary functions
Function, get-program-subroutine-parameter-uiv-nv: Public ordinary functions
Function, get-query-buffer-object-i64v: Public ordinary functions
Function, get-query-buffer-object-iv: Public ordinary functions
Function, get-query-buffer-object-ui64v: Public ordinary functions
Function, get-query-buffer-object-uiv: Public ordinary functions
Function, get-query-indexed-iv: Public ordinary functions
Function, get-query-iv: Public ordinary functions
Function, get-query-iv-arb: Public ordinary functions
Function, get-query-iv-ext: Public ordinary functions
Function, get-query-object: Public ordinary functions
Function, get-query-object-i64v: Public ordinary functions
Function, get-query-object-i64v-ext: Public ordinary functions
Function, get-query-object-iv: Public ordinary functions
Function, get-query-object-iv-arb: Public ordinary functions
Function, get-query-object-iv-ext: Public ordinary functions
Function, get-query-object-ui64v: Public ordinary functions
Function, get-query-object-ui64v-ext: Public ordinary functions
Function, get-query-object-uiv: Public ordinary functions
Function, get-query-object-uiv-arb: Public ordinary functions
Function, get-query-object-uiv-ext: Public ordinary functions
Function, get-renderbuffer-parameter-iv: Public ordinary functions
Function, get-renderbuffer-parameter-iv-ext: Public ordinary functions
Function, get-renderbuffer-parameter-iv-oes: Public ordinary functions
Function, get-sampler-parameter-fv: Public ordinary functions
Function, get-sampler-parameter-iiv: Public ordinary functions
Function, get-sampler-parameter-iiv-ext: Public ordinary functions
Function, get-sampler-parameter-iiv-oes: Public ordinary functions
Function, get-sampler-parameter-iuiv: Public ordinary functions
Function, get-sampler-parameter-iuiv-ext: Public ordinary functions
Function, get-sampler-parameter-iuiv-oes: Public ordinary functions
Function, get-sampler-parameter-iv: Public ordinary functions
Function, get-semaphore-parameter-iv-nv: Public ordinary functions
Function, get-semaphore-parameter-ui64v-ext: Public ordinary functions
Function, get-separable-filter: Public ordinary functions
Function, get-separable-filter-ext: Public ordinary functions
Function, get-shader: Public ordinary functions
Function, get-shader-aux: Private ordinary functions
Function, get-shader-info-log: Public ordinary functions
Function, get-shader-info-log: Public ordinary functions
Function, get-shader-iv: Public ordinary functions
Function, get-shader-precision-format: Public ordinary functions
Function, get-shader-source: Public ordinary functions
Function, get-shader-source: Public ordinary functions
Function, get-shader-source-arb: Public ordinary functions
Function, get-shading-rate-image-palette-nv: Public ordinary functions
Function, get-shading-rate-sample-location-iv-nv: Public ordinary functions
Function, get-sharpen-tex-func-sgis: Public ordinary functions
Function, get-stage-index-nv: Public ordinary functions
Function, get-string: Public ordinary functions
Function, get-string-i: Public ordinary functions
Function, get-subroutine-index: Public ordinary functions
Function, get-subroutine-uniform-location: Public ordinary functions
Function, get-sync-iv: Public ordinary functions
Function, get-sync-iv-apple: Public ordinary functions
Function, get-tex-bump-parameter-fv-ati: Public ordinary functions
Function, get-tex-bump-parameter-iv-ati: Public ordinary functions
Function, get-tex-env-fv: Public ordinary functions
Function, get-tex-env-iv: Public ordinary functions
Function, get-tex-env-xv: Public ordinary functions
Function, get-tex-env-xv-oes: Public ordinary functions
Function, get-tex-filter-func-sgis: Public ordinary functions
Function, get-tex-gen-dv: Public ordinary functions
Function, get-tex-gen-fv: Public ordinary functions
Function, get-tex-gen-fv-oes: Public ordinary functions
Function, get-tex-gen-iv: Public ordinary functions
Function, get-tex-gen-iv-oes: Public ordinary functions
Function, get-tex-gen-xv-oes: Public ordinary functions
Function, get-tex-image: Public ordinary functions
Function, get-tex-level-parameter: Public ordinary functions
Function, get-tex-level-parameter-fv: Public ordinary functions
Function, get-tex-level-parameter-iv: Public ordinary functions
Function, get-tex-level-parameter-xv-oes: Public ordinary functions
Function, get-tex-parameter: Public ordinary functions
Function, get-tex-parameter-fv: Public ordinary functions
Function, get-tex-parameter-iiv: Public ordinary functions
Function, get-tex-parameter-iiv-ext: Public ordinary functions
Function, get-tex-parameter-iiv-oes: Public ordinary functions
Function, get-tex-parameter-iuiv: Public ordinary functions
Function, get-tex-parameter-iuiv-ext: Public ordinary functions
Function, get-tex-parameter-iuiv-oes: Public ordinary functions
Function, get-tex-parameter-iv: Public ordinary functions
Function, get-tex-parameter-pointer-v-apple: Public ordinary functions
Function, get-tex-parameter-xv: Public ordinary functions
Function, get-tex-parameter-xv-oes: Public ordinary functions
Function, get-texture-handle-arb: Public ordinary functions
Function, get-texture-handle-img: Public ordinary functions
Function, get-texture-handle-nv: Public ordinary functions
Function, get-texture-image: Public ordinary functions
Function, get-texture-image-ext: Public ordinary functions
Function, get-texture-level-parameter: Public ordinary functions
Function, get-texture-level-parameter-fv: Public ordinary functions
Function, get-texture-level-parameter-fv-ext: Public ordinary functions
Function, get-texture-level-parameter-iv: Public ordinary functions
Function, get-texture-level-parameter-iv-ext: Public ordinary functions
Function, get-texture-parameter: Public ordinary functions
Function, get-texture-parameter-fv: Public ordinary functions
Function, get-texture-parameter-fv-ext: Public ordinary functions
Function, get-texture-parameter-iiv: Public ordinary functions
Function, get-texture-parameter-iiv-ext: Public ordinary functions
Function, get-texture-parameter-iuiv: Public ordinary functions
Function, get-texture-parameter-iuiv-ext: Public ordinary functions
Function, get-texture-parameter-iv: Public ordinary functions
Function, get-texture-parameter-iv-ext: Public ordinary functions
Function, get-texture-sampler-handle-arb: Public ordinary functions
Function, get-texture-sampler-handle-img: Public ordinary functions
Function, get-texture-sampler-handle-nv: Public ordinary functions
Function, get-texture-sub-image: Public ordinary functions
Function, get-track-matrix-iv-nv: Public ordinary functions
Function, get-transform-feedback-i-v: Public ordinary functions
Function, get-transform-feedback-i64-v: Public ordinary functions
Function, get-transform-feedback-iv: Public ordinary functions
Function, get-transform-feedback-varying: Public ordinary functions
Function, get-transform-feedback-varying-ext: Public ordinary functions
Function, get-transform-feedback-varying-nv: Public ordinary functions
Function, get-translated-shader-source-angle: Public ordinary functions
Function, get-uniform-block-index: Public ordinary functions
Function, get-uniform-block-index: Public ordinary functions
Function, get-uniform-buffer-size-ext: Public ordinary functions
Function, get-uniform-dv: Public ordinary functions
Function, get-uniform-fv: Public ordinary functions
Function, get-uniform-fv-arb: Public ordinary functions
Function, get-uniform-i64v-arb: Public ordinary functions
Function, get-uniform-i64v-nv: Public ordinary functions
Function, get-uniform-indices: Public ordinary functions
Function, get-uniform-iv: Public ordinary functions
Function, get-uniform-iv-arb: Public ordinary functions
Function, get-uniform-location: Public ordinary functions
Function, get-uniform-location: Public ordinary functions
Function, get-uniform-location-arb: Public ordinary functions
Function, get-uniform-offset-ext: Public ordinary functions
Function, get-uniform-subroutine-uiv: Public ordinary functions
Function, get-uniform-ui64v-arb: Public ordinary functions
Function, get-uniform-ui64v-nv: Public ordinary functions
Function, get-uniform-uiv: Public ordinary functions
Function, get-uniform-uiv-ext: Public ordinary functions
Function, get-unsigned-byte-i-v-ext: Public ordinary functions
Function, get-unsigned-byte-v-ext: Public ordinary functions
Function, get-variant-array-object-fv-ati: Public ordinary functions
Function, get-variant-array-object-iv-ati: Public ordinary functions
Function, get-variant-boolean-v-ext: Public ordinary functions
Function, get-variant-float-v-ext: Public ordinary functions
Function, get-variant-integer-v-ext: Public ordinary functions
Function, get-variant-pointer-v-ext: Public ordinary functions
Function, get-varying-location-nv: Public ordinary functions
Function, get-vertex-array-indexed-64iv: Public ordinary functions
Function, get-vertex-array-indexed-iv: Public ordinary functions
Function, get-vertex-array-integer-i-v-ext: Public ordinary functions
Function, get-vertex-array-integer-v-ext: Public ordinary functions
Function, get-vertex-array-iv: Public ordinary functions
Function, get-vertex-array-pointer-i-v-ext: Public ordinary functions
Function, get-vertex-array-pointer-v-ext: Public ordinary functions
Function, get-vertex-attrib-array-object-fv-ati: Public ordinary functions
Function, get-vertex-attrib-array-object-iv-ati: Public ordinary functions
Function, get-vertex-attrib-boolean: Private ordinary functions
Function, get-vertex-attrib-dv: Public ordinary functions
Function, get-vertex-attrib-dv-arb: Public ordinary functions
Function, get-vertex-attrib-dv-nv: Public ordinary functions
Function, get-vertex-attrib-enum: Private ordinary functions
Function, get-vertex-attrib-float: Private ordinary functions
Function, get-vertex-attrib-fv: Public ordinary functions
Function, get-vertex-attrib-fv-arb: Public ordinary functions
Function, get-vertex-attrib-fv-nv: Public ordinary functions
Function, get-vertex-attrib-iiv: Public ordinary functions
Function, get-vertex-attrib-iiv-ext: Public ordinary functions
Function, get-vertex-attrib-integer: Private ordinary functions
Function, get-vertex-attrib-iuiv: Public ordinary functions
Function, get-vertex-attrib-iuiv-ext: Public ordinary functions
Function, get-vertex-attrib-iv: Public ordinary functions
Function, get-vertex-attrib-iv-arb: Public ordinary functions
Function, get-vertex-attrib-iv-nv: Public ordinary functions
Function, get-vertex-attrib-ldv: Public ordinary functions
Function, get-vertex-attrib-ldv-ext: Public ordinary functions
Function, get-vertex-attrib-li64v-nv: Public ordinary functions
Function, get-vertex-attrib-lui64v-arb: Public ordinary functions
Function, get-vertex-attrib-lui64v-nv: Public ordinary functions
Function, get-vertex-attrib-pointer: Private ordinary functions
Function, get-vertex-attrib-pointer-v: Public ordinary functions
Function, get-vertex-attrib-pointer-v-arb: Public ordinary functions
Function, get-vertex-attrib-pointer-v-nv: Public ordinary functions
Function, get-video-capture-iv-nv: Public ordinary functions
Function, get-video-capture-stream-dv-nv: Public ordinary functions
Function, get-video-capture-stream-fv-nv: Public ordinary functions
Function, get-video-capture-stream-iv-nv: Public ordinary functions
Function, get-video-i64v-nv: Public ordinary functions
Function, get-video-iv-nv: Public ordinary functions
Function, get-video-ui64v-nv: Public ordinary functions
Function, get-video-uiv-nv: Public ordinary functions
Function, get-vk-proc-addr-nv: Public ordinary functions
Function, getn-color-table: Public ordinary functions
Function, getn-color-table-arb: Public ordinary functions
Function, getn-compressed-tex-image: Public ordinary functions
Function, getn-compressed-tex-image-arb: Public ordinary functions
Function, getn-convolution-filter: Public ordinary functions
Function, getn-convolution-filter-arb: Public ordinary functions
Function, getn-histogram: Public ordinary functions
Function, getn-histogram-arb: Public ordinary functions
Function, getn-map-dv: Public ordinary functions
Function, getn-map-dv-arb: Public ordinary functions
Function, getn-map-fv: Public ordinary functions
Function, getn-map-fv-arb: Public ordinary functions
Function, getn-map-iv: Public ordinary functions
Function, getn-map-iv-arb: Public ordinary functions
Function, getn-minmax: Public ordinary functions
Function, getn-minmax-arb: Public ordinary functions
Function, getn-pixel-map-fv: Public ordinary functions
Function, getn-pixel-map-fv-arb: Public ordinary functions
Function, getn-pixel-map-uiv: Public ordinary functions
Function, getn-pixel-map-uiv-arb: Public ordinary functions
Function, getn-pixel-map-usv: Public ordinary functions
Function, getn-pixel-map-usv-arb: Public ordinary functions
Function, getn-polygon-stipple: Public ordinary functions
Function, getn-polygon-stipple-arb: Public ordinary functions
Function, getn-separable-filter: Public ordinary functions
Function, getn-separable-filter-arb: Public ordinary functions
Function, getn-tex-image: Public ordinary functions
Function, getn-tex-image-arb: Public ordinary functions
Function, getn-uniform-dv: Public ordinary functions
Function, getn-uniform-dv-arb: Public ordinary functions
Function, getn-uniform-fv: Public ordinary functions
Function, getn-uniform-fv-arb: Public ordinary functions
Function, getn-uniform-fv-khr: Public ordinary functions
Function, getn-uniform-i64v-arb: Public ordinary functions
Function, getn-uniform-iv: Public ordinary functions
Function, getn-uniform-iv-arb: Public ordinary functions
Function, getn-uniform-iv-khr: Public ordinary functions
Function, getn-uniform-ui64v-arb: Public ordinary functions
Function, getn-uniform-uiv: Public ordinary functions
Function, getn-uniform-uiv-arb: Public ordinary functions
Function, getn-uniform-uiv-khr: Public ordinary functions
Function, getn-uniformfv-ext: Public ordinary functions
Function, getn-uniformiv-ext: Public ordinary functions
Function, gl-array-byte-size: Public ordinary functions
Function, gl-array-p: Private ordinary functions
Function, gl-array-pointer: Private ordinary functions
Function, gl-array-pointer-offset: Private ordinary functions
Function, gl-array-size: Private ordinary functions
Function, gl-array-type: Private ordinary functions
Function, gl-get-proc-address: Private ordinary functions
Function, gl-version: Public ordinary functions
Function, gl-vertex-array-binder: Private ordinary functions
Function, gl-vertex-array-p: Private ordinary functions
Function, gl-vertex-array-pointer: Private ordinary functions
Function, gl-vertex-array-size: Private ordinary functions
Function, gl-vertex-array-type: Private ordinary functions
Function, gl3-extension-present-p: Public ordinary functions
Function, gl3-major-version: Public ordinary functions
Function, gl3-minor-version: Public ordinary functions
Function, glaref: Public ordinary functions
Function, global-alpha-factor-b-sun: Public ordinary functions
Function, global-alpha-factor-d-sun: Public ordinary functions
Function, global-alpha-factor-f-sun: Public ordinary functions
Function, global-alpha-factor-i-sun: Public ordinary functions
Function, global-alpha-factor-s-sun: Public ordinary functions
Function, global-alpha-factor-ub-sun: Public ordinary functions
Function, global-alpha-factor-ui-sun: Public ordinary functions
Function, global-alpha-factor-us-sun: Public ordinary functions
Function, glsl-major-version: Public ordinary functions
Function, glsl-minor-version: Public ordinary functions
Function, glsl-version: Public ordinary functions
Function, glx-get-proc-address: Private ordinary functions
Function, hint: Public ordinary functions
Function, hint-pgi: Public ordinary functions
Function, histogram: Public ordinary functions
Function, histogram-ext: Public ordinary functions
Function, igloo-interface-sgix: Public ordinary functions
Function, image-transform-parameter-f-hp: Public ordinary functions
Function, image-transform-parameter-fv-hp: Public ordinary functions
Function, image-transform-parameter-i-hp: Public ordinary functions
Function, image-transform-parameter-iv-hp: Public ordinary functions
Function, import-memory-fd-ext: Public ordinary functions
Function, import-memory-win32-handle-ext: Public ordinary functions
Function, import-memory-win32-name-ext: Public ordinary functions
Function, import-semaphore-fd-ext: Public ordinary functions
Function, import-semaphore-win32-handle-ext: Public ordinary functions
Function, import-semaphore-win32-name-ext: Public ordinary functions
Function, import-sync-ext: Public ordinary functions
Function, index: Public ordinary functions
Function, index-d: Public ordinary functions
Function, index-dv: Public ordinary functions
Function, index-f: Public ordinary functions
Function, index-format-nv: Public ordinary functions
Function, index-func-ext: Public ordinary functions
Function, index-fv: Public ordinary functions
Function, index-i: Public ordinary functions
Function, index-iv: Public ordinary functions
Function, index-mask: Public ordinary functions
Function, index-material-ext: Public ordinary functions
Function, index-pointer: Public ordinary functions
Function, index-pointer-ext: Public ordinary functions
Function, index-pointer-list-ibm: Public ordinary functions
Function, index-s: Public ordinary functions
Function, index-sv: Public ordinary functions
Function, index-ub: Public ordinary functions
Function, index-ubv: Public ordinary functions
Function, index-x-oes: Public ordinary functions
Function, index-xv-oes: Public ordinary functions
Function, init-names: Public ordinary functions
Function, insert-component-ext: Public ordinary functions
Function, insert-event-marker-ext: Public ordinary functions
Function, instruments-buffer-sgix: Public ordinary functions
Function, interleaved-arrays: Public ordinary functions
Function, internal-format->int: Private ordinary functions
Function, interpolate-paths-nv: Public ordinary functions
Function, invalidate-buffer-data: Public ordinary functions
Function, invalidate-buffer-sub-data: Public ordinary functions
Function, invalidate-framebuffer: Public ordinary functions
Function, invalidate-named-framebuffer-data: Public ordinary functions
Function, invalidate-named-framebuffer-sub-data: Public ordinary functions
Function, invalidate-sub-framebuffer: Public ordinary functions
Function, invalidate-tex-image: Public ordinary functions
Function, invalidate-tex-sub-image: Public ordinary functions
Function, is-async-marker-sgix: Public ordinary functions
Function, is-buffer: Public ordinary functions
Function, is-buffer-arb: Public ordinary functions
Function, is-buffer-resident-nv: Public ordinary functions
Function, is-command-list-nv: Public ordinary functions
Function, is-enabled: Public ordinary functions
Function, is-enabled-i: Public ordinary functions
Function, is-enabled-i-ext: Public ordinary functions
Function, is-enabled-i-nv: Public ordinary functions
Function, is-enabled-i-oes: Public ordinary functions
Function, is-enabled-indexed-ext: Public ordinary functions
Function, is-fence-apple: Public ordinary functions
Function, is-fence-nv: Public ordinary functions
Function, is-framebuffer: Public ordinary functions
Function, is-framebuffer-ext: Public ordinary functions
Function, is-framebuffer-oes: Public ordinary functions
Function, is-image-handle-resident-arb: Public ordinary functions
Function, is-image-handle-resident-nv: Public ordinary functions
Function, is-list: Public ordinary functions
Function, is-memory-object-ext: Public ordinary functions
Function, is-name-amd: Public ordinary functions
Function, is-named-buffer-resident-nv: Public ordinary functions
Function, is-named-string-arb: Public ordinary functions
Function, is-object-buffer-ati: Public ordinary functions
Function, is-occlusion-query-nv: Public ordinary functions
Function, is-path-nv: Public ordinary functions
Function, is-point-in-fill-path-nv: Public ordinary functions
Function, is-point-in-stroke-path-nv: Public ordinary functions
Function, is-program: Public ordinary functions
Function, is-program-arb: Public ordinary functions
Function, is-program-nv: Public ordinary functions
Function, is-program-pipeline: Public ordinary functions
Function, is-program-pipeline-ext: Public ordinary functions
Function, is-query: Public ordinary functions
Function, is-query-arb: Public ordinary functions
Function, is-query-ext: Public ordinary functions
Function, is-renderbuffer: Public ordinary functions
Function, is-renderbuffer-ext: Public ordinary functions
Function, is-renderbuffer-oes: Public ordinary functions
Function, is-sampler: Public ordinary functions
Function, is-semaphore-ext: Public ordinary functions
Function, is-shader: Public ordinary functions
Function, is-state-nv: Public ordinary functions
Function, is-sync: Public ordinary functions
Function, is-sync-apple: Public ordinary functions
Function, is-texture: Public ordinary functions
Function, is-texture-ext: Public ordinary functions
Function, is-texture-handle-resident-arb: Public ordinary functions
Function, is-texture-handle-resident-nv: Public ordinary functions
Function, is-transform-feedback: Public ordinary functions
Function, is-transform-feedback-nv: Public ordinary functions
Function, is-variant-enabled-ext: Public ordinary functions
Function, is-vertex-array: Public ordinary functions
Function, is-vertex-array-apple: Public ordinary functions
Function, is-vertex-array-oes: Public ordinary functions
Function, is-vertex-attrib-enabled-apple: Public ordinary functions
Function, label-object-ext: Public ordinary functions
Function, lgpu-copy-image-sub-data-nvx: Public ordinary functions
Function, lgpu-interlock-nvx: Public ordinary functions
Function, lgpu-named-buffer-sub-data-nvx: Public ordinary functions
Function, light: Public ordinary functions
Function, light-env-i-sgix: Public ordinary functions
Function, light-f: Public ordinary functions
Function, light-fv: Public ordinary functions
Function, light-i: Public ordinary functions
Function, light-iv: Public ordinary functions
Function, light-model: Public ordinary functions
Function, light-model-f: Public ordinary functions
Function, light-model-fv: Public ordinary functions
Function, light-model-i: Public ordinary functions
Function, light-model-iv: Public ordinary functions
Function, light-model-x: Public ordinary functions
Function, light-model-x-oes: Public ordinary functions
Function, light-model-xv: Public ordinary functions
Function, light-model-xv-oes: Public ordinary functions
Function, light-x: Public ordinary functions
Function, light-x-oes: Public ordinary functions
Function, light-xv: Public ordinary functions
Function, light-xv-oes: Public ordinary functions
Function, line-stipple: Public ordinary functions
Function, line-width: Public ordinary functions
Function, line-width-x: Public ordinary functions
Function, line-width-x-oes: Public ordinary functions
Function, link-program: Public ordinary functions
Function, link-program-arb: Public ordinary functions
Function, list-base: Public ordinary functions
Function, list-draw-commands-states-client-nv: Public ordinary functions
Function, list-parameter-f-sgix: Public ordinary functions
Function, list-parameter-fv-sgix: Public ordinary functions
Function, list-parameter-i-sgix: Public ordinary functions
Function, list-parameter-iv-sgix: Public ordinary functions
Function, load-identity: Public ordinary functions
Function, load-identity-deformation-map-sgix: Public ordinary functions
Function, load-matrix: Public ordinary functions
Function, load-matrix-d: Public ordinary functions
Function, load-matrix-f: Public ordinary functions
Function, load-matrix-x: Public ordinary functions
Function, load-matrix-x-oes: Public ordinary functions
Function, load-name: Public ordinary functions
Function, load-opengl-library: Public ordinary functions
Function, load-palette-from-model-view-matrix-oes: Public ordinary functions
Function, load-program-nv: Public ordinary functions
Function, load-transpose-matrix: Public ordinary functions
Function, load-transpose-matrix-d: Public ordinary functions
Function, load-transpose-matrix-d-arb: Public ordinary functions
Function, load-transpose-matrix-f: Public ordinary functions
Function, load-transpose-matrix-f-arb: Public ordinary functions
Function, load-transpose-matrix-x-oes: Public ordinary functions
Function, lock-arrays-ext: Public ordinary functions
Function, logic-op: Public ordinary functions
Function, major-version: Public ordinary functions
Function, make-buffer-non-resident-nv: Public ordinary functions
Function, make-buffer-resident-nv: Public ordinary functions
Function, make-gl-array: Private ordinary functions
Function, make-gl-array-from-pointer: Private ordinary functions
Function, make-gl-vertex-array: Private ordinary functions
Function, make-image-handle-non-resident-arb: Public ordinary functions
Function, make-image-handle-non-resident-nv: Public ordinary functions
Function, make-image-handle-resident-arb: Public ordinary functions
Function, make-image-handle-resident-nv: Public ordinary functions
Function, make-named-buffer-non-resident-nv: Public ordinary functions
Function, make-named-buffer-resident-nv: Public ordinary functions
Function, make-null-gl-array: Public ordinary functions
Function, make-texture-handle-non-resident-arb: Public ordinary functions
Function, make-texture-handle-non-resident-nv: Public ordinary functions
Function, make-texture-handle-resident-arb: Public ordinary functions
Function, make-texture-handle-resident-nv: Public ordinary functions
Function, make-thunk-generator: Private ordinary functions
Function, map-1d: Public ordinary functions
Function, map-1f: Public ordinary functions
Function, map-1x-oes: Public ordinary functions
Function, map-2d: Public ordinary functions
Function, map-2f: Public ordinary functions
Function, map-2x-oes: Public ordinary functions
Function, map-buffer: Public ordinary functions
Function, map-buffer-arb: Public ordinary functions
Function, map-buffer-oes: Public ordinary functions
Function, map-buffer-range: Public ordinary functions
Function, map-buffer-range-ext: Public ordinary functions
Function, map-buffer-to-gl-array: Public ordinary functions
Function, map-control-points-nv: Public ordinary functions
Function, map-grid-1: Public ordinary functions
Function, map-grid-1d: Public ordinary functions
Function, map-grid-1f: Public ordinary functions
Function, map-grid-1x-oes: Public ordinary functions
Function, map-grid-2: Public ordinary functions
Function, map-grid-2d: Public ordinary functions
Function, map-grid-2f: Public ordinary functions
Function, map-grid-2x-oes: Public ordinary functions
Function, map-named-buffer: Public ordinary functions
Function, map-named-buffer-ext: Public ordinary functions
Function, map-named-buffer-range: Public ordinary functions
Function, map-named-buffer-range-ext: Public ordinary functions
Function, map-object-buffer-ati: Public ordinary functions
Function, map-parameter-fv-nv: Public ordinary functions
Function, map-parameter-iv-nv: Public ordinary functions
Function, map-texture-2d-intel: Public ordinary functions
Function, map-vertex-attrib-1d-apple: Public ordinary functions
Function, map-vertex-attrib-1f-apple: Public ordinary functions
Function, map-vertex-attrib-2d-apple: Public ordinary functions
Function, map-vertex-attrib-2f-apple: Public ordinary functions
Function, map1: Public ordinary functions
Function, map2: Public ordinary functions
Function, material: Public ordinary functions
Function, material-f: Public ordinary functions
Function, material-fv: Public ordinary functions
Function, material-i: Public ordinary functions
Function, material-iv: Public ordinary functions
Function, material-x: Public ordinary functions
Function, material-x-oes: Public ordinary functions
Function, material-xv: Public ordinary functions
Function, material-xv-oes: Public ordinary functions
Function, matrix-frustum-ext: Public ordinary functions
Function, matrix-index-pointer-arb: Public ordinary functions
Function, matrix-index-pointer-oes: Public ordinary functions
Function, matrix-index-ubv-arb: Public ordinary functions
Function, matrix-index-uiv-arb: Public ordinary functions
Function, matrix-index-usv-arb: Public ordinary functions
Function, matrix-load-3x2-f-nv: Public ordinary functions
Function, matrix-load-3x3-f-nv: Public ordinary functions
Function, matrix-load-d-ext: Public ordinary functions
Function, matrix-load-f-ext: Public ordinary functions
Function, matrix-load-identity-ext: Public ordinary functions
Function, matrix-load-transpose-3x3-f-nv: Public ordinary functions
Function, matrix-load-transpose-d-ext: Public ordinary functions
Function, matrix-load-transpose-f-ext: Public ordinary functions
Function, matrix-mode: Public ordinary functions
Function, matrix-mult-3x2-f-nv: Public ordinary functions
Function, matrix-mult-3x3-f-nv: Public ordinary functions
Function, matrix-mult-d-ext: Public ordinary functions
Function, matrix-mult-f-ext: Public ordinary functions
Function, matrix-mult-transpose-3x3-f-nv: Public ordinary functions
Function, matrix-mult-transpose-d-ext: Public ordinary functions
Function, matrix-mult-transpose-f-ext: Public ordinary functions
Function, matrix-ortho-ext: Public ordinary functions
Function, matrix-pop-ext: Public ordinary functions
Function, matrix-push-ext: Public ordinary functions
Function, matrix-rotate-d-ext: Public ordinary functions
Function, matrix-rotate-f-ext: Public ordinary functions
Function, matrix-scale-d-ext: Public ordinary functions
Function, matrix-scale-f-ext: Public ordinary functions
Function, matrix-translate-d-ext: Public ordinary functions
Function, matrix-translate-f-ext: Public ordinary functions
Function, max-active-shader-cores-arm: Public ordinary functions
Function, max-shader-compiler-threads-arb: Public ordinary functions
Function, max-shader-compiler-threads-khr: Public ordinary functions
Function, maybe-cast-arg: Private ordinary functions
Function, memory-barrier: Public ordinary functions
Function, memory-barrier-by-region: Public ordinary functions
Function, memory-barrier-ext: Public ordinary functions
Function, memory-object-parameter-iv-ext: Public ordinary functions
Function, min-sample-shading: Public ordinary functions
Function, min-sample-shading-arb: Public ordinary functions
Function, min-sample-shading-oes: Public ordinary functions
Function, minmax: Public ordinary functions
Function, minmax-ext: Public ordinary functions
Function, minor-version: Public ordinary functions
Function, missing-thunk: Private ordinary functions
Function, mult-matrix: Public ordinary functions
Function, mult-matrix-d: Public ordinary functions
Function, mult-matrix-f: Public ordinary functions
Function, mult-matrix-x: Public ordinary functions
Function, mult-matrix-x-oes: Public ordinary functions
Function, mult-transpose-matrix: Public ordinary functions
Function, mult-transpose-matrix-d: Public ordinary functions
Function, mult-transpose-matrix-d-arb: Public ordinary functions
Function, mult-transpose-matrix-f: Public ordinary functions
Function, mult-transpose-matrix-f-arb: Public ordinary functions
Function, mult-transpose-matrix-x-oes: Public ordinary functions
Function, multi-draw-arrays: Public ordinary functions
Function, multi-draw-arrays-ext: Public ordinary functions
Function, multi-draw-arrays-indirect: Public ordinary functions
Function, multi-draw-arrays-indirect-amd: Public ordinary functions
Function, multi-draw-arrays-indirect-bindless-count-nv: Public ordinary functions
Function, multi-draw-arrays-indirect-bindless-nv: Public ordinary functions
Function, multi-draw-arrays-indirect-count: Public ordinary functions
Function, multi-draw-arrays-indirect-count-arb: Public ordinary functions
Function, multi-draw-arrays-indirect-ext: Public ordinary functions
Function, multi-draw-element-array-apple: Public ordinary functions
Function, multi-draw-elements: Public ordinary functions
Function, multi-draw-elements-base-vertex: Public ordinary functions
Function, multi-draw-elements-base-vertex-ext: Public ordinary functions
Function, multi-draw-elements-ext: Public ordinary functions
Function, multi-draw-elements-indirect: Public ordinary functions
Function, multi-draw-elements-indirect-amd: Public ordinary functions
Function, multi-draw-elements-indirect-bindless-count-nv: Public ordinary functions
Function, multi-draw-elements-indirect-bindless-nv: Public ordinary functions
Function, multi-draw-elements-indirect-count: Public ordinary functions
Function, multi-draw-elements-indirect-count-arb: Public ordinary functions
Function, multi-draw-elements-indirect-ext: Public ordinary functions
Function, multi-draw-mesh-tasks-indirect-count-nv: Public ordinary functions
Function, multi-draw-mesh-tasks-indirect-nv: Public ordinary functions
Function, multi-draw-range-element-array-apple: Public ordinary functions
Function, multi-mode-draw-arrays-ibm: Public ordinary functions
Function, multi-mode-draw-elements-ibm: Public ordinary functions
Function, multi-tex-buffer-ext: Public ordinary functions
Function, multi-tex-coord: Public ordinary functions
Function, multi-tex-coord-1b-oes: Public ordinary functions
Function, multi-tex-coord-1bv-oes: Public ordinary functions
Function, multi-tex-coord-1d: Public ordinary functions
Function, multi-tex-coord-1d-arb: Public ordinary functions
Function, multi-tex-coord-1dv: Public ordinary functions
Function, multi-tex-coord-1dv-arb: Public ordinary functions
Function, multi-tex-coord-1f: Public ordinary functions
Function, multi-tex-coord-1f-arb: Public ordinary functions
Function, multi-tex-coord-1fv: Public ordinary functions
Function, multi-tex-coord-1fv-arb: Public ordinary functions
Function, multi-tex-coord-1h-nv: Public ordinary functions
Function, multi-tex-coord-1hv-nv: Public ordinary functions
Function, multi-tex-coord-1i: Public ordinary functions
Function, multi-tex-coord-1i-arb: Public ordinary functions
Function, multi-tex-coord-1iv: Public ordinary functions
Function, multi-tex-coord-1iv-arb: Public ordinary functions
Function, multi-tex-coord-1s: Public ordinary functions
Function, multi-tex-coord-1s-arb: Public ordinary functions
Function, multi-tex-coord-1sv: Public ordinary functions
Function, multi-tex-coord-1sv-arb: Public ordinary functions
Function, multi-tex-coord-1x-oes: Public ordinary functions
Function, multi-tex-coord-1xv-oes: Public ordinary functions
Function, multi-tex-coord-2b-oes: Public ordinary functions
Function, multi-tex-coord-2bv-oes: Public ordinary functions
Function, multi-tex-coord-2d: Public ordinary functions
Function, multi-tex-coord-2d-arb: Public ordinary functions
Function, multi-tex-coord-2dv: Public ordinary functions
Function, multi-tex-coord-2dv-arb: Public ordinary functions
Function, multi-tex-coord-2f: Public ordinary functions
Function, multi-tex-coord-2f-arb: Public ordinary functions
Function, multi-tex-coord-2fv: Public ordinary functions
Function, multi-tex-coord-2fv-arb: Public ordinary functions
Function, multi-tex-coord-2h-nv: Public ordinary functions
Function, multi-tex-coord-2hv-nv: Public ordinary functions
Function, multi-tex-coord-2i: Public ordinary functions
Function, multi-tex-coord-2i-arb: Public ordinary functions
Function, multi-tex-coord-2iv: Public ordinary functions
Function, multi-tex-coord-2iv-arb: Public ordinary functions
Function, multi-tex-coord-2s: Public ordinary functions
Function, multi-tex-coord-2s-arb: Public ordinary functions
Function, multi-tex-coord-2sv: Public ordinary functions
Function, multi-tex-coord-2sv-arb: Public ordinary functions
Function, multi-tex-coord-2x-oes: Public ordinary functions
Function, multi-tex-coord-2xv-oes: Public ordinary functions
Function, multi-tex-coord-3b-oes: Public ordinary functions
Function, multi-tex-coord-3bv-oes: Public ordinary functions
Function, multi-tex-coord-3d: Public ordinary functions
Function, multi-tex-coord-3d-arb: Public ordinary functions
Function, multi-tex-coord-3dv: Public ordinary functions
Function, multi-tex-coord-3dv-arb: Public ordinary functions
Function, multi-tex-coord-3f: Public ordinary functions
Function, multi-tex-coord-3f-arb: Public ordinary functions
Function, multi-tex-coord-3fv: Public ordinary functions
Function, multi-tex-coord-3fv-arb: Public ordinary functions
Function, multi-tex-coord-3h-nv: Public ordinary functions
Function, multi-tex-coord-3hv-nv: Public ordinary functions
Function, multi-tex-coord-3i: Public ordinary functions
Function, multi-tex-coord-3i-arb: Public ordinary functions
Function, multi-tex-coord-3iv: Public ordinary functions
Function, multi-tex-coord-3iv-arb: Public ordinary functions
Function, multi-tex-coord-3s: Public ordinary functions
Function, multi-tex-coord-3s-arb: Public ordinary functions
Function, multi-tex-coord-3sv: Public ordinary functions
Function, multi-tex-coord-3sv-arb: Public ordinary functions
Function, multi-tex-coord-3x-oes: Public ordinary functions
Function, multi-tex-coord-3xv-oes: Public ordinary functions
Function, multi-tex-coord-4b-oes: Public ordinary functions
Function, multi-tex-coord-4bv-oes: Public ordinary functions
Function, multi-tex-coord-4d: Public ordinary functions
Function, multi-tex-coord-4d-arb: Public ordinary functions
Function, multi-tex-coord-4dv: Public ordinary functions
Function, multi-tex-coord-4dv-arb: Public ordinary functions
Function, multi-tex-coord-4f: Public ordinary functions
Function, multi-tex-coord-4f-arb: Public ordinary functions
Function, multi-tex-coord-4fv: Public ordinary functions
Function, multi-tex-coord-4fv-arb: Public ordinary functions
Function, multi-tex-coord-4h-nv: Public ordinary functions
Function, multi-tex-coord-4hv-nv: Public ordinary functions
Function, multi-tex-coord-4i: Public ordinary functions
Function, multi-tex-coord-4i-arb: Public ordinary functions
Function, multi-tex-coord-4iv: Public ordinary functions
Function, multi-tex-coord-4iv-arb: Public ordinary functions
Function, multi-tex-coord-4s: Public ordinary functions
Function, multi-tex-coord-4s-arb: Public ordinary functions
Function, multi-tex-coord-4sv: Public ordinary functions
Function, multi-tex-coord-4sv-arb: Public ordinary functions
Function, multi-tex-coord-4x: Public ordinary functions
Function, multi-tex-coord-4x-oes: Public ordinary functions
Function, multi-tex-coord-4xv-oes: Public ordinary functions
Function, multi-tex-coord-p1ui: Public ordinary functions
Function, multi-tex-coord-p1uiv: Public ordinary functions
Function, multi-tex-coord-p2ui: Public ordinary functions
Function, multi-tex-coord-p2uiv: Public ordinary functions
Function, multi-tex-coord-p3ui: Public ordinary functions
Function, multi-tex-coord-p3uiv: Public ordinary functions
Function, multi-tex-coord-p4ui: Public ordinary functions
Function, multi-tex-coord-p4uiv: Public ordinary functions
Function, multi-tex-coord-pointer-ext: Public ordinary functions
Function, multi-tex-env-f-ext: Public ordinary functions
Function, multi-tex-env-fv-ext: Public ordinary functions
Function, multi-tex-env-i-ext: Public ordinary functions
Function, multi-tex-env-iv-ext: Public ordinary functions
Function, multi-tex-gen-d-ext: Public ordinary functions
Function, multi-tex-gen-dv-ext: Public ordinary functions
Function, multi-tex-gen-f-ext: Public ordinary functions
Function, multi-tex-gen-fv-ext: Public ordinary functions
Function, multi-tex-gen-i-ext: Public ordinary functions
Function, multi-tex-gen-iv-ext: Public ordinary functions
Function, multi-tex-image-1d-ext: Public ordinary functions
Function, multi-tex-image-2d-ext: Public ordinary functions
Function, multi-tex-image-3d-ext: Public ordinary functions
Function, multi-tex-parameter-f-ext: Public ordinary functions
Function, multi-tex-parameter-fv-ext: Public ordinary functions
Function, multi-tex-parameter-i-ext: Public ordinary functions
Function, multi-tex-parameter-iiv-ext: Public ordinary functions
Function, multi-tex-parameter-iuiv-ext: Public ordinary functions
Function, multi-tex-parameter-iv-ext: Public ordinary functions
Function, multi-tex-renderbuffer-ext: Public ordinary functions
Function, multi-tex-sub-image-1d-ext: Public ordinary functions
Function, multi-tex-sub-image-2d-ext: Public ordinary functions
Function, multi-tex-sub-image-3d-ext: Public ordinary functions
Function, multicast-barrier-nv: Public ordinary functions
Function, multicast-blit-framebuffer-nv: Public ordinary functions
Function, multicast-buffer-sub-data-nv: Public ordinary functions
Function, multicast-copy-buffer-sub-data-nv: Public ordinary functions
Function, multicast-copy-image-sub-data-nv: Public ordinary functions
Function, multicast-framebuffer-sample-locations-fv-nv: Public ordinary functions
Function, multicast-get-query-object-i64v-nv: Public ordinary functions
Function, multicast-get-query-object-iv-nv: Public ordinary functions
Function, multicast-get-query-object-ui64v-nv: Public ordinary functions
Function, multicast-get-query-object-uiv-nv: Public ordinary functions
Function, multicast-scissor-array-v-nvx: Public ordinary functions
Function, multicast-viewport-array-v-nvx: Public ordinary functions
Function, multicast-viewport-position-w-scale-nvx: Public ordinary functions
Function, multicast-wait-sync-nv: Public ordinary functions
Function, named-buffer-attach-memory-nv: Public ordinary functions
Function, named-buffer-data: Public ordinary functions
Function, named-buffer-data-ext: Public ordinary functions
Function, named-buffer-page-commitment-arb: Public ordinary functions
Function, named-buffer-page-commitment-ext: Public ordinary functions
Function, named-buffer-page-commitment-mem-nv: Public ordinary functions
Function, named-buffer-storage: Public ordinary functions
Function, named-buffer-storage: Public ordinary functions
Function, named-buffer-storage-ext: Public ordinary functions
Function, named-buffer-storage-external-ext: Public ordinary functions
Function, named-buffer-storage-mem-ext: Public ordinary functions
Function, named-buffer-sub-data: Public ordinary functions
Function, named-buffer-sub-data-ext: Public ordinary functions
Function, named-copy-buffer-sub-data-ext: Public ordinary functions
Function, named-framebuffer-draw-buffer: Public ordinary functions
Function, named-framebuffer-draw-buffers: Public ordinary functions
Function, named-framebuffer-parameter-i: Public ordinary functions
Function, named-framebuffer-parameter-i-ext: Public ordinary functions
Function, named-framebuffer-read-buffer: Public ordinary functions
Function, named-framebuffer-renderbuffer: Public ordinary functions
Function, named-framebuffer-renderbuffer-ext: Public ordinary functions
Function, named-framebuffer-sample-locations-fv-arb: Public ordinary functions
Function, named-framebuffer-sample-locations-fv-nv: Public ordinary functions
Function, named-framebuffer-sample-positions-fv-amd: Public ordinary functions
Function, named-framebuffer-texture: Public ordinary functions
Function, named-framebuffer-texture-1d-ext: Public ordinary functions
Function, named-framebuffer-texture-2d-ext: Public ordinary functions
Function, named-framebuffer-texture-3d-ext: Public ordinary functions
Function, named-framebuffer-texture-ext: Public ordinary functions
Function, named-framebuffer-texture-face-ext: Public ordinary functions
Function, named-framebuffer-texture-layer: Public ordinary functions
Function, named-framebuffer-texture-layer-ext: Public ordinary functions
Function, named-framebuffer-texture-multiview-ovr: Public ordinary functions
Function, named-program-local-parameter-4d-ext: Public ordinary functions
Function, named-program-local-parameter-4dv-ext: Public ordinary functions
Function, named-program-local-parameter-4f-ext: Public ordinary functions
Function, named-program-local-parameter-4fv-ext: Public ordinary functions
Function, named-program-local-parameter-i4i-ext: Public ordinary functions
Function, named-program-local-parameter-i4iv-ext: Public ordinary functions
Function, named-program-local-parameter-i4ui-ext: Public ordinary functions
Function, named-program-local-parameter-i4uiv-ext: Public ordinary functions
Function, named-program-local-parameters-4fv-ext: Public ordinary functions
Function, named-program-local-parameters-i4iv-ext: Public ordinary functions
Function, named-program-local-parameters-i4uiv-ext: Public ordinary functions
Function, named-program-string-ext: Public ordinary functions
Function, named-renderbuffer-storage: Public ordinary functions
Function, named-renderbuffer-storage-ext: Public ordinary functions
Function, named-renderbuffer-storage-multisample: Public ordinary functions
Function, named-renderbuffer-storage-multisample-advanced-amd: Public ordinary functions
Function, named-renderbuffer-storage-multisample-coverage-ext: Public ordinary functions
Function, named-renderbuffer-storage-multisample-ext: Public ordinary functions
Function, named-string-arb: Public ordinary functions
Function, new-list: Public ordinary functions
Function, new-object-buffer-ati: Public ordinary functions
Function, normal: Public ordinary functions
Function, normal-3b: Public ordinary functions
Function, normal-3bv: Public ordinary functions
Function, normal-3d: Public ordinary functions
Function, normal-3dv: Public ordinary functions
Function, normal-3f: Public ordinary functions
Function, normal-3f-vertex-3f-sun: Public ordinary functions
Function, normal-3f-vertex-3fv-sun: Public ordinary functions
Function, normal-3fv: Public ordinary functions
Function, normal-3h-nv: Public ordinary functions
Function, normal-3hv-nv: Public ordinary functions
Function, normal-3i: Public ordinary functions
Function, normal-3iv: Public ordinary functions
Function, normal-3s: Public ordinary functions
Function, normal-3sv: Public ordinary functions
Function, normal-3x: Public ordinary functions
Function, normal-3x-oes: Public ordinary functions
Function, normal-3xv-oes: Public ordinary functions
Function, normal-format-nv: Public ordinary functions
Function, normal-p3ui: Public ordinary functions
Function, normal-p3uiv: Public ordinary functions
Function, normal-pointer: Public ordinary functions
Function, normal-pointer-ext: Public ordinary functions
Function, normal-pointer-list-ibm: Public ordinary functions
Function, normal-pointer-v-intel: Public ordinary functions
Function, normal-stream-3b-ati: Public ordinary functions
Function, normal-stream-3bv-ati: Public ordinary functions
Function, normal-stream-3d-ati: Public ordinary functions
Function, normal-stream-3dv-ati: Public ordinary functions
Function, normal-stream-3f-ati: Public ordinary functions
Function, normal-stream-3fv-ati: Public ordinary functions
Function, normal-stream-3i-ati: Public ordinary functions
Function, normal-stream-3iv-ati: Public ordinary functions
Function, normal-stream-3s-ati: Public ordinary functions
Function, normal-stream-3sv-ati: Public ordinary functions
Function, object-label: Public ordinary functions
Function, object-label-khr: Public ordinary functions
Function, object-ptr-label: Public ordinary functions
Function, object-ptr-label-khr: Public ordinary functions
Function, object-purgeable-apple: Public ordinary functions
Function, object-unpurgeable-apple: Public ordinary functions
Function, ortho: Public ordinary functions
Function, ortho-f: Public ordinary functions
Function, ortho-f-oes: Public ordinary functions
Function, ortho-x: Public ordinary functions
Function, ortho-x-oes: Public ordinary functions
Function, parse-gl-version-string-float: Private ordinary functions
Function, parse-gl-version-string-values: Private ordinary functions
Function, pass-tex-coord-ati: Public ordinary functions
Function, pass-through: Public ordinary functions
Function, pass-through-x-oes: Public ordinary functions
Function, patch-parameter: Public ordinary functions
Function, patch-parameter-fv: Public ordinary functions
Function, patch-parameter-i: Public ordinary functions
Function, patch-parameter-i-ext: Public ordinary functions
Function, patch-parameter-i-oes: Public ordinary functions
Function, path-color-gen-nv: Public ordinary functions
Function, path-commands-nv: Public ordinary functions
Function, path-coords-nv: Public ordinary functions
Function, path-cover-depth-func-nv: Public ordinary functions
Function, path-dash-array-nv: Public ordinary functions
Function, path-fog-gen-nv: Public ordinary functions
Function, path-glyph-index-array-nv: Public ordinary functions
Function, path-glyph-index-range-nv: Public ordinary functions
Function, path-glyph-range-nv: Public ordinary functions
Function, path-glyphs-nv: Public ordinary functions
Function, path-memory-glyph-index-array-nv: Public ordinary functions
Function, path-parameter-f-nv: Public ordinary functions
Function, path-parameter-fv-nv: Public ordinary functions
Function, path-parameter-i-nv: Public ordinary functions
Function, path-parameter-iv-nv: Public ordinary functions
Function, path-stencil-depth-offset-nv: Public ordinary functions
Function, path-stencil-func-nv: Public ordinary functions
Function, path-string-nv: Public ordinary functions
Function, path-sub-commands-nv: Public ordinary functions
Function, path-sub-coords-nv: Public ordinary functions
Function, path-tex-gen-nv: Public ordinary functions
Function, pause-transform-feedback: Public ordinary functions
Function, pause-transform-feedback-nv: Public ordinary functions
Function, pixel-data-range-nv: Public ordinary functions
Function, pixel-map: Public ordinary functions
Function, pixel-map-fv: Public ordinary functions
Function, pixel-map-uiv: Public ordinary functions
Function, pixel-map-usv: Public ordinary functions
Function, pixel-map-x: Public ordinary functions
Function, pixel-store: Public ordinary functions
Function, pixel-store-f: Public ordinary functions
Function, pixel-store-i: Public ordinary functions
Function, pixel-store-x: Public ordinary functions
Function, pixel-tex-gen-parameter-f-sgis: Public ordinary functions
Function, pixel-tex-gen-parameter-fv-sgis: Public ordinary functions
Function, pixel-tex-gen-parameter-i-sgis: Public ordinary functions
Function, pixel-tex-gen-parameter-iv-sgis: Public ordinary functions
Function, pixel-tex-gen-sgix: Public ordinary functions
Function, pixel-transfer: Public ordinary functions
Function, pixel-transfer-f: Public ordinary functions
Function, pixel-transfer-i: Public ordinary functions
Function, pixel-transfer-x-oes: Public ordinary functions
Function, pixel-transform-parameter-f-ext: Public ordinary functions
Function, pixel-transform-parameter-fv-ext: Public ordinary functions
Function, pixel-transform-parameter-i-ext: Public ordinary functions
Function, pixel-transform-parameter-iv-ext: Public ordinary functions
Function, pixel-zoom: Public ordinary functions
Function, pixel-zoom-x-oes: Public ordinary functions
Function, pntriangles-f-ati: Public ordinary functions
Function, pntriangles-i-ati: Public ordinary functions
Function, point-along-path-nv: Public ordinary functions
Function, point-parameter: Public ordinary functions
Function, point-parameter-f: Public ordinary functions
Function, point-parameter-f-arb: Public ordinary functions
Function, point-parameter-f-ext: Public ordinary functions
Function, point-parameter-f-sgis: Public ordinary functions
Function, point-parameter-fv: Public ordinary functions
Function, point-parameter-fv-arb: Public ordinary functions
Function, point-parameter-fv-ext: Public ordinary functions
Function, point-parameter-fv-sgis: Public ordinary functions
Function, point-parameter-i: Public ordinary functions
Function, point-parameter-i-nv: Public ordinary functions
Function, point-parameter-iv: Public ordinary functions
Function, point-parameter-iv-nv: Public ordinary functions
Function, point-parameter-x: Public ordinary functions
Function, point-parameter-x-oes: Public ordinary functions
Function, point-parameter-xv: Public ordinary functions
Function, point-parameter-xv-oes: Public ordinary functions
Function, point-size: Public ordinary functions
Function, point-size-pointer-oes: Public ordinary functions
Function, point-size-x: Public ordinary functions
Function, point-size-x-oes: Public ordinary functions
Function, poll-async-sgix: Public ordinary functions
Function, poll-instruments-sgix: Public ordinary functions
Function, polygon-mode: Public ordinary functions
Function, polygon-mode-nv: Public ordinary functions
Function, polygon-offset: Public ordinary functions
Function, polygon-offset-clamp: Public ordinary functions
Function, polygon-offset-clamp-ext: Public ordinary functions
Function, polygon-offset-ext: Public ordinary functions
Function, polygon-offset-x: Public ordinary functions
Function, polygon-offset-x-oes: Public ordinary functions
Function, polygon-stipple: Public ordinary functions
Function, polygon-stipple: Public ordinary functions
Function, pop-attrib: Public ordinary functions
Function, pop-client-attrib: Public ordinary functions
Function, pop-debug-group: Public ordinary functions
Function, pop-debug-group-khr: Public ordinary functions
Function, pop-group-marker-ext: Public ordinary functions
Function, pop-matrix: Public ordinary functions
Function, pop-name: Public ordinary functions
Function, present-frame-dual-fill-nv: Public ordinary functions
Function, present-frame-keyed-nv: Public ordinary functions
Function, primitive-bounding-box: Public ordinary functions
Function, primitive-bounding-box-arb: Public ordinary functions
Function, primitive-bounding-box-ext: Public ordinary functions
Function, primitive-bounding-box-oes: Public ordinary functions
Function, primitive-restart-index: Public ordinary functions
Function, primitive-restart-index-nv: Public ordinary functions
Function, primitive-restart-nv: Public ordinary functions
Function, prioritize-texture: Public ordinary functions
Function, prioritize-textures: Public ordinary functions
Function, prioritize-textures: Public ordinary functions
Function, prioritize-textures-ext: Public ordinary functions
Function, prioritize-textures-x-oes: Public ordinary functions
Function, program-binary: Public ordinary functions
Function, program-binary-oes: Public ordinary functions
Function, program-buffer-parameters-fv-nv: Public ordinary functions
Function, program-buffer-parameters-iiv-nv: Public ordinary functions
Function, program-buffer-parameters-iuiv-nv: Public ordinary functions
Function, program-env-parameter-4d-arb: Public ordinary functions
Function, program-env-parameter-4dv-arb: Public ordinary functions
Function, program-env-parameter-4f-arb: Public ordinary functions
Function, program-env-parameter-4fv-arb: Public ordinary functions
Function, program-env-parameter-i4i-nv: Public ordinary functions
Function, program-env-parameter-i4iv-nv: Public ordinary functions
Function, program-env-parameter-i4ui-nv: Public ordinary functions
Function, program-env-parameter-i4uiv-nv: Public ordinary functions
Function, program-env-parameters-4fv-ext: Public ordinary functions
Function, program-env-parameters-i4iv-nv: Public ordinary functions
Function, program-env-parameters-i4uiv-nv: Public ordinary functions
Function, program-local-parameter-4d-arb: Public ordinary functions
Function, program-local-parameter-4dv-arb: Public ordinary functions
Function, program-local-parameter-4f-arb: Public ordinary functions
Function, program-local-parameter-4fv-arb: Public ordinary functions
Function, program-local-parameter-i4i-nv: Public ordinary functions
Function, program-local-parameter-i4iv-nv: Public ordinary functions
Function, program-local-parameter-i4ui-nv: Public ordinary functions
Function, program-local-parameter-i4uiv-nv: Public ordinary functions
Function, program-local-parameters-4fv-ext: Public ordinary functions
Function, program-local-parameters-i4iv-nv: Public ordinary functions
Function, program-local-parameters-i4uiv-nv: Public ordinary functions
Function, program-named-parameter-4d-nv: Public ordinary functions
Function, program-named-parameter-4dv-nv: Public ordinary functions
Function, program-named-parameter-4f-nv: Public ordinary functions
Function, program-named-parameter-4fv-nv: Public ordinary functions
Function, program-parameter-4d-nv: Public ordinary functions
Function, program-parameter-4dv-nv: Public ordinary functions
Function, program-parameter-4f-nv: Public ordinary functions
Function, program-parameter-4fv-nv: Public ordinary functions
Function, program-parameter-i: Public ordinary functions
Function, program-parameter-i-arb: Public ordinary functions
Function, program-parameter-i-ext: Public ordinary functions
Function, program-parameteri: Public ordinary functions
Function, program-parameters-4dv-nv: Public ordinary functions
Function, program-parameters-4fv-nv: Public ordinary functions
Function, program-path-fragment-input-gen-nv: Public ordinary functions
Function, program-string-arb: Public ordinary functions
Function, program-subroutine-parameters-uiv-nv: Public ordinary functions
Function, program-uniform-1d: Public ordinary functions
Function, program-uniform-1d-ext: Public ordinary functions
Function, program-uniform-1dv: Public ordinary functions
Function, program-uniform-1dv-ext: Public ordinary functions
Function, program-uniform-1f: Public ordinary functions
Function, program-uniform-1f-ext: Public ordinary functions
Function, program-uniform-1fv: Public ordinary functions
Function, program-uniform-1fv-ext: Public ordinary functions
Function, program-uniform-1i: Public ordinary functions
Function, program-uniform-1i-ext: Public ordinary functions
Function, program-uniform-1i64-arb: Public ordinary functions
Function, program-uniform-1i64-nv: Public ordinary functions
Function, program-uniform-1i64v-arb: Public ordinary functions
Function, program-uniform-1i64v-nv: Public ordinary functions
Function, program-uniform-1iv: Public ordinary functions
Function, program-uniform-1iv-ext: Public ordinary functions
Function, program-uniform-1ui: Public ordinary functions
Function, program-uniform-1ui-ext: Public ordinary functions
Function, program-uniform-1ui64-arb: Public ordinary functions
Function, program-uniform-1ui64-nv: Public ordinary functions
Function, program-uniform-1ui64v-arb: Public ordinary functions
Function, program-uniform-1ui64v-nv: Public ordinary functions
Function, program-uniform-1uiv: Public ordinary functions
Function, program-uniform-1uiv-ext: Public ordinary functions
Function, program-uniform-2d: Public ordinary functions
Function, program-uniform-2d-ext: Public ordinary functions
Function, program-uniform-2dv: Public ordinary functions
Function, program-uniform-2dv-ext: Public ordinary functions
Function, program-uniform-2f: Public ordinary functions
Function, program-uniform-2f-ext: Public ordinary functions
Function, program-uniform-2fv: Public ordinary functions
Function, program-uniform-2fv-ext: Public ordinary functions
Function, program-uniform-2i: Public ordinary functions
Function, program-uniform-2i-ext: Public ordinary functions
Function, program-uniform-2i64-arb: Public ordinary functions
Function, program-uniform-2i64-nv: Public ordinary functions
Function, program-uniform-2i64v-arb: Public ordinary functions
Function, program-uniform-2i64v-nv: Public ordinary functions
Function, program-uniform-2iv: Public ordinary functions
Function, program-uniform-2iv-ext: Public ordinary functions
Function, program-uniform-2ui: Public ordinary functions
Function, program-uniform-2ui-ext: Public ordinary functions
Function, program-uniform-2ui64-arb: Public ordinary functions
Function, program-uniform-2ui64-nv: Public ordinary functions
Function, program-uniform-2ui64v-arb: Public ordinary functions
Function, program-uniform-2ui64v-nv: Public ordinary functions
Function, program-uniform-2uiv: Public ordinary functions
Function, program-uniform-2uiv-ext: Public ordinary functions
Function, program-uniform-3d: Public ordinary functions
Function, program-uniform-3d-ext: Public ordinary functions
Function, program-uniform-3dv: Public ordinary functions
Function, program-uniform-3dv-ext: Public ordinary functions
Function, program-uniform-3f: Public ordinary functions
Function, program-uniform-3f-ext: Public ordinary functions
Function, program-uniform-3fv: Public ordinary functions
Function, program-uniform-3fv-ext: Public ordinary functions
Function, program-uniform-3i: Public ordinary functions
Function, program-uniform-3i-ext: Public ordinary functions
Function, program-uniform-3i64-arb: Public ordinary functions
Function, program-uniform-3i64-nv: Public ordinary functions
Function, program-uniform-3i64v-arb: Public ordinary functions
Function, program-uniform-3i64v-nv: Public ordinary functions
Function, program-uniform-3iv: Public ordinary functions
Function, program-uniform-3iv-ext: Public ordinary functions
Function, program-uniform-3ui: Public ordinary functions
Function, program-uniform-3ui-ext: Public ordinary functions
Function, program-uniform-3ui64-arb: Public ordinary functions
Function, program-uniform-3ui64-nv: Public ordinary functions
Function, program-uniform-3ui64v-arb: Public ordinary functions
Function, program-uniform-3ui64v-nv: Public ordinary functions
Function, program-uniform-3uiv: Public ordinary functions
Function, program-uniform-3uiv-ext: Public ordinary functions
Function, program-uniform-4d: Public ordinary functions
Function, program-uniform-4d-ext: Public ordinary functions
Function, program-uniform-4dv: Public ordinary functions
Function, program-uniform-4dv-ext: Public ordinary functions
Function, program-uniform-4f: Public ordinary functions
Function, program-uniform-4f-ext: Public ordinary functions
Function, program-uniform-4fv: Public ordinary functions
Function, program-uniform-4fv-ext: Public ordinary functions
Function, program-uniform-4i: Public ordinary functions
Function, program-uniform-4i-ext: Public ordinary functions
Function, program-uniform-4i64-arb: Public ordinary functions
Function, program-uniform-4i64-nv: Public ordinary functions
Function, program-uniform-4i64v-arb: Public ordinary functions
Function, program-uniform-4i64v-nv: Public ordinary functions
Function, program-uniform-4iv: Public ordinary functions
Function, program-uniform-4iv-ext: Public ordinary functions
Function, program-uniform-4ui: Public ordinary functions
Function, program-uniform-4ui-ext: Public ordinary functions
Function, program-uniform-4ui64-arb: Public ordinary functions
Function, program-uniform-4ui64-nv: Public ordinary functions
Function, program-uniform-4ui64v-arb: Public ordinary functions
Function, program-uniform-4ui64v-nv: Public ordinary functions
Function, program-uniform-4uiv: Public ordinary functions
Function, program-uniform-4uiv-ext: Public ordinary functions
Function, program-uniform-handle-ui64-arb: Public ordinary functions
Function, program-uniform-handle-ui64-nv: Public ordinary functions
Function, program-uniform-handle-ui64v-arb: Public ordinary functions
Function, program-uniform-handle-ui64v-nv: Public ordinary functions
Function, program-uniform-handleui64img: Public ordinary functions
Function, program-uniform-handleui64v-img: Public ordinary functions
Function, program-uniform-matrix: Public ordinary functions
Function, program-uniform-matrix-2dv: Public ordinary functions
Function, program-uniform-matrix-2dv-ext: Public ordinary functions
Function, program-uniform-matrix-2fv: Public ordinary functions
Function, program-uniform-matrix-2fv: Public ordinary functions
Function, program-uniform-matrix-2fv-ext: Public ordinary functions
Function, program-uniform-matrix-2x3-dv: Public ordinary functions
Function, program-uniform-matrix-2x3-dv-ext: Public ordinary functions
Function, program-uniform-matrix-2x3-fv: Public ordinary functions
Function, program-uniform-matrix-2x3-fv: Public ordinary functions
Function, program-uniform-matrix-2x3-fv-ext: Public ordinary functions
Function, program-uniform-matrix-2x4-dv: Public ordinary functions
Function, program-uniform-matrix-2x4-dv-ext: Public ordinary functions
Function, program-uniform-matrix-2x4-fv: Public ordinary functions
Function, program-uniform-matrix-2x4-fv: Public ordinary functions
Function, program-uniform-matrix-2x4-fv-ext: Public ordinary functions
Function, program-uniform-matrix-3dv: Public ordinary functions
Function, program-uniform-matrix-3dv-ext: Public ordinary functions
Function, program-uniform-matrix-3fv: Public ordinary functions
Function, program-uniform-matrix-3fv: Public ordinary functions
Function, program-uniform-matrix-3fv-ext: Public ordinary functions
Function, program-uniform-matrix-3x2-dv: Public ordinary functions
Function, program-uniform-matrix-3x2-dv-ext: Public ordinary functions
Function, program-uniform-matrix-3x2-fv: Public ordinary functions
Function, program-uniform-matrix-3x2-fv: Public ordinary functions
Function, program-uniform-matrix-3x2-fv-ext: Public ordinary functions
Function, program-uniform-matrix-3x4-dv: Public ordinary functions
Function, program-uniform-matrix-3x4-dv-ext: Public ordinary functions
Function, program-uniform-matrix-3x4-fv: Public ordinary functions
Function, program-uniform-matrix-3x4-fv: Public ordinary functions
Function, program-uniform-matrix-3x4-fv-ext: Public ordinary functions
Function, program-uniform-matrix-4dv: Public ordinary functions
Function, program-uniform-matrix-4dv-ext: Public ordinary functions
Function, program-uniform-matrix-4fv: Public ordinary functions
Function, program-uniform-matrix-4fv: Public ordinary functions
Function, program-uniform-matrix-4fv-ext: Public ordinary functions
Function, program-uniform-matrix-4x2-dv: Public ordinary functions
Function, program-uniform-matrix-4x2-dv-ext: Public ordinary functions
Function, program-uniform-matrix-4x2-fv: Public ordinary functions
Function, program-uniform-matrix-4x2-fv: Public ordinary functions
Function, program-uniform-matrix-4x2-fv-ext: Public ordinary functions
Function, program-uniform-matrix-4x3-dv: Public ordinary functions
Function, program-uniform-matrix-4x3-dv-ext: Public ordinary functions
Function, program-uniform-matrix-4x3-fv: Public ordinary functions
Function, program-uniform-matrix-4x3-fv: Public ordinary functions
Function, program-uniform-matrix-4x3-fv-ext: Public ordinary functions
Function, program-uniform-ui64-nv: Public ordinary functions
Function, program-uniform-ui64v-nv: Public ordinary functions
Function, program-uniformf: Public ordinary functions
Function, program-uniformfv: Public ordinary functions
Function, program-uniformi: Public ordinary functions
Function, program-uniformiv: Public ordinary functions
Function, program-vertex-limit-nv: Public ordinary functions
Function, provoking-vertex: Public ordinary functions
Function, provoking-vertex-ext: Public ordinary functions
Function, push-attrib: Public ordinary functions
Function, push-attrib: Public ordinary functions
Function, push-client-attrib: Public ordinary functions
Function, push-client-attrib: Public ordinary functions
Function, push-client-attrib-default-ext: Public ordinary functions
Function, push-debug-group: Public ordinary functions
Function, push-debug-group-khr: Public ordinary functions
Function, push-group-marker-ext: Public ordinary functions
Function, push-matrix: Public ordinary functions
Function, push-name: Public ordinary functions
Function, query-counter: Public ordinary functions
Function, query-counter-ext: Public ordinary functions
Function, query-enum-size: Private ordinary functions
Function, query-matrix-x-oes: Public ordinary functions
Function, query-object-parameter-ui-amd: Public ordinary functions
Function, query-resource-nv: Public ordinary functions
Function, query-resource-tag-nv: Public ordinary functions
Function, raster-pos: Public ordinary functions
Function, raster-pos-2d: Public ordinary functions
Function, raster-pos-2dv: Public ordinary functions
Function, raster-pos-2f: Public ordinary functions
Function, raster-pos-2fv: Public ordinary functions
Function, raster-pos-2i: Public ordinary functions
Function, raster-pos-2iv: Public ordinary functions
Function, raster-pos-2s: Public ordinary functions
Function, raster-pos-2sv: Public ordinary functions
Function, raster-pos-2x-oes: Public ordinary functions
Function, raster-pos-2xv-oes: Public ordinary functions
Function, raster-pos-3d: Public ordinary functions
Function, raster-pos-3dv: Public ordinary functions
Function, raster-pos-3f: Public ordinary functions
Function, raster-pos-3fv: Public ordinary functions
Function, raster-pos-3i: Public ordinary functions
Function, raster-pos-3iv: Public ordinary functions
Function, raster-pos-3s: Public ordinary functions
Function, raster-pos-3sv: Public ordinary functions
Function, raster-pos-3x-oes: Public ordinary functions
Function, raster-pos-3xv-oes: Public ordinary functions
Function, raster-pos-4d: Public ordinary functions
Function, raster-pos-4dv: Public ordinary functions
Function, raster-pos-4f: Public ordinary functions
Function, raster-pos-4fv: Public ordinary functions
Function, raster-pos-4i: Public ordinary functions
Function, raster-pos-4iv: Public ordinary functions
Function, raster-pos-4s: Public ordinary functions
Function, raster-pos-4sv: Public ordinary functions
Function, raster-pos-4x-oes: Public ordinary functions
Function, raster-pos-4xv-oes: Public ordinary functions
Function, raster-samples-ext: Public ordinary functions
Function, read-buffer: Public ordinary functions
Function, read-buffer-indexed-ext: Public ordinary functions
Function, read-buffer-nv: Public ordinary functions
Function, read-instruments-sgix: Public ordinary functions
Function, read-pixels: Public ordinary functions
Function, read-pixels: Public ordinary functions
Function, readn-pixels: Public ordinary functions
Function, readn-pixels-arb: Public ordinary functions
Function, readn-pixels-ext: Public ordinary functions
Function, readn-pixels-khr: Public ordinary functions
Function, rect: Public ordinary functions
Function, rect-d: Public ordinary functions
Function, rect-dv: Public ordinary functions
Function, rect-f: Public ordinary functions
Function, rect-fv: Public ordinary functions
Function, rect-i: Public ordinary functions
Function, rect-iv: Public ordinary functions
Function, rect-s: Public ordinary functions
Function, rect-sv: Public ordinary functions
Function, rect-x-oes: Public ordinary functions
Function, rect-xv-oes: Public ordinary functions
Function, reference-plane-sgix: Public ordinary functions
Function, release-keyed-mutex-win32-ext: Public ordinary functions
Function, release-shader-compiler: Public ordinary functions
Function, render-gpu-mask-nv: Public ordinary functions
Function, render-mode: Public ordinary functions
Function, renderbuffer-storage: Public ordinary functions
Function, renderbuffer-storage-ext: Public ordinary functions
Function, renderbuffer-storage-multisample: Public ordinary functions
Function, renderbuffer-storage-multisample-advanced-amd: Public ordinary functions
Function, renderbuffer-storage-multisample-angle: Public ordinary functions
Function, renderbuffer-storage-multisample-apple: Public ordinary functions
Function, renderbuffer-storage-multisample-coverage-nv: Public ordinary functions
Function, renderbuffer-storage-multisample-ext: Public ordinary functions
Function, renderbuffer-storage-multisample-img: Public ordinary functions
Function, renderbuffer-storage-multisample-nv: Public ordinary functions
Function, renderbuffer-storage-oes: Public ordinary functions
Function, replacement-code-pointer-sun: Public ordinary functions
Function, replacement-code-ub-sun: Public ordinary functions
Function, replacement-code-ubv-sun: Public ordinary functions
Function, replacement-code-ui-color-3f-vertex-3f-sun: Public ordinary functions
Function, replacement-code-ui-color-3f-vertex-3fv-sun: Public ordinary functions
Function, replacement-code-ui-color-4f-normal-3f-vertex-3f-sun: Public ordinary functions
Function, replacement-code-ui-color-4f-normal-3f-vertex-3fv-sun: Public ordinary functions
Function, replacement-code-ui-color-4ub-vertex-3f-sun: Public ordinary functions
Function, replacement-code-ui-color-4ub-vertex-3fv-sun: Public ordinary functions
Function, replacement-code-ui-normal-3f-vertex-3f-sun: Public ordinary functions
Function, replacement-code-ui-normal-3f-vertex-3fv-sun: Public ordinary functions
Function, replacement-code-ui-sun: Public ordinary functions
Function, replacement-code-ui-tex-coord-2f-color-4f-normal-3f-vertex-3f-sun: Public ordinary functions
Function, replacement-code-ui-tex-coord-2f-color-4f-normal-3f-vertex-3fv-sun: Public ordinary functions
Function, replacement-code-ui-tex-coord-2f-normal-3f-vertex-3f-sun: Public ordinary functions
Function, replacement-code-ui-tex-coord-2f-normal-3f-vertex-3fv-sun: Public ordinary functions
Function, replacement-code-ui-tex-coord-2f-vertex-3f-sun: Public ordinary functions
Function, replacement-code-ui-tex-coord-2f-vertex-3fv-sun: Public ordinary functions
Function, replacement-code-ui-vertex-3f-sun: Public ordinary functions
Function, replacement-code-ui-vertex-3fv-sun: Public ordinary functions
Function, replacement-code-uiv-sun: Public ordinary functions
Function, replacement-code-us-sun: Public ordinary functions
Function, replacement-code-usv-sun: Public ordinary functions
Function, request-resident-programs-nv: Public ordinary functions
Function, reset-gl-pointers: Private ordinary functions
Function, reset-histogram: Public ordinary functions
Function, reset-histogram-ext: Public ordinary functions
Function, reset-memory-object-parameter-nv: Public ordinary functions
Function, reset-minmax: Public ordinary functions
Function, reset-minmax-ext: Public ordinary functions
Function, resize-buffers-mesa: Public ordinary functions
Function, resolve-depth-values-nv: Public ordinary functions
Function, resolve-multisample-framebuffer-apple: Public ordinary functions
Function, resume-transform-feedback: Public ordinary functions
Function, resume-transform-feedback-nv: Public ordinary functions
Function, rotate: Public ordinary functions
Function, rotate-d: Public ordinary functions
Function, rotate-f: Public ordinary functions
Function, rotate-x: Public ordinary functions
Function, rotate-x-oes: Public ordinary functions
Function, sample-coverage: Public ordinary functions
Function, sample-coverage-arb: Public ordinary functions
Function, sample-coverage-x: Public ordinary functions
Function, sample-coverage-x-oes: Public ordinary functions
Function, sample-map-ati: Public ordinary functions
Function, sample-mask-ext: Public ordinary functions
Function, sample-mask-i: Public ordinary functions
Function, sample-mask-indexed-nv: Public ordinary functions
Function, sample-mask-sgis: Public ordinary functions
Function, sample-pattern-ext: Public ordinary functions
Function, sample-pattern-sgis: Public ordinary functions
Function, sampler-parameter: Public ordinary functions
Function, sampler-parameter-f: Public ordinary functions
Function, sampler-parameter-fv: Public ordinary functions
Function, sampler-parameter-i: Public ordinary functions
Function, sampler-parameter-iiv: Public ordinary functions
Function, sampler-parameter-iiv-ext: Public ordinary functions
Function, sampler-parameter-iiv-oes: Public ordinary functions
Function, sampler-parameter-iuiv: Public ordinary functions
Function, sampler-parameter-iuiv-ext: Public ordinary functions
Function, sampler-parameter-iuiv-oes: Public ordinary functions
Function, sampler-parameter-iv: Public ordinary functions
Function, scale: Public ordinary functions
Function, scale-d: Public ordinary functions
Function, scale-f: Public ordinary functions
Function, scale-x: Public ordinary functions
Function, scale-x-oes: Public ordinary functions
Function, scissor: Public ordinary functions
Function, scissor-array-v: Public ordinary functions
Function, scissor-array-v-nv: Public ordinary functions
Function, scissor-array-v-oes: Public ordinary functions
Function, scissor-exclusive-array-v-nv: Public ordinary functions
Function, scissor-exclusive-nv: Public ordinary functions
Function, scissor-indexed: Public ordinary functions
Function, scissor-indexed-nv: Public ordinary functions
Function, scissor-indexed-oes: Public ordinary functions
Function, scissor-indexed-v: Public ordinary functions
Function, scissor-indexed-v-nv: Public ordinary functions
Function, scissor-indexed-v-oes: Public ordinary functions
Function, secondary-color: Public ordinary functions
Function, secondary-color-3b: Public ordinary functions
Function, secondary-color-3b-ext: Public ordinary functions
Function, secondary-color-3bv: Public ordinary functions
Function, secondary-color-3bv-ext: Public ordinary functions
Function, secondary-color-3d: Public ordinary functions
Function, secondary-color-3d-ext: Public ordinary functions
Function, secondary-color-3dv: Public ordinary functions
Function, secondary-color-3dv-ext: Public ordinary functions
Function, secondary-color-3f: Public ordinary functions
Function, secondary-color-3f-ext: Public ordinary functions
Function, secondary-color-3fv: Public ordinary functions
Function, secondary-color-3fv-ext: Public ordinary functions
Function, secondary-color-3h-nv: Public ordinary functions
Function, secondary-color-3hv-nv: Public ordinary functions
Function, secondary-color-3i: Public ordinary functions
Function, secondary-color-3i-ext: Public ordinary functions
Function, secondary-color-3iv: Public ordinary functions
Function, secondary-color-3iv-ext: Public ordinary functions
Function, secondary-color-3s: Public ordinary functions
Function, secondary-color-3s-ext: Public ordinary functions
Function, secondary-color-3sv: Public ordinary functions
Function, secondary-color-3sv-ext: Public ordinary functions
Function, secondary-color-3ub: Public ordinary functions
Function, secondary-color-3ub-ext: Public ordinary functions
Function, secondary-color-3ubv: Public ordinary functions
Function, secondary-color-3ubv-ext: Public ordinary functions
Function, secondary-color-3ui: Public ordinary functions
Function, secondary-color-3ui-ext: Public ordinary functions
Function, secondary-color-3uiv: Public ordinary functions
Function, secondary-color-3uiv-ext: Public ordinary functions
Function, secondary-color-3us: Public ordinary functions
Function, secondary-color-3us-ext: Public ordinary functions
Function, secondary-color-3usv: Public ordinary functions
Function, secondary-color-3usv-ext: Public ordinary functions
Function, secondary-color-format-nv: Public ordinary functions
Function, secondary-color-p3ui: Public ordinary functions
Function, secondary-color-p3uiv: Public ordinary functions
Function, secondary-color-pointer: Public ordinary functions
Function, secondary-color-pointer-ext: Public ordinary functions
Function, secondary-color-pointer-list-ibm: Public ordinary functions
Function, select-buffer: Public ordinary functions
Function, select-buffer: Public ordinary functions
Function, select-perf-monitor-counters-amd: Public ordinary functions
Function, semaphore-parameter-iv-nv: Public ordinary functions
Function, semaphore-parameter-ui64v-ext: Public ordinary functions
Function, separable-filter-2d: Public ordinary functions
Function, separable-filter-2d-ext: Public ordinary functions
Function, set-fence-apple: Public ordinary functions
Function, set-fence-nv: Public ordinary functions
Function, set-fragment-shader-constant-ati: Public ordinary functions
Function, set-invariant-ext: Public ordinary functions
Function, set-local-constant-ext: Public ordinary functions
Function, set-multisample-fv-amd: Public ordinary functions
Function, shade-model: Public ordinary functions
Function, shader-binary: Public ordinary functions
Function, shader-op-1-ext: Public ordinary functions
Function, shader-op-2-ext: Public ordinary functions
Function, shader-op-3-ext: Public ordinary functions
Function, shader-source: Public ordinary functions
Function, shader-source: Public ordinary functions
Function, shader-source-arb: Public ordinary functions
Function, shader-storage-block-binding: Public ordinary functions
Function, shading-rate-combiner-ops-ext: Public ordinary functions
Function, shading-rate-ext: Public ordinary functions
Function, shading-rate-image-barrier-nv: Public ordinary functions
Function, shading-rate-image-palette-nv: Public ordinary functions
Function, shading-rate-qcom: Public ordinary functions
Function, shading-rate-sample-order-custom-nv: Public ordinary functions
Function, shading-rate-sample-order-nv: Public ordinary functions
Function, sharpen-tex-func-sgis: Public ordinary functions
Function, signal-semaphore-ext: Public ordinary functions
Function, signal-semaphore-ui64-nvx: Public ordinary functions
Function, signal-vk-fence-nv: Public ordinary functions
Function, signal-vk-semaphore-nv: Public ordinary functions
Function, specialize-shader: Public ordinary functions
Function, specialize-shader-arb: Public ordinary functions
Function, sprite-parameter-f-sgix: Public ordinary functions
Function, sprite-parameter-fv-sgix: Public ordinary functions
Function, sprite-parameter-i-sgix: Public ordinary functions
Function, sprite-parameter-iv-sgix: Public ordinary functions
Function, start-instruments-sgix: Public ordinary functions
Function, start-tiling-qcom: Public ordinary functions
Function, state-capture-nv: Public ordinary functions
Function, stencil-clear-tag-ext: Public ordinary functions
Function, stencil-fill-path-instanced-nv: Public ordinary functions
Function, stencil-fill-path-nv: Public ordinary functions
Function, stencil-func: Public ordinary functions
Function, stencil-func-separate: Public ordinary functions
Function, stencil-func-separate-ati: Public ordinary functions
Function, stencil-mask: Public ordinary functions
Function, stencil-mask-separate: Public ordinary functions
Function, stencil-op: Public ordinary functions
Function, stencil-op-separate: Public ordinary functions
Function, stencil-op-separate-ati: Public ordinary functions
Function, stencil-op-value-amd: Public ordinary functions
Function, stencil-stroke-path-instanced-nv: Public ordinary functions
Function, stencil-stroke-path-nv: Public ordinary functions
Function, stencil-then-cover-fill-path-instanced-nv: Public ordinary functions
Function, stencil-then-cover-fill-path-nv: Public ordinary functions
Function, stencil-then-cover-stroke-path-instanced-nv: Public ordinary functions
Function, stencil-then-cover-stroke-path-nv: Public ordinary functions
Function, stop-instruments-sgix: Public ordinary functions
Function, string-marker-gremedy: Public ordinary functions
Function, subpixel-precision-bias-nv: Public ordinary functions
Function, swizzle-ext: Public ordinary functions
Function, symbolic-type->real-type: Private ordinary functions
Function, symbolicate-package: Private ordinary functions
Function, sync-texture-intel: Public ordinary functions
Function, tag-sample-buffer-sgix: Public ordinary functions
Function, tangent-3b-ext: Public ordinary functions
Function, tangent-3bv-ext: Public ordinary functions
Function, tangent-3d-ext: Public ordinary functions
Function, tangent-3dv-ext: Public ordinary functions
Function, tangent-3f-ext: Public ordinary functions
Function, tangent-3fv-ext: Public ordinary functions
Function, tangent-3i-ext: Public ordinary functions
Function, tangent-3iv-ext: Public ordinary functions
Function, tangent-3s-ext: Public ordinary functions
Function, tangent-3sv-ext: Public ordinary functions
Function, tangent-pointer-ext: Public ordinary functions
Function, tbuffer-mask-3dfx: Public ordinary functions
Function, tessellation-factor-amd: Public ordinary functions
Function, tessellation-mode-amd: Public ordinary functions
Function, test-fence-apple: Public ordinary functions
Function, test-fence-nv: Public ordinary functions
Function, test-object-apple: Public ordinary functions
Function, tex-attach-memory-nv: Public ordinary functions
Function, tex-buffer: Public ordinary functions
Function, tex-buffer-arb: Public ordinary functions
Function, tex-buffer-ext: Public ordinary functions
Function, tex-buffer-oes: Public ordinary functions
Function, tex-buffer-range: Public ordinary functions
Function, tex-buffer-range-ext: Public ordinary functions
Function, tex-buffer-range-oes: Public ordinary functions
Function, tex-bump-parameter-fv-ati: Public ordinary functions
Function, tex-bump-parameter-iv-ati: Public ordinary functions
Function, tex-coord: Public ordinary functions
Function, tex-coord-1b-oes: Public ordinary functions
Function, tex-coord-1bv-oes: Public ordinary functions
Function, tex-coord-1d: Public ordinary functions
Function, tex-coord-1dv: Public ordinary functions
Function, tex-coord-1f: Public ordinary functions
Function, tex-coord-1fv: Public ordinary functions
Function, tex-coord-1h-nv: Public ordinary functions
Function, tex-coord-1hv-nv: Public ordinary functions
Function, tex-coord-1i: Public ordinary functions
Function, tex-coord-1iv: Public ordinary functions
Function, tex-coord-1s: Public ordinary functions
Function, tex-coord-1sv: Public ordinary functions
Function, tex-coord-1x-oes: Public ordinary functions
Function, tex-coord-1xv-oes: Public ordinary functions
Function, tex-coord-2b-oes: Public ordinary functions
Function, tex-coord-2bv-oes: Public ordinary functions
Function, tex-coord-2d: Public ordinary functions
Function, tex-coord-2dv: Public ordinary functions
Function, tex-coord-2f: Public ordinary functions
Function, tex-coord-2f-color-3f-vertex-3f-sun: Public ordinary functions
Function, tex-coord-2f-color-3f-vertex-3fv-sun: Public ordinary functions
Function, tex-coord-2f-color-4f-normal-3f-vertex-3f-sun: Public ordinary functions
Function, tex-coord-2f-color-4f-normal-3f-vertex-3fv-sun: Public ordinary functions
Function, tex-coord-2f-color-4ub-vertex-3f-sun: Public ordinary functions
Function, tex-coord-2f-color-4ub-vertex-3fv-sun: Public ordinary functions
Function, tex-coord-2f-normal-3f-vertex-3f-sun: Public ordinary functions
Function, tex-coord-2f-normal-3f-vertex-3fv-sun: Public ordinary functions
Function, tex-coord-2f-vertex-3f-sun: Public ordinary functions
Function, tex-coord-2f-vertex-3fv-sun: Public ordinary functions
Function, tex-coord-2fv: Public ordinary functions
Function, tex-coord-2h-nv: Public ordinary functions
Function, tex-coord-2hv-nv: Public ordinary functions
Function, tex-coord-2i: Public ordinary functions
Function, tex-coord-2iv: Public ordinary functions
Function, tex-coord-2s: Public ordinary functions
Function, tex-coord-2sv: Public ordinary functions
Function, tex-coord-2x-oes: Public ordinary functions
Function, tex-coord-2xv-oes: Public ordinary functions
Function, tex-coord-3b-oes: Public ordinary functions
Function, tex-coord-3bv-oes: Public ordinary functions
Function, tex-coord-3d: Public ordinary functions
Function, tex-coord-3dv: Public ordinary functions
Function, tex-coord-3f: Public ordinary functions
Function, tex-coord-3fv: Public ordinary functions
Function, tex-coord-3h-nv: Public ordinary functions
Function, tex-coord-3hv-nv: Public ordinary functions
Function, tex-coord-3i: Public ordinary functions
Function, tex-coord-3iv: Public ordinary functions
Function, tex-coord-3s: Public ordinary functions
Function, tex-coord-3sv: Public ordinary functions
Function, tex-coord-3x-oes: Public ordinary functions
Function, tex-coord-3xv-oes: Public ordinary functions
Function, tex-coord-4b-oes: Public ordinary functions
Function, tex-coord-4bv-oes: Public ordinary functions
Function, tex-coord-4d: Public ordinary functions
Function, tex-coord-4dv: Public ordinary functions
Function, tex-coord-4f: Public ordinary functions
Function, tex-coord-4f-color-4f-normal-3f-vertex-4f-sun: Public ordinary functions
Function, tex-coord-4f-color-4f-normal-3f-vertex-4fv-sun: Public ordinary functions
Function, tex-coord-4f-vertex-4f-sun: Public ordinary functions
Function, tex-coord-4f-vertex-4fv-sun: Public ordinary functions
Function, tex-coord-4fv: Public ordinary functions
Function, tex-coord-4h-nv: Public ordinary functions
Function, tex-coord-4hv-nv: Public ordinary functions
Function, tex-coord-4i: Public ordinary functions
Function, tex-coord-4iv: Public ordinary functions
Function, tex-coord-4s: Public ordinary functions
Function, tex-coord-4sv: Public ordinary functions
Function, tex-coord-4x-oes: Public ordinary functions
Function, tex-coord-4xv-oes: Public ordinary functions
Function, tex-coord-format-nv: Public ordinary functions
Function, tex-coord-p1ui: Public ordinary functions
Function, tex-coord-p1uiv: Public ordinary functions
Function, tex-coord-p2ui: Public ordinary functions
Function, tex-coord-p2uiv: Public ordinary functions
Function, tex-coord-p3ui: Public ordinary functions
Function, tex-coord-p3uiv: Public ordinary functions
Function, tex-coord-p4ui: Public ordinary functions
Function, tex-coord-p4uiv: Public ordinary functions
Function, tex-coord-pointer: Public ordinary functions
Function, tex-coord-pointer-ext: Public ordinary functions
Function, tex-coord-pointer-list-ibm: Public ordinary functions
Function, tex-coord-pointer-v-intel: Public ordinary functions
Function, tex-env: Public ordinary functions
Function, tex-env-f: Public ordinary functions
Function, tex-env-fv: Public ordinary functions
Function, tex-env-i: Public ordinary functions
Function, tex-env-iv: Public ordinary functions
Function, tex-env-x: Public ordinary functions
Function, tex-env-x-oes: Public ordinary functions
Function, tex-env-xv: Public ordinary functions
Function, tex-env-xv-oes: Public ordinary functions
Function, tex-estimate-motion-qcom: Public ordinary functions
Function, tex-estimate-motion-regions-qcom: Public ordinary functions
Function, tex-filter-func-sgis: Public ordinary functions
Function, tex-gen: Public ordinary functions
Function, tex-gen-d: Public ordinary functions
Function, tex-gen-dv: Public ordinary functions
Function, tex-gen-f: Public ordinary functions
Function, tex-gen-f-oes: Public ordinary functions
Function, tex-gen-fv: Public ordinary functions
Function, tex-gen-fv-oes: Public ordinary functions
Function, tex-gen-i: Public ordinary functions
Function, tex-gen-i-oes: Public ordinary functions
Function, tex-gen-iv: Public ordinary functions
Function, tex-gen-iv-oes: Public ordinary functions
Function, tex-gen-x-oes: Public ordinary functions
Function, tex-gen-xv-oes: Public ordinary functions
Function, tex-image-1d: Public ordinary functions
Function, tex-image-1d: Public ordinary functions
Function, tex-image-2d: Public ordinary functions
Function, tex-image-2d: Public ordinary functions
Function, tex-image-2d-multisample: Public ordinary functions
Function, tex-image-2d-multisample-coverage-nv: Public ordinary functions
Function, tex-image-3d: Public ordinary functions
Function, tex-image-3d: Public ordinary functions
Function, tex-image-3d-ext: Public ordinary functions
Function, tex-image-3d-multisample: Public ordinary functions
Function, tex-image-3d-multisample-coverage-nv: Public ordinary functions
Function, tex-image-3d-oes: Public ordinary functions
Function, tex-image-4d-sgis: Public ordinary functions
Function, tex-page-commitment-arb: Public ordinary functions
Function, tex-page-commitment-ext: Public ordinary functions
Function, tex-page-commitment-mem-nv: Public ordinary functions
Function, tex-parameter: Public ordinary functions
Function, tex-parameter-f: Public ordinary functions
Function, tex-parameter-fv: Public ordinary functions
Function, tex-parameter-i: Public ordinary functions
Function, tex-parameter-iiv: Public ordinary functions
Function, tex-parameter-iiv-ext: Public ordinary functions
Function, tex-parameter-iiv-oes: Public ordinary functions
Function, tex-parameter-iuiv: Public ordinary functions
Function, tex-parameter-iuiv-ext: Public ordinary functions
Function, tex-parameter-iuiv-oes: Public ordinary functions
Function, tex-parameter-iv: Public ordinary functions
Function, tex-parameter-x: Public ordinary functions
Function, tex-parameter-x-oes: Public ordinary functions
Function, tex-parameter-xv: Public ordinary functions
Function, tex-parameter-xv-oes: Public ordinary functions
Function, tex-renderbuffer-nv: Public ordinary functions
Function, tex-storage-1d: Public ordinary functions
Function, tex-storage-1d-ext: Public ordinary functions
Function, tex-storage-2d: Public ordinary functions
Function, tex-storage-2d-ext: Public ordinary functions
Function, tex-storage-2d-multisample: Public ordinary functions
Function, tex-storage-3d: Public ordinary functions
Function, tex-storage-3d-ext: Public ordinary functions
Function, tex-storage-3d-multisample: Public ordinary functions
Function, tex-storage-3d-multisample-oes: Public ordinary functions
Function, tex-storage-attribs-2d-ext: Public ordinary functions
Function, tex-storage-attribs-3d-ext: Public ordinary functions
Function, tex-storage-mem-1d-ext: Public ordinary functions
Function, tex-storage-mem-2d-ext: Public ordinary functions
Function, tex-storage-mem-2d-multisample-ext: Public ordinary functions
Function, tex-storage-mem-3d-ext: Public ordinary functions
Function, tex-storage-mem-3d-multisample-ext: Public ordinary functions
Function, tex-storage-sparse-amd: Public ordinary functions
Function, tex-sub-image-1d: Public ordinary functions
Function, tex-sub-image-1d: Public ordinary functions
Function, tex-sub-image-1d-ext: Public ordinary functions
Function, tex-sub-image-2d: Public ordinary functions
Function, tex-sub-image-2d: Public ordinary functions
Function, tex-sub-image-2d-ext: Public ordinary functions
Function, tex-sub-image-3d: Public ordinary functions
Function, tex-sub-image-3d: Public ordinary functions
Function, tex-sub-image-3d-ext: Public ordinary functions
Function, tex-sub-image-3d-oes: Public ordinary functions
Function, tex-sub-image-4d-sgis: Public ordinary functions
Function, texture-attach-memory-nv: Public ordinary functions
Function, texture-barrier: Public ordinary functions
Function, texture-barrier-nv: Public ordinary functions
Function, texture-buffer: Public ordinary functions
Function, texture-buffer-ext: Public ordinary functions
Function, texture-buffer-range: Public ordinary functions
Function, texture-buffer-range-ext: Public ordinary functions
Function, texture-color-mask-sgis: Public ordinary functions
Function, texture-foveation-parameters-qcom: Public ordinary functions
Function, texture-image-1d-ext: Public ordinary functions
Function, texture-image-2d-ext: Public ordinary functions
Function, texture-image-2d-multisample-coverage-nv: Public ordinary functions
Function, texture-image-2d-multisample-nv: Public ordinary functions
Function, texture-image-3d-ext: Public ordinary functions
Function, texture-image-3d-multisample-coverage-nv: Public ordinary functions
Function, texture-image-3d-multisample-nv: Public ordinary functions
Function, texture-light-ext: Public ordinary functions
Function, texture-material-ext: Public ordinary functions
Function, texture-normal-ext: Public ordinary functions
Function, texture-page-commitment-ext: Public ordinary functions
Function, texture-page-commitment-mem-nv: Public ordinary functions
Function, texture-parameter: Public ordinary functions
Function, texture-parameter-f: Public ordinary functions
Function, texture-parameter-f-ext: Public ordinary functions
Function, texture-parameter-fv: Public ordinary functions
Function, texture-parameter-fv-ext: Public ordinary functions
Function, texture-parameter-i: Public ordinary functions
Function, texture-parameter-i-ext: Public ordinary functions
Function, texture-parameter-iiv: Public ordinary functions
Function, texture-parameter-iiv-ext: Public ordinary functions
Function, texture-parameter-iuiv: Public ordinary functions
Function, texture-parameter-iuiv-ext: Public ordinary functions
Function, texture-parameter-iv: Public ordinary functions
Function, texture-parameter-iv-ext: Public ordinary functions
Function, texture-range-apple: Public ordinary functions
Function, texture-renderbuffer-ext: Public ordinary functions
Function, texture-resident-p: Public ordinary functions
Function, texture-storage-1d: Public ordinary functions
Function, texture-storage-1d-ext: Public ordinary functions
Function, texture-storage-2d: Public ordinary functions
Function, texture-storage-2d-ext: Public ordinary functions
Function, texture-storage-2d-multisample: Public ordinary functions
Function, texture-storage-2d-multisample-ext: Public ordinary functions
Function, texture-storage-3d: Public ordinary functions
Function, texture-storage-3d-ext: Public ordinary functions
Function, texture-storage-3d-multisample: Public ordinary functions
Function, texture-storage-3d-multisample-ext: Public ordinary functions
Function, texture-storage-mem-1d-ext: Public ordinary functions
Function, texture-storage-mem-2d-ext: Public ordinary functions
Function, texture-storage-mem-2d-multisample-ext: Public ordinary functions
Function, texture-storage-mem-3d-ext: Public ordinary functions
Function, texture-storage-mem-3d-multisample-ext: Public ordinary functions
Function, texture-storage-sparse-amd: Public ordinary functions
Function, texture-sub-image-1d: Public ordinary functions
Function, texture-sub-image-1d: Public ordinary functions
Function, texture-sub-image-1d-ext: Public ordinary functions
Function, texture-sub-image-2d: Public ordinary functions
Function, texture-sub-image-2d: Public ordinary functions
Function, texture-sub-image-2d-ext: Public ordinary functions
Function, texture-sub-image-3d: Public ordinary functions
Function, texture-sub-image-3d: Public ordinary functions
Function, texture-sub-image-3d-ext: Public ordinary functions
Function, texture-view: Public ordinary functions
Function, texture-view-ext: Public ordinary functions
Function, texture-view-oes: Public ordinary functions
Function, track-matrix-nv: Public ordinary functions
Function, transform-feedback-attribs-nv: Public ordinary functions
Function, transform-feedback-buffer-base: Public ordinary functions
Function, transform-feedback-buffer-range: Public ordinary functions
Function, transform-feedback-stream-attribs-nv: Public ordinary functions
Function, transform-feedback-varyings: Public ordinary functions
Function, transform-feedback-varyings-ext: Public ordinary functions
Function, transform-feedback-varyings-nv: Public ordinary functions
Function, transform-path-nv: Public ordinary functions
Function, translate: Public ordinary functions
Function, translate-d: Public ordinary functions
Function, translate-f: Public ordinary functions
Function, translate-x: Public ordinary functions
Function, translate-x-oes: Public ordinary functions
Function, try-to-parse-enum: Private ordinary functions
Function, uniform-1d: Public ordinary functions
Function, uniform-1dv: Public ordinary functions
Function, uniform-1f: Public ordinary functions
Function, uniform-1f-arb: Public ordinary functions
Function, uniform-1fv: Public ordinary functions
Function, uniform-1fv-arb: Public ordinary functions
Function, uniform-1i: Public ordinary functions
Function, uniform-1i-arb: Public ordinary functions
Function, uniform-1i64-arb: Public ordinary functions
Function, uniform-1i64-nv: Public ordinary functions
Function, uniform-1i64v-arb: Public ordinary functions
Function, uniform-1i64v-nv: Public ordinary functions
Function, uniform-1iv: Public ordinary functions
Function, uniform-1iv-arb: Public ordinary functions
Function, uniform-1ui: Public ordinary functions
Function, uniform-1ui-ext: Public ordinary functions
Function, uniform-1ui64-arb: Public ordinary functions
Function, uniform-1ui64-nv: Public ordinary functions
Function, uniform-1ui64v-arb: Public ordinary functions
Function, uniform-1ui64v-nv: Public ordinary functions
Function, uniform-1uiv: Public ordinary functions
Function, uniform-1uiv-ext: Public ordinary functions
Function, uniform-2d: Public ordinary functions
Function, uniform-2dv: Public ordinary functions
Function, uniform-2f: Public ordinary functions
Function, uniform-2f-arb: Public ordinary functions
Function, uniform-2fv: Public ordinary functions
Function, uniform-2fv-arb: Public ordinary functions
Function, uniform-2i: Public ordinary functions
Function, uniform-2i-arb: Public ordinary functions
Function, uniform-2i64-arb: Public ordinary functions
Function, uniform-2i64-nv: Public ordinary functions
Function, uniform-2i64v-arb: Public ordinary functions
Function, uniform-2i64v-nv: Public ordinary functions
Function, uniform-2iv: Public ordinary functions
Function, uniform-2iv-arb: Public ordinary functions
Function, uniform-2ui: Public ordinary functions
Function, uniform-2ui-ext: Public ordinary functions
Function, uniform-2ui64-arb: Public ordinary functions
Function, uniform-2ui64-nv: Public ordinary functions
Function, uniform-2ui64v-arb: Public ordinary functions
Function, uniform-2ui64v-nv: Public ordinary functions
Function, uniform-2uiv: Public ordinary functions
Function, uniform-2uiv-ext: Public ordinary functions
Function, uniform-3d: Public ordinary functions
Function, uniform-3dv: Public ordinary functions
Function, uniform-3f: Public ordinary functions
Function, uniform-3f-arb: Public ordinary functions
Function, uniform-3fv: Public ordinary functions
Function, uniform-3fv-arb: Public ordinary functions
Function, uniform-3i: Public ordinary functions
Function, uniform-3i-arb: Public ordinary functions
Function, uniform-3i64-arb: Public ordinary functions
Function, uniform-3i64-nv: Public ordinary functions
Function, uniform-3i64v-arb: Public ordinary functions
Function, uniform-3i64v-nv: Public ordinary functions
Function, uniform-3iv: Public ordinary functions
Function, uniform-3iv-arb: Public ordinary functions
Function, uniform-3ui: Public ordinary functions
Function, uniform-3ui-ext: Public ordinary functions
Function, uniform-3ui64-arb: Public ordinary functions
Function, uniform-3ui64-nv: Public ordinary functions
Function, uniform-3ui64v-arb: Public ordinary functions
Function, uniform-3ui64v-nv: Public ordinary functions
Function, uniform-3uiv: Public ordinary functions
Function, uniform-3uiv-ext: Public ordinary functions
Function, uniform-4d: Public ordinary functions
Function, uniform-4dv: Public ordinary functions
Function, uniform-4f: Public ordinary functions
Function, uniform-4f-arb: Public ordinary functions
Function, uniform-4fv: Public ordinary functions
Function, uniform-4fv-arb: Public ordinary functions
Function, uniform-4i: Public ordinary functions
Function, uniform-4i-arb: Public ordinary functions
Function, uniform-4i64-arb: Public ordinary functions
Function, uniform-4i64-nv: Public ordinary functions
Function, uniform-4i64v-arb: Public ordinary functions
Function, uniform-4i64v-nv: Public ordinary functions
Function, uniform-4iv: Public ordinary functions
Function, uniform-4iv-arb: Public ordinary functions
Function, uniform-4ui: Public ordinary functions
Function, uniform-4ui-ext: Public ordinary functions
Function, uniform-4ui64-arb: Public ordinary functions
Function, uniform-4ui64-nv: Public ordinary functions
Function, uniform-4ui64v-arb: Public ordinary functions
Function, uniform-4ui64v-nv: Public ordinary functions
Function, uniform-4uiv: Public ordinary functions
Function, uniform-4uiv-ext: Public ordinary functions
Function, uniform-block-binding: Public ordinary functions
Function, uniform-buffer-ext: Public ordinary functions
Function, uniform-handle-ui64-arb: Public ordinary functions
Function, uniform-handle-ui64-nv: Public ordinary functions
Function, uniform-handle-ui64v-arb: Public ordinary functions
Function, uniform-handle-ui64v-nv: Public ordinary functions
Function, uniform-handleui64img: Public ordinary functions
Function, uniform-handleui64v-img: Public ordinary functions
Function, uniform-matrix: Public ordinary functions
Function, uniform-matrix-2dv: Public ordinary functions
Function, uniform-matrix-2fv: Public ordinary functions
Function, uniform-matrix-2fv: Public ordinary functions
Function, uniform-matrix-2fv-arb: Public ordinary functions
Function, uniform-matrix-2x3-dv: Public ordinary functions
Function, uniform-matrix-2x3-fv: Public ordinary functions
Function, uniform-matrix-2x3-fv: Public ordinary functions
Function, uniform-matrix-2x3-fv-nv: Public ordinary functions
Function, uniform-matrix-2x4-dv: Public ordinary functions
Function, uniform-matrix-2x4-fv: Public ordinary functions
Function, uniform-matrix-2x4-fv: Public ordinary functions
Function, uniform-matrix-2x4-fv-nv: Public ordinary functions
Function, uniform-matrix-3dv: Public ordinary functions
Function, uniform-matrix-3fv: Public ordinary functions
Function, uniform-matrix-3fv: Public ordinary functions
Function, uniform-matrix-3fv-arb: Public ordinary functions
Function, uniform-matrix-3x2-dv: Public ordinary functions
Function, uniform-matrix-3x2-fv: Public ordinary functions
Function, uniform-matrix-3x2-fv: Public ordinary functions
Function, uniform-matrix-3x2-fv-nv: Public ordinary functions
Function, uniform-matrix-3x4-dv: Public ordinary functions
Function, uniform-matrix-3x4-fv: Public ordinary functions
Function, uniform-matrix-3x4-fv: Public ordinary functions
Function, uniform-matrix-3x4-fv-nv: Public ordinary functions
Function, uniform-matrix-4dv: Public ordinary functions
Function, uniform-matrix-4fv: Public ordinary functions
Function, uniform-matrix-4fv: Public ordinary functions
Function, uniform-matrix-4fv-arb: Public ordinary functions
Function, uniform-matrix-4x2-dv: Public ordinary functions
Function, uniform-matrix-4x2-fv: Public ordinary functions
Function, uniform-matrix-4x2-fv: Public ordinary functions
Function, uniform-matrix-4x2-fv-nv: Public ordinary functions
Function, uniform-matrix-4x3-dv: Public ordinary functions
Function, uniform-matrix-4x3-fv: Public ordinary functions
Function, uniform-matrix-4x3-fv: Public ordinary functions
Function, uniform-matrix-4x3-fv-nv: Public ordinary functions
Function, uniform-subroutines-uiv: Public ordinary functions
Function, uniform-ui64-nv: Public ordinary functions
Function, uniform-ui64v-nv: Public ordinary functions
Function, uniformf: Public ordinary functions
Function, uniformfv: Public ordinary functions
Function, uniformi: Public ordinary functions
Function, uniformiv: Public ordinary functions
Function, unlock-arrays-ext: Public ordinary functions
Function, unmap-buffer: Public ordinary functions
Function, unmap-buffer-arb: Public ordinary functions
Function, unmap-buffer-oes: Public ordinary functions
Function, unmap-named-buffer: Public ordinary functions
Function, unmap-named-buffer-ext: Public ordinary functions
Function, unmap-object-buffer-ati: Public ordinary functions
Function, unmap-texture-2d-intel: Public ordinary functions
Function, update-object-buffer-ati: Public ordinary functions
Function, upload-gpu-mask-nvx: Public ordinary functions
Function, use-program: Public ordinary functions
Function, use-program-object-arb: Public ordinary functions
Function, use-program-stages: Public ordinary functions
Function, use-program-stages: Public ordinary functions
Function, use-program-stages-ext: Public ordinary functions
Function, use-shader-program-ext: Public ordinary functions
Function, validate-program: Public ordinary functions
Function, validate-program-arb: Public ordinary functions
Function, validate-program-pipeline: Public ordinary functions
Function, validate-program-pipeline-ext: Public ordinary functions
Function, variant-array-object-ati: Public ordinary functions
Function, variant-bv-ext: Public ordinary functions
Function, variant-dv-ext: Public ordinary functions
Function, variant-fv-ext: Public ordinary functions
Function, variant-iv-ext: Public ordinary functions
Function, variant-pointer-ext: Public ordinary functions
Function, variant-sv-ext: Public ordinary functions
Function, variant-ubv-ext: Public ordinary functions
Function, variant-uiv-ext: Public ordinary functions
Function, variant-usv-ext: Public ordinary functions
Function, vdpau-fini-nv: Public ordinary functions
Function, vdpau-get-surface-iv-nv: Public ordinary functions
Function, vdpau-init-nv: Public ordinary functions
Function, vdpau-is-surface-nv: Public ordinary functions
Function, vdpau-map-surfaces-nv: Public ordinary functions
Function, vdpau-register-output-surface-nv: Public ordinary functions
Function, vdpau-register-video-surface-nv: Public ordinary functions
Function, vdpau-register-video-surface-with-picture-structure-nv: Public ordinary functions
Function, vdpau-surface-access-nv: Public ordinary functions
Function, vdpau-unmap-surfaces-nv: Public ordinary functions
Function, vdpau-unregister-surface-nv: Public ordinary functions
Function, vertex: Public ordinary functions
Function, vertex-2b-oes: Public ordinary functions
Function, vertex-2bv-oes: Public ordinary functions
Function, vertex-2d: Public ordinary functions
Function, vertex-2dv: Public ordinary functions
Function, vertex-2f: Public ordinary functions
Function, vertex-2fv: Public ordinary functions
Function, vertex-2h-nv: Public ordinary functions
Function, vertex-2hv-nv: Public ordinary functions
Function, vertex-2i: Public ordinary functions
Function, vertex-2iv: Public ordinary functions
Function, vertex-2s: Public ordinary functions
Function, vertex-2sv: Public ordinary functions
Function, vertex-2x-oes: Public ordinary functions
Function, vertex-2xv-oes: Public ordinary functions
Function, vertex-3b-oes: Public ordinary functions
Function, vertex-3bv-oes: Public ordinary functions
Function, vertex-3d: Public ordinary functions
Function, vertex-3dv: Public ordinary functions
Function, vertex-3f: Public ordinary functions
Function, vertex-3fv: Public ordinary functions
Function, vertex-3h-nv: Public ordinary functions
Function, vertex-3hv-nv: Public ordinary functions
Function, vertex-3i: Public ordinary functions
Function, vertex-3iv: Public ordinary functions
Function, vertex-3s: Public ordinary functions
Function, vertex-3sv: Public ordinary functions
Function, vertex-3x-oes: Public ordinary functions
Function, vertex-3xv-oes: Public ordinary functions
Function, vertex-4b-oes: Public ordinary functions
Function, vertex-4bv-oes: Public ordinary functions
Function, vertex-4d: Public ordinary functions
Function, vertex-4dv: Public ordinary functions
Function, vertex-4f: Public ordinary functions
Function, vertex-4fv: Public ordinary functions
Function, vertex-4h-nv: Public ordinary functions
Function, vertex-4hv-nv: Public ordinary functions
Function, vertex-4i: Public ordinary functions
Function, vertex-4iv: Public ordinary functions
Function, vertex-4s: Public ordinary functions
Function, vertex-4sv: Public ordinary functions
Function, vertex-4x-oes: Public ordinary functions
Function, vertex-4xv-oes: Public ordinary functions
Function, vertex-array-attrib-binding: Public ordinary functions
Function, vertex-array-attrib-format: Public ordinary functions
Function, vertex-array-attrib-i-format: Public ordinary functions
Function, vertex-array-attrib-l-format: Public ordinary functions
Function, vertex-array-bind-vertex-buffer-ext: Public ordinary functions
Function, vertex-array-binding-divisor: Public ordinary functions
Function, vertex-array-color-offset-ext: Public ordinary functions
Function, vertex-array-edge-flag-offset-ext: Public ordinary functions
Function, vertex-array-element-buffer: Public ordinary functions
Function, vertex-array-fog-coord-offset-ext: Public ordinary functions
Function, vertex-array-index-offset-ext: Public ordinary functions
Function, vertex-array-multi-tex-coord-offset-ext: Public ordinary functions
Function, vertex-array-normal-offset-ext: Public ordinary functions
Function, vertex-array-parameter-i-apple: Public ordinary functions
Function, vertex-array-range-apple: Public ordinary functions
Function, vertex-array-range-nv: Public ordinary functions
Function, vertex-array-secondary-color-offset-ext: Public ordinary functions
Function, vertex-array-tex-coord-offset-ext: Public ordinary functions
Function, vertex-array-vertex-attrib-binding-ext: Public ordinary functions
Function, vertex-array-vertex-attrib-divisor-ext: Public ordinary functions
Function, vertex-array-vertex-attrib-format-ext: Public ordinary functions
Function, vertex-array-vertex-attrib-i-format-ext: Public ordinary functions
Function, vertex-array-vertex-attrib-i-offset-ext: Public ordinary functions
Function, vertex-array-vertex-attrib-l-format-ext: Public ordinary functions
Function, vertex-array-vertex-attrib-loffset-ext: Public ordinary functions
Function, vertex-array-vertex-attrib-offset-ext: Public ordinary functions
Function, vertex-array-vertex-binding-divisor-ext: Public ordinary functions
Function, vertex-array-vertex-buffer: Public ordinary functions
Function, vertex-array-vertex-buffers: Public ordinary functions
Function, vertex-array-vertex-offset-ext: Public ordinary functions
Function, vertex-attrib: Public ordinary functions
Function, vertex-attrib-1d: Public ordinary functions
Function, vertex-attrib-1d-arb: Public ordinary functions
Function, vertex-attrib-1d-nv: Public ordinary functions
Function, vertex-attrib-1dv: Public ordinary functions
Function, vertex-attrib-1dv-arb: Public ordinary functions
Function, vertex-attrib-1dv-nv: Public ordinary functions
Function, vertex-attrib-1f: Public ordinary functions
Function, vertex-attrib-1f-arb: Public ordinary functions
Function, vertex-attrib-1f-nv: Public ordinary functions
Function, vertex-attrib-1fv: Public ordinary functions
Function, vertex-attrib-1fv-arb: Public ordinary functions
Function, vertex-attrib-1fv-nv: Public ordinary functions
Function, vertex-attrib-1h-nv: Public ordinary functions
Function, vertex-attrib-1hv-nv: Public ordinary functions
Function, vertex-attrib-1s: Public ordinary functions
Function, vertex-attrib-1s-arb: Public ordinary functions
Function, vertex-attrib-1s-nv: Public ordinary functions
Function, vertex-attrib-1sv: Public ordinary functions
Function, vertex-attrib-1sv-arb: Public ordinary functions
Function, vertex-attrib-1sv-nv: Public ordinary functions
Function, vertex-attrib-2d: Public ordinary functions
Function, vertex-attrib-2d-arb: Public ordinary functions
Function, vertex-attrib-2d-nv: Public ordinary functions
Function, vertex-attrib-2dv: Public ordinary functions
Function, vertex-attrib-2dv-arb: Public ordinary functions
Function, vertex-attrib-2dv-nv: Public ordinary functions
Function, vertex-attrib-2f: Public ordinary functions
Function, vertex-attrib-2f-arb: Public ordinary functions
Function, vertex-attrib-2f-nv: Public ordinary functions
Function, vertex-attrib-2fv: Public ordinary functions
Function, vertex-attrib-2fv-arb: Public ordinary functions
Function, vertex-attrib-2fv-nv: Public ordinary functions
Function, vertex-attrib-2h-nv: Public ordinary functions
Function, vertex-attrib-2hv-nv: Public ordinary functions
Function, vertex-attrib-2s: Public ordinary functions
Function, vertex-attrib-2s-arb: Public ordinary functions
Function, vertex-attrib-2s-nv: Public ordinary functions
Function, vertex-attrib-2sv: Public ordinary functions
Function, vertex-attrib-2sv-arb: Public ordinary functions
Function, vertex-attrib-2sv-nv: Public ordinary functions
Function, vertex-attrib-3d: Public ordinary functions
Function, vertex-attrib-3d-arb: Public ordinary functions
Function, vertex-attrib-3d-nv: Public ordinary functions
Function, vertex-attrib-3dv: Public ordinary functions
Function, vertex-attrib-3dv-arb: Public ordinary functions
Function, vertex-attrib-3dv-nv: Public ordinary functions
Function, vertex-attrib-3f: Public ordinary functions
Function, vertex-attrib-3f-arb: Public ordinary functions
Function, vertex-attrib-3f-nv: Public ordinary functions
Function, vertex-attrib-3fv: Public ordinary functions
Function, vertex-attrib-3fv-arb: Public ordinary functions
Function, vertex-attrib-3fv-nv: Public ordinary functions
Function, vertex-attrib-3h-nv: Public ordinary functions
Function, vertex-attrib-3hv-nv: Public ordinary functions
Function, vertex-attrib-3s: Public ordinary functions
Function, vertex-attrib-3s-arb: Public ordinary functions
Function, vertex-attrib-3s-nv: Public ordinary functions
Function, vertex-attrib-3sv: Public ordinary functions
Function, vertex-attrib-3sv-arb: Public ordinary functions
Function, vertex-attrib-3sv-nv: Public ordinary functions
Function, vertex-attrib-4bv: Public ordinary functions
Function, vertex-attrib-4bv-arb: Public ordinary functions
Function, vertex-attrib-4d: Public ordinary functions
Function, vertex-attrib-4d-arb: Public ordinary functions
Function, vertex-attrib-4d-nv: Public ordinary functions
Function, vertex-attrib-4dv: Public ordinary functions
Function, vertex-attrib-4dv-arb: Public ordinary functions
Function, vertex-attrib-4dv-nv: Public ordinary functions
Function, vertex-attrib-4f: Public ordinary functions
Function, vertex-attrib-4f-arb: Public ordinary functions
Function, vertex-attrib-4f-nv: Public ordinary functions
Function, vertex-attrib-4fv: Public ordinary functions
Function, vertex-attrib-4fv-arb: Public ordinary functions
Function, vertex-attrib-4fv-nv: Public ordinary functions
Function, vertex-attrib-4h-nv: Public ordinary functions
Function, vertex-attrib-4hv-nv: Public ordinary functions
Function, vertex-attrib-4iv: Public ordinary functions
Function, vertex-attrib-4iv-arb: Public ordinary functions
Function, vertex-attrib-4nbv: Public ordinary functions
Function, vertex-attrib-4nbv-arb: Public ordinary functions
Function, vertex-attrib-4niv: Public ordinary functions
Function, vertex-attrib-4niv-arb: Public ordinary functions
Function, vertex-attrib-4nsv: Public ordinary functions
Function, vertex-attrib-4nsv-arb: Public ordinary functions
Function, vertex-attrib-4nub: Public ordinary functions
Function, vertex-attrib-4nub-arb: Public ordinary functions
Function, vertex-attrib-4nubv: Public ordinary functions
Function, vertex-attrib-4nubv-arb: Public ordinary functions
Function, vertex-attrib-4nuiv: Public ordinary functions
Function, vertex-attrib-4nuiv-arb: Public ordinary functions
Function, vertex-attrib-4nusv: Public ordinary functions
Function, vertex-attrib-4nusv-arb: Public ordinary functions
Function, vertex-attrib-4s: Public ordinary functions
Function, vertex-attrib-4s-arb: Public ordinary functions
Function, vertex-attrib-4s-nv: Public ordinary functions
Function, vertex-attrib-4sv: Public ordinary functions
Function, vertex-attrib-4sv-arb: Public ordinary functions
Function, vertex-attrib-4sv-nv: Public ordinary functions
Function, vertex-attrib-4ub-nv: Public ordinary functions
Function, vertex-attrib-4ubv: Public ordinary functions
Function, vertex-attrib-4ubv-arb: Public ordinary functions
Function, vertex-attrib-4ubv-nv: Public ordinary functions
Function, vertex-attrib-4uiv: Public ordinary functions
Function, vertex-attrib-4uiv-arb: Public ordinary functions
Function, vertex-attrib-4usv: Public ordinary functions
Function, vertex-attrib-4usv-arb: Public ordinary functions
Function, vertex-attrib-array-object-ati: Public ordinary functions
Function, vertex-attrib-binding: Public ordinary functions
Function, vertex-attrib-divisor: Public ordinary functions
Function, vertex-attrib-divisor-angle: Public ordinary functions
Function, vertex-attrib-divisor-arb: Public ordinary functions
Function, vertex-attrib-divisor-ext: Public ordinary functions
Function, vertex-attrib-divisor-nv: Public ordinary functions
Function, vertex-attrib-format: Public ordinary functions
Function, vertex-attrib-format-nv: Public ordinary functions
Function, vertex-attrib-i-format: Public ordinary functions
Function, vertex-attrib-i-format-nv: Public ordinary functions
Function, vertex-attrib-i1i: Public ordinary functions
Function, vertex-attrib-i1i-ext: Public ordinary functions
Function, vertex-attrib-i1iv: Public ordinary functions
Function, vertex-attrib-i1iv-ext: Public ordinary functions
Function, vertex-attrib-i1ui: Public ordinary functions
Function, vertex-attrib-i1ui-ext: Public ordinary functions
Function, vertex-attrib-i1uiv: Public ordinary functions
Function, vertex-attrib-i1uiv-ext: Public ordinary functions
Function, vertex-attrib-i2i: Public ordinary functions
Function, vertex-attrib-i2i-ext: Public ordinary functions
Function, vertex-attrib-i2iv: Public ordinary functions
Function, vertex-attrib-i2iv-ext: Public ordinary functions
Function, vertex-attrib-i2ui: Public ordinary functions
Function, vertex-attrib-i2ui-ext: Public ordinary functions
Function, vertex-attrib-i2uiv: Public ordinary functions
Function, vertex-attrib-i2uiv-ext: Public ordinary functions
Function, vertex-attrib-i3i: Public ordinary functions
Function, vertex-attrib-i3i-ext: Public ordinary functions
Function, vertex-attrib-i3iv: Public ordinary functions
Function, vertex-attrib-i3iv-ext: Public ordinary functions
Function, vertex-attrib-i3ui: Public ordinary functions
Function, vertex-attrib-i3ui-ext: Public ordinary functions
Function, vertex-attrib-i3uiv: Public ordinary functions
Function, vertex-attrib-i3uiv-ext: Public ordinary functions
Function, vertex-attrib-i4bv: Public ordinary functions
Function, vertex-attrib-i4bv-ext: Public ordinary functions
Function, vertex-attrib-i4i: Public ordinary functions
Function, vertex-attrib-i4i-ext: Public ordinary functions
Function, vertex-attrib-i4iv: Public ordinary functions
Function, vertex-attrib-i4iv-ext: Public ordinary functions
Function, vertex-attrib-i4sv: Public ordinary functions
Function, vertex-attrib-i4sv-ext: Public ordinary functions
Function, vertex-attrib-i4ubv: Public ordinary functions
Function, vertex-attrib-i4ubv-ext: Public ordinary functions
Function, vertex-attrib-i4ui: Public ordinary functions
Function, vertex-attrib-i4ui-ext: Public ordinary functions
Function, vertex-attrib-i4uiv: Public ordinary functions
Function, vertex-attrib-i4uiv-ext: Public ordinary functions
Function, vertex-attrib-i4usv: Public ordinary functions
Function, vertex-attrib-i4usv-ext: Public ordinary functions
Function, vertex-attrib-ipointer: Public ordinary functions
Function, vertex-attrib-ipointer-ext: Public ordinary functions
Function, vertex-attrib-l-format: Public ordinary functions
Function, vertex-attrib-l-format-nv: Public ordinary functions
Function, vertex-attrib-l1d: Public ordinary functions
Function, vertex-attrib-l1d-ext: Public ordinary functions
Function, vertex-attrib-l1dv: Public ordinary functions
Function, vertex-attrib-l1dv-ext: Public ordinary functions
Function, vertex-attrib-l1i64-nv: Public ordinary functions
Function, vertex-attrib-l1i64v-nv: Public ordinary functions
Function, vertex-attrib-l1ui64-arb: Public ordinary functions
Function, vertex-attrib-l1ui64-nv: Public ordinary functions
Function, vertex-attrib-l1ui64v-arb: Public ordinary functions
Function, vertex-attrib-l1ui64v-nv: Public ordinary functions
Function, vertex-attrib-l2d: Public ordinary functions
Function, vertex-attrib-l2d-ext: Public ordinary functions
Function, vertex-attrib-l2dv: Public ordinary functions
Function, vertex-attrib-l2dv-ext: Public ordinary functions
Function, vertex-attrib-l2i64-nv: Public ordinary functions
Function, vertex-attrib-l2i64v-nv: Public ordinary functions
Function, vertex-attrib-l2ui64-nv: Public ordinary functions
Function, vertex-attrib-l2ui64v-nv: Public ordinary functions
Function, vertex-attrib-l3d: Public ordinary functions
Function, vertex-attrib-l3d-ext: Public ordinary functions
Function, vertex-attrib-l3dv: Public ordinary functions
Function, vertex-attrib-l3dv-ext: Public ordinary functions
Function, vertex-attrib-l3i64-nv: Public ordinary functions
Function, vertex-attrib-l3i64v-nv: Public ordinary functions
Function, vertex-attrib-l3ui64-nv: Public ordinary functions
Function, vertex-attrib-l3ui64v-nv: Public ordinary functions
Function, vertex-attrib-l4d: Public ordinary functions
Function, vertex-attrib-l4d-ext: Public ordinary functions
Function, vertex-attrib-l4dv: Public ordinary functions
Function, vertex-attrib-l4dv-ext: Public ordinary functions
Function, vertex-attrib-l4i64-nv: Public ordinary functions
Function, vertex-attrib-l4i64v-nv: Public ordinary functions
Function, vertex-attrib-l4ui64-nv: Public ordinary functions
Function, vertex-attrib-l4ui64v-nv: Public ordinary functions
Function, vertex-attrib-lpointer: Public ordinary functions
Function, vertex-attrib-lpointer-ext: Public ordinary functions
Function, vertex-attrib-p1ui: Public ordinary functions
Function, vertex-attrib-p1uiv: Public ordinary functions
Function, vertex-attrib-p2ui: Public ordinary functions
Function, vertex-attrib-p2uiv: Public ordinary functions
Function, vertex-attrib-p3ui: Public ordinary functions
Function, vertex-attrib-p3uiv: Public ordinary functions
Function, vertex-attrib-p4ui: Public ordinary functions
Function, vertex-attrib-p4uiv: Public ordinary functions
Function, vertex-attrib-parameter-i-amd: Public ordinary functions
Function, vertex-attrib-pointer: Public ordinary functions
Function, vertex-attrib-pointer-arb: Public ordinary functions
Function, vertex-attrib-pointer-nv: Public ordinary functions
Function, vertex-attribs-1dv-nv: Public ordinary functions
Function, vertex-attribs-1fv-nv: Public ordinary functions
Function, vertex-attribs-1hv-nv: Public ordinary functions
Function, vertex-attribs-1sv-nv: Public ordinary functions
Function, vertex-attribs-2dv-nv: Public ordinary functions
Function, vertex-attribs-2fv-nv: Public ordinary functions
Function, vertex-attribs-2hv-nv: Public ordinary functions
Function, vertex-attribs-2sv-nv: Public ordinary functions
Function, vertex-attribs-3dv-nv: Public ordinary functions
Function, vertex-attribs-3fv-nv: Public ordinary functions
Function, vertex-attribs-3hv-nv: Public ordinary functions
Function, vertex-attribs-3sv-nv: Public ordinary functions
Function, vertex-attribs-4dv-nv: Public ordinary functions
Function, vertex-attribs-4fv-nv: Public ordinary functions
Function, vertex-attribs-4hv-nv: Public ordinary functions
Function, vertex-attribs-4sv-nv: Public ordinary functions
Function, vertex-attribs-4ubv-nv: Public ordinary functions
Function, vertex-binding-divisor: Public ordinary functions
Function, vertex-blend-arb: Public ordinary functions
Function, vertex-blend-env-f-ati: Public ordinary functions
Function, vertex-blend-env-i-ati: Public ordinary functions
Function, vertex-format-nv: Public ordinary functions
Function, vertex-p2ui: Public ordinary functions
Function, vertex-p2uiv: Public ordinary functions
Function, vertex-p3ui: Public ordinary functions
Function, vertex-p3uiv: Public ordinary functions
Function, vertex-p4ui: Public ordinary functions
Function, vertex-p4uiv: Public ordinary functions
Function, vertex-pointer: Public ordinary functions
Function, vertex-pointer-ext: Public ordinary functions
Function, vertex-pointer-list-ibm: Public ordinary functions
Function, vertex-pointer-v-intel: Public ordinary functions
Function, vertex-stream-1d-ati: Public ordinary functions
Function, vertex-stream-1dv-ati: Public ordinary functions
Function, vertex-stream-1f-ati: Public ordinary functions
Function, vertex-stream-1fv-ati: Public ordinary functions
Function, vertex-stream-1i-ati: Public ordinary functions
Function, vertex-stream-1iv-ati: Public ordinary functions
Function, vertex-stream-1s-ati: Public ordinary functions
Function, vertex-stream-1sv-ati: Public ordinary functions
Function, vertex-stream-2d-ati: Public ordinary functions
Function, vertex-stream-2dv-ati: Public ordinary functions
Function, vertex-stream-2f-ati: Public ordinary functions
Function, vertex-stream-2fv-ati: Public ordinary functions
Function, vertex-stream-2i-ati: Public ordinary functions
Function, vertex-stream-2iv-ati: Public ordinary functions
Function, vertex-stream-2s-ati: Public ordinary functions
Function, vertex-stream-2sv-ati: Public ordinary functions
Function, vertex-stream-3d-ati: Public ordinary functions
Function, vertex-stream-3dv-ati: Public ordinary functions
Function, vertex-stream-3f-ati: Public ordinary functions
Function, vertex-stream-3fv-ati: Public ordinary functions
Function, vertex-stream-3i-ati: Public ordinary functions
Function, vertex-stream-3iv-ati: Public ordinary functions
Function, vertex-stream-3s-ati: Public ordinary functions
Function, vertex-stream-3sv-ati: Public ordinary functions
Function, vertex-stream-4d-ati: Public ordinary functions
Function, vertex-stream-4dv-ati: Public ordinary functions
Function, vertex-stream-4f-ati: Public ordinary functions
Function, vertex-stream-4fv-ati: Public ordinary functions
Function, vertex-stream-4i-ati: Public ordinary functions
Function, vertex-stream-4iv-ati: Public ordinary functions
Function, vertex-stream-4s-ati: Public ordinary functions
Function, vertex-stream-4sv-ati: Public ordinary functions
Function, vertex-weight-f-ext: Public ordinary functions
Function, vertex-weight-fv-ext: Public ordinary functions
Function, vertex-weight-h-nv: Public ordinary functions
Function, vertex-weight-hv-nv: Public ordinary functions
Function, vertex-weight-pointer-ext: Public ordinary functions
Function, video-capture-nv: Public ordinary functions
Function, video-capture-stream-parameter-dv-nv: Public ordinary functions
Function, video-capture-stream-parameter-fv-nv: Public ordinary functions
Function, video-capture-stream-parameter-iv-nv: Public ordinary functions
Function, viewport: Public ordinary functions
Function, viewport-array-v: Public ordinary functions
Function, viewport-array-v-nv: Public ordinary functions
Function, viewport-array-v-oes: Public ordinary functions
Function, viewport-indexed-f: Public ordinary functions
Function, viewport-indexed-f-nv: Public ordinary functions
Function, viewport-indexed-f-oes: Public ordinary functions
Function, viewport-indexed-fv: Public ordinary functions
Function, viewport-indexed-fv-nv: Public ordinary functions
Function, viewport-indexed-fv-oes: Public ordinary functions
Function, viewport-position-w-scale-nv: Public ordinary functions
Function, viewport-swizzle-nv: Public ordinary functions
Function, wait-semaphore-ext: Public ordinary functions
Function, wait-semaphore-ui64-nvx: Public ordinary functions
Function, wait-sync: Public ordinary functions
Function, wait-sync-apple: Public ordinary functions
Function, wait-vk-semaphore-nv: Public ordinary functions
Function, weight-bv-arb: Public ordinary functions
Function, weight-dv-arb: Public ordinary functions
Function, weight-fv-arb: Public ordinary functions
Function, weight-iv-arb: Public ordinary functions
Function, weight-paths-nv: Public ordinary functions
Function, weight-pointer-arb: Public ordinary functions
Function, weight-pointer-oes: Public ordinary functions
Function, weight-sv-arb: Public ordinary functions
Function, weight-ubv-arb: Public ordinary functions
Function, weight-uiv-arb: Public ordinary functions
Function, weight-usv-arb: Public ordinary functions
Function, window-pos: Public ordinary functions
Function, window-pos-2d: Public ordinary functions
Function, window-pos-2d-arb: Public ordinary functions
Function, window-pos-2d-mesa: Public ordinary functions
Function, window-pos-2dv: Public ordinary functions
Function, window-pos-2dv-arb: Public ordinary functions
Function, window-pos-2dv-mesa: Public ordinary functions
Function, window-pos-2f: Public ordinary functions
Function, window-pos-2f-arb: Public ordinary functions
Function, window-pos-2f-mesa: Public ordinary functions
Function, window-pos-2fv: Public ordinary functions
Function, window-pos-2fv-arb: Public ordinary functions
Function, window-pos-2fv-mesa: Public ordinary functions
Function, window-pos-2i: Public ordinary functions
Function, window-pos-2i-arb: Public ordinary functions
Function, window-pos-2i-mesa: Public ordinary functions
Function, window-pos-2iv: Public ordinary functions
Function, window-pos-2iv-arb: Public ordinary functions
Function, window-pos-2iv-mesa: Public ordinary functions
Function, window-pos-2s: Public ordinary functions
Function, window-pos-2s-arb: Public ordinary functions
Function, window-pos-2s-mesa: Public ordinary functions
Function, window-pos-2sv: Public ordinary functions
Function, window-pos-2sv-arb: Public ordinary functions
Function, window-pos-2sv-mesa: Public ordinary functions
Function, window-pos-3d: Public ordinary functions
Function, window-pos-3d-arb: Public ordinary functions
Function, window-pos-3d-mesa: Public ordinary functions
Function, window-pos-3dv: Public ordinary functions
Function, window-pos-3dv-arb: Public ordinary functions
Function, window-pos-3dv-mesa: Public ordinary functions
Function, window-pos-3f: Public ordinary functions
Function, window-pos-3f-arb: Public ordinary functions
Function, window-pos-3f-mesa: Public ordinary functions
Function, window-pos-3fv: Public ordinary functions
Function, window-pos-3fv-arb: Public ordinary functions
Function, window-pos-3fv-mesa: Public ordinary functions
Function, window-pos-3i: Public ordinary functions
Function, window-pos-3i-arb: Public ordinary functions
Function, window-pos-3i-mesa: Public ordinary functions
Function, window-pos-3iv: Public ordinary functions
Function, window-pos-3iv-arb: Public ordinary functions
Function, window-pos-3iv-mesa: Public ordinary functions
Function, window-pos-3s: Public ordinary functions
Function, window-pos-3s-arb: Public ordinary functions
Function, window-pos-3s-mesa: Public ordinary functions
Function, window-pos-3sv: Public ordinary functions
Function, window-pos-3sv-arb: Public ordinary functions
Function, window-pos-3sv-mesa: Public ordinary functions
Function, window-pos-4d-mesa: Public ordinary functions
Function, window-pos-4dv-mesa: Public ordinary functions
Function, window-pos-4f-mesa: Public ordinary functions
Function, window-pos-4fv-mesa: Public ordinary functions
Function, window-pos-4i-mesa: Public ordinary functions
Function, window-pos-4iv-mesa: Public ordinary functions
Function, window-pos-4s-mesa: Public ordinary functions
Function, window-pos-4sv-mesa: Public ordinary functions
Function, window-rectangles-ext: Public ordinary functions
Function, write-mask-ext: Public ordinary functions
function-not-found.function: Private generic functions
function-not-found.function: Private generic functions

G
gen-async-markers-sgix: Public ordinary functions
gen-buffer: Public ordinary functions
gen-buffers: Public ordinary functions
gen-buffers: Public ordinary functions
gen-buffers-arb: Public ordinary functions
gen-fences-apple: Public ordinary functions
gen-fences-nv: Public ordinary functions
gen-fragment-shaders-ati: Public ordinary functions
gen-framebuffer: Public ordinary functions
gen-framebuffers: Public ordinary functions
gen-framebuffers: Public ordinary functions
gen-framebuffers-ext: Public ordinary functions
gen-framebuffers-ext: Public ordinary functions
gen-framebuffers-oes: Public ordinary functions
gen-lists: Public ordinary functions
gen-names-amd: Public compiler macros
gen-names-amd: Public ordinary functions
gen-occlusion-queries-nv: Public ordinary functions
gen-paths-nv: Public ordinary functions
gen-perf-monitors-amd: Public ordinary functions
gen-program-pipeline: Public ordinary functions
gen-program-pipelines: Public ordinary functions
gen-program-pipelines: Public ordinary functions
gen-program-pipelines-ext: Public ordinary functions
gen-programs-arb: Public ordinary functions
gen-programs-nv: Public ordinary functions
gen-queries: Public ordinary functions
gen-queries: Public ordinary functions
gen-queries-arb: Public ordinary functions
gen-queries-ext: Public ordinary functions
gen-query-resource-tag-nv: Public ordinary functions
gen-renderbuffer: Public ordinary functions
gen-renderbuffers: Public ordinary functions
gen-renderbuffers: Public ordinary functions
gen-renderbuffers-ext: Public ordinary functions
gen-renderbuffers-ext: Public ordinary functions
gen-renderbuffers-oes: Public ordinary functions
gen-sampler: Public ordinary functions
gen-samplers: Public ordinary functions
gen-samplers: Public ordinary functions
gen-semaphores-ext: Public ordinary functions
gen-symbols-ext: Public compiler macros
gen-symbols-ext: Public ordinary functions
gen-texture: Public ordinary functions
gen-textures: Public ordinary functions
gen-textures: Public ordinary functions
gen-textures-ext: Public ordinary functions
gen-transform-feedbacks: Public ordinary functions
gen-transform-feedbacks-nv: Public ordinary functions
gen-vertex-array: Public ordinary functions
gen-vertex-arrays: Public ordinary functions
gen-vertex-arrays: Public ordinary functions
gen-vertex-arrays-apple: Public ordinary functions
gen-vertex-arrays-oes: Public ordinary functions
gen-vertex-shaders-ext: Public ordinary functions
generate-gl-function/new: Private ordinary functions
generate-gl-function/old: Private ordinary functions
generate-mipmap: Public compiler macros
generate-mipmap: Public ordinary functions
generate-mipmap-ext: Public compiler macros
generate-mipmap-ext: Public ordinary functions
generate-mipmap-oes: Public compiler macros
generate-mipmap-oes: Public ordinary functions
generate-multi-tex-mipmap-ext: Public compiler macros
generate-multi-tex-mipmap-ext: Public ordinary functions
generate-texture-mipmap: Public ordinary functions
generate-texture-mipmap-ext: Public compiler macros
generate-texture-mipmap-ext: Public ordinary functions
Generic Function, function-not-found.function: Private generic functions
Generic Function, opengl-error.error-code: Private generic functions
Generic Function, opengl-error.error-context: Private generic functions
get*: Public compiler macros
get*: Public ordinary functions
get-active-atomic-counter-buffer-iv: Public compiler macros
get-active-atomic-counter-buffer-iv: Public ordinary functions
get-active-attrib: Public ordinary functions
get-active-attrib: Public ordinary functions
get-active-attrib-arb: Public ordinary functions
get-active-subroutine-name: Public compiler macros
get-active-subroutine-name: Public ordinary functions
get-active-subroutine-uniform-iv: Public compiler macros
get-active-subroutine-uniform-iv: Public ordinary functions
get-active-subroutine-uniform-name: Public compiler macros
get-active-subroutine-uniform-name: Public ordinary functions
get-active-uniform: Public ordinary functions
get-active-uniform: Public ordinary functions
get-active-uniform-arb: Public ordinary functions
get-active-uniform-block: Public ordinary functions
get-active-uniform-block-aux: Private ordinary functions
get-active-uniform-block-iv: Public compiler macros
get-active-uniform-block-iv: Public ordinary functions
get-active-uniform-block-name: Public ordinary functions
get-active-uniform-block-name: Public ordinary functions
get-active-uniform-name: Public ordinary functions
get-active-uniforms-iv: Public compiler macros
get-active-uniforms-iv: Public ordinary functions
get-active-varying-nv: Public ordinary functions
get-array-object-fv-ati: Public compiler macros
get-array-object-fv-ati: Public ordinary functions
get-array-object-iv-ati: Public compiler macros
get-array-object-iv-ati: Public ordinary functions
get-attached-objects-arb: Public ordinary functions
get-attached-shaders: Public ordinary functions
get-attached-shaders: Public ordinary functions
get-attrib-location: Public ordinary functions
get-attrib-location: Public ordinary functions
get-attrib-location-arb: Public ordinary functions
get-boolean: Public ordinary functions
get-boolean-i: Private ordinary functions
get-boolean-i-v: Public compiler macros
get-boolean-i-v: Public ordinary functions
get-boolean-indexed-v-ext: Public compiler macros
get-boolean-indexed-v-ext: Public ordinary functions
get-boolean-v: Public compiler macros
get-boolean-v: Public ordinary functions
get-buffer-parameter: Private ordinary functions
get-buffer-parameter-i64v: Public compiler macros
get-buffer-parameter-i64v: Public ordinary functions
get-buffer-parameter-iv: Public compiler macros
get-buffer-parameter-iv: Public ordinary functions
get-buffer-parameter-iv-arb: Public compiler macros
get-buffer-parameter-iv-arb: Public ordinary functions
get-buffer-parameter-ui64v-nv: Public compiler macros
get-buffer-parameter-ui64v-nv: Public ordinary functions
get-buffer-pointer-v: Public compiler macros
get-buffer-pointer-v: Public ordinary functions
get-buffer-pointer-v-arb: Public compiler macros
get-buffer-pointer-v-arb: Public ordinary functions
get-buffer-pointer-v-oes: Public compiler macros
get-buffer-pointer-v-oes: Public ordinary functions
get-buffer-sub-data: Public compiler macros
get-buffer-sub-data: Public ordinary functions
get-buffer-sub-data-arb: Public compiler macros
get-buffer-sub-data-arb: Public ordinary functions
get-clip-plane: Public compiler macros
get-clip-plane: Public ordinary functions
get-clip-plane: Private ordinary functions
get-clip-plane-f: Public compiler macros
get-clip-plane-f: Public ordinary functions
get-clip-plane-f-oes: Public compiler macros
get-clip-plane-f-oes: Public ordinary functions
get-clip-plane-x: Public compiler macros
get-clip-plane-x: Public ordinary functions
get-clip-plane-x-oes: Public compiler macros
get-clip-plane-x-oes: Public ordinary functions
get-color-table: Public compiler macros
get-color-table: Public ordinary functions
get-color-table-ext: Public compiler macros
get-color-table-ext: Public ordinary functions
get-color-table-parameter-fv: Public compiler macros
get-color-table-parameter-fv: Public ordinary functions
get-color-table-parameter-fv-ext: Public compiler macros
get-color-table-parameter-fv-ext: Public ordinary functions
get-color-table-parameter-fv-sgi: Public compiler macros
get-color-table-parameter-fv-sgi: Public ordinary functions
get-color-table-parameter-iv: Public compiler macros
get-color-table-parameter-iv: Public ordinary functions
get-color-table-parameter-iv-ext: Public compiler macros
get-color-table-parameter-iv-ext: Public ordinary functions
get-color-table-parameter-iv-sgi: Public compiler macros
get-color-table-parameter-iv-sgi: Public ordinary functions
get-color-table-sgi: Public compiler macros
get-color-table-sgi: Public ordinary functions
get-combiner-input-parameter-fv-nv: Public compiler macros
get-combiner-input-parameter-fv-nv: Public ordinary functions
get-combiner-input-parameter-iv-nv: Public compiler macros
get-combiner-input-parameter-iv-nv: Public ordinary functions
get-combiner-output-parameter-fv-nv: Public compiler macros
get-combiner-output-parameter-fv-nv: Public ordinary functions
get-combiner-output-parameter-iv-nv: Public compiler macros
get-combiner-output-parameter-iv-nv: Public ordinary functions
get-combiner-stage-parameter-fv-nv: Public compiler macros
get-combiner-stage-parameter-fv-nv: Public ordinary functions
get-command-header-nv: Public compiler macros
get-command-header-nv: Public ordinary functions
get-compressed-multi-tex-image-ext: Public compiler macros
get-compressed-multi-tex-image-ext: Public ordinary functions
get-compressed-tex-image: Public compiler macros
get-compressed-tex-image: Public ordinary functions
get-compressed-tex-image-arb: Public compiler macros
get-compressed-tex-image-arb: Public ordinary functions
get-compressed-texture-image: Public ordinary functions
get-compressed-texture-image-ext: Public compiler macros
get-compressed-texture-image-ext: Public ordinary functions
get-compressed-texture-sub-image: Public ordinary functions
get-convolution-filter: Public compiler macros
get-convolution-filter: Public ordinary functions
get-convolution-filter-ext: Public compiler macros
get-convolution-filter-ext: Public ordinary functions
get-convolution-parameter-fv: Public compiler macros
get-convolution-parameter-fv: Public ordinary functions
get-convolution-parameter-fv-ext: Public compiler macros
get-convolution-parameter-fv-ext: Public ordinary functions
get-convolution-parameter-iv: Public compiler macros
get-convolution-parameter-iv: Public ordinary functions
get-convolution-parameter-iv-ext: Public compiler macros
get-convolution-parameter-iv-ext: Public ordinary functions
get-convolution-parameter-xv-oes: Public compiler macros
get-convolution-parameter-xv-oes: Public ordinary functions
get-coverage-modulation-table-nv: Public ordinary functions
get-debug-message-log: Public ordinary functions
get-debug-message-log-amd: Public ordinary functions
get-debug-message-log-arb: Public ordinary functions
get-debug-message-log-khr: Public ordinary functions
get-detail-tex-func-sgis: Public compiler macros
get-detail-tex-func-sgis: Public ordinary functions
get-double: Public ordinary functions
get-double-i: Private ordinary functions
get-double-i-v: Public compiler macros
get-double-i-v: Public ordinary functions
get-double-i-v-ext: Public compiler macros
get-double-i-v-ext: Public ordinary functions
get-double-indexed-v-ext: Public compiler macros
get-double-indexed-v-ext: Public ordinary functions
get-double-v: Public compiler macros
get-double-v: Public ordinary functions
get-driver-control-string-qcom: Public ordinary functions
get-driver-controls-qcom: Public ordinary functions
get-enum: Public ordinary functions
get-enum-i: Private ordinary functions
get-error: Public ordinary functions
get-fence-iv-nv: Public compiler macros
get-fence-iv-nv: Public ordinary functions
get-final-combiner-input-parameter-fv-nv: Public compiler macros
get-final-combiner-input-parameter-fv-nv: Public ordinary functions
get-final-combiner-input-parameter-iv-nv: Public compiler macros
get-final-combiner-input-parameter-iv-nv: Public ordinary functions
get-first-perf-query-id-intel: Public ordinary functions
get-fixed-v: Public compiler macros
get-fixed-v: Public ordinary functions
get-fixed-v-oes: Public compiler macros
get-fixed-v-oes: Public ordinary functions
get-float: Public ordinary functions
get-float-i: Private ordinary functions
get-float-i-v: Public compiler macros
get-float-i-v: Public ordinary functions
get-float-i-v-ext: Public compiler macros
get-float-i-v-ext: Public ordinary functions
get-float-i-v-nv: Public compiler macros
get-float-i-v-nv: Public ordinary functions
get-float-i-v-oes: Public compiler macros
get-float-i-v-oes: Public ordinary functions
get-float-indexed-v-ext: Public compiler macros
get-float-indexed-v-ext: Public ordinary functions
get-float-v: Public compiler macros
get-float-v: Public ordinary functions
get-fog-func-sgis: Public ordinary functions
get-frag-data-index: Public ordinary functions
get-frag-data-index-ext: Public ordinary functions
get-frag-data-location: Public ordinary functions
get-frag-data-location: Public ordinary functions
get-frag-data-location-ext: Public ordinary functions
get-frag-data-location-ext: Public ordinary functions
get-fragment-light-fv-sgix: Public compiler macros
get-fragment-light-fv-sgix: Public ordinary functions
get-fragment-light-iv-sgix: Public compiler macros
get-fragment-light-iv-sgix: Public ordinary functions
get-fragment-material-fv-sgix: Public compiler macros
get-fragment-material-fv-sgix: Public ordinary functions
get-fragment-material-iv-sgix: Public compiler macros
get-fragment-material-iv-sgix: Public ordinary functions
get-fragment-shading-rates-ext: Public ordinary functions
get-framebuffer-attachment-parameter-iv: Public compiler macros
get-framebuffer-attachment-parameter-iv: Public ordinary functions
get-framebuffer-attachment-parameter-iv-ext: Public compiler macros
get-framebuffer-attachment-parameter-iv-ext: Public ordinary functions
get-framebuffer-attachment-parameter-iv-oes: Public compiler macros
get-framebuffer-attachment-parameter-iv-oes: Public ordinary functions
get-framebuffer-parameter-fv-amd: Public compiler macros
get-framebuffer-parameter-fv-amd: Public ordinary functions
get-framebuffer-parameter-iv: Public compiler macros
get-framebuffer-parameter-iv: Public ordinary functions
get-framebuffer-parameter-iv-ext: Public compiler macros
get-framebuffer-parameter-iv-ext: Public ordinary functions
get-framebuffer-parameter-iv-mesa: Public compiler macros
get-framebuffer-parameter-iv-mesa: Public ordinary functions
get-framebuffer-pixel-local-storage-size-ext: Public ordinary functions
get-graphics-reset-status: Public ordinary functions
get-graphics-reset-status-arb: Public ordinary functions
get-graphics-reset-status-ext: Public ordinary functions
get-graphics-reset-status-khr: Public ordinary functions
get-handle-arb: Public compiler macros
get-handle-arb: Public ordinary functions
get-histogram: Public compiler macros
get-histogram: Public ordinary functions
get-histogram-ext: Public compiler macros
get-histogram-ext: Public ordinary functions
get-histogram-parameter-fv: Public compiler macros
get-histogram-parameter-fv: Public ordinary functions
get-histogram-parameter-fv-ext: Public compiler macros
get-histogram-parameter-fv-ext: Public ordinary functions
get-histogram-parameter-iv: Public compiler macros
get-histogram-parameter-iv: Public ordinary functions
get-histogram-parameter-iv-ext: Public compiler macros
get-histogram-parameter-iv-ext: Public ordinary functions
get-histogram-parameter-xv-oes: Public compiler macros
get-histogram-parameter-xv-oes: Public ordinary functions
get-image-handle-arb: Public compiler macros
get-image-handle-arb: Public ordinary functions
get-image-handle-nv: Public compiler macros
get-image-handle-nv: Public ordinary functions
get-image-transform-parameter-fv-hp: Public compiler macros
get-image-transform-parameter-fv-hp: Public ordinary functions
get-image-transform-parameter-iv-hp: Public compiler macros
get-image-transform-parameter-iv-hp: Public ordinary functions
get-info-log-arb: Public ordinary functions
get-instruments-sgix: Public ordinary functions
get-integer: Public ordinary functions
get-integer-64: Private ordinary functions
get-integer-64-i: Private ordinary functions
get-integer-64-i-v: Public compiler macros
get-integer-64-i-v: Public ordinary functions
get-integer-64-v: Public compiler macros
get-integer-64-v: Public ordinary functions
get-integer-64-v-apple: Public compiler macros
get-integer-64-v-apple: Public ordinary functions
get-integer-64-v-ext: Public compiler macros
get-integer-64-v-ext: Public ordinary functions
get-integer-i: Private ordinary functions
get-integer-i-v: Public compiler macros
get-integer-i-v: Public ordinary functions
get-integer-i-v-ext: Public compiler macros
get-integer-i-v-ext: Public ordinary functions
get-integer-indexed-v-ext: Public compiler macros
get-integer-indexed-v-ext: Public ordinary functions
get-integer-ui64i-v-nv: Public compiler macros
get-integer-ui64i-v-nv: Public ordinary functions
get-integer-ui64v-nv: Public compiler macros
get-integer-ui64v-nv: Public ordinary functions
get-integer-v: Public compiler macros
get-integer-v: Public ordinary functions
get-internal-format: Public ordinary functions
get-internal-format-i64v: Public compiler macros
get-internal-format-i64v: Public ordinary functions
get-internal-format-iv: Public compiler macros
get-internal-format-iv: Public ordinary functions
get-internal-format-sample-iv-nv: Public compiler macros
get-internal-format-sample-iv-nv: Public ordinary functions
get-invariant-boolean-v-ext: Public compiler macros
get-invariant-boolean-v-ext: Public ordinary functions
get-invariant-float-v-ext: Public compiler macros
get-invariant-float-v-ext: Public ordinary functions
get-invariant-integer-v-ext: Public compiler macros
get-invariant-integer-v-ext: Public ordinary functions
get-light-fv: Public compiler macros
get-light-fv: Public ordinary functions
get-light-iv: Public compiler macros
get-light-iv: Public ordinary functions
get-light-x-oes: Public compiler macros
get-light-x-oes: Public ordinary functions
get-light-xv: Public compiler macros
get-light-xv: Public ordinary functions
get-light-xv-oes: Public compiler macros
get-light-xv-oes: Public ordinary functions
get-list-parameter-fv-sgix: Public compiler macros
get-list-parameter-fv-sgix: Public ordinary functions
get-list-parameter-iv-sgix: Public compiler macros
get-list-parameter-iv-sgix: Public ordinary functions
get-local-constant-boolean-v-ext: Public compiler macros
get-local-constant-boolean-v-ext: Public ordinary functions
get-local-constant-float-v-ext: Public compiler macros
get-local-constant-float-v-ext: Public ordinary functions
get-local-constant-integer-v-ext: Public compiler macros
get-local-constant-integer-v-ext: Public ordinary functions
get-map-attrib-parameter-fv-nv: Public compiler macros
get-map-attrib-parameter-fv-nv: Public ordinary functions
get-map-attrib-parameter-iv-nv: Public compiler macros
get-map-attrib-parameter-iv-nv: Public ordinary functions
get-map-control-points-nv: Public compiler macros
get-map-control-points-nv: Public ordinary functions
get-map-dv: Public compiler macros
get-map-dv: Public ordinary functions
get-map-fv: Public compiler macros
get-map-fv: Public ordinary functions
get-map-iv: Public compiler macros
get-map-iv: Public ordinary functions
get-map-parameter-fv-nv: Public compiler macros
get-map-parameter-fv-nv: Public ordinary functions
get-map-parameter-iv-nv: Public compiler macros
get-map-parameter-iv-nv: Public ordinary functions
get-map-xv-oes: Public compiler macros
get-map-xv-oes: Public ordinary functions
get-material-fv: Public compiler macros
get-material-fv: Public ordinary functions
get-material-iv: Public compiler macros
get-material-iv: Public ordinary functions
get-material-x-oes: Public compiler macros
get-material-x-oes: Public ordinary functions
get-material-xv: Public compiler macros
get-material-xv: Public ordinary functions
get-material-xv-oes: Public compiler macros
get-material-xv-oes: Public ordinary functions
get-memory-object-detached-resources-uiv-nv: Public compiler macros
get-memory-object-detached-resources-uiv-nv: Public ordinary functions
get-memory-object-parameter-iv-ext: Public compiler macros
get-memory-object-parameter-iv-ext: Public ordinary functions
get-minmax: Public compiler macros
get-minmax: Public ordinary functions
get-minmax-ext: Public compiler macros
get-minmax-ext: Public ordinary functions
get-minmax-parameter-fv: Public compiler macros
get-minmax-parameter-fv: Public ordinary functions
get-minmax-parameter-fv-ext: Public compiler macros
get-minmax-parameter-fv-ext: Public ordinary functions
get-minmax-parameter-iv: Public compiler macros
get-minmax-parameter-iv: Public ordinary functions
get-minmax-parameter-iv-ext: Public compiler macros
get-minmax-parameter-iv-ext: Public ordinary functions
get-multi-tex-env-fv-ext: Public compiler macros
get-multi-tex-env-fv-ext: Public ordinary functions
get-multi-tex-env-iv-ext: Public compiler macros
get-multi-tex-env-iv-ext: Public ordinary functions
get-multi-tex-gen-dv-ext: Public compiler macros
get-multi-tex-gen-dv-ext: Public ordinary functions
get-multi-tex-gen-fv-ext: Public compiler macros
get-multi-tex-gen-fv-ext: Public ordinary functions
get-multi-tex-gen-iv-ext: Public compiler macros
get-multi-tex-gen-iv-ext: Public ordinary functions
get-multi-tex-image-ext: Public compiler macros
get-multi-tex-image-ext: Public ordinary functions
get-multi-tex-level-parameter-fv-ext: Public compiler macros
get-multi-tex-level-parameter-fv-ext: Public ordinary functions
get-multi-tex-level-parameter-iv-ext: Public compiler macros
get-multi-tex-level-parameter-iv-ext: Public ordinary functions
get-multi-tex-parameter-fv-ext: Public compiler macros
get-multi-tex-parameter-fv-ext: Public ordinary functions
get-multi-tex-parameter-iiv-ext: Public compiler macros
get-multi-tex-parameter-iiv-ext: Public ordinary functions
get-multi-tex-parameter-iuiv-ext: Public compiler macros
get-multi-tex-parameter-iuiv-ext: Public ordinary functions
get-multi-tex-parameter-iv-ext: Public compiler macros
get-multi-tex-parameter-iv-ext: Public ordinary functions
get-multisample: Private ordinary functions
get-multisample-fv: Public compiler macros
get-multisample-fv: Public ordinary functions
get-multisample-fv-nv: Public compiler macros
get-multisample-fv-nv: Public ordinary functions
get-named-buffer-parameter-i64v: Public compiler macros
get-named-buffer-parameter-i64v: Public ordinary functions
get-named-buffer-parameter-iv: Public compiler macros
get-named-buffer-parameter-iv: Public ordinary functions
get-named-buffer-parameter-iv-ext: Public compiler macros
get-named-buffer-parameter-iv-ext: Public ordinary functions
get-named-buffer-parameter-ui64v-nv: Public compiler macros
get-named-buffer-parameter-ui64v-nv: Public ordinary functions
get-named-buffer-pointer-v: Public compiler macros
get-named-buffer-pointer-v: Public ordinary functions
get-named-buffer-pointer-v-ext: Public compiler macros
get-named-buffer-pointer-v-ext: Public ordinary functions
get-named-buffer-sub-data: Public ordinary functions
get-named-buffer-sub-data-ext: Public ordinary functions
get-named-framebuffer-attachment-parameter-iv: Public compiler macros
get-named-framebuffer-attachment-parameter-iv: Public ordinary functions
get-named-framebuffer-attachment-parameter-iv-ext: Public compiler macros
get-named-framebuffer-attachment-parameter-iv-ext: Public ordinary functions
get-named-framebuffer-parameter-fv-amd: Public compiler macros
get-named-framebuffer-parameter-fv-amd: Public ordinary functions
get-named-framebuffer-parameter-iv: Public compiler macros
get-named-framebuffer-parameter-iv: Public ordinary functions
get-named-framebuffer-parameter-iv-ext: Public compiler macros
get-named-framebuffer-parameter-iv-ext: Public ordinary functions
get-named-program-iv-ext: Public compiler macros
get-named-program-iv-ext: Public ordinary functions
get-named-program-local-parameter-dv-ext: Public compiler macros
get-named-program-local-parameter-dv-ext: Public ordinary functions
get-named-program-local-parameter-fv-ext: Public compiler macros
get-named-program-local-parameter-fv-ext: Public ordinary functions
get-named-program-local-parameter-iiv-ext: Public compiler macros
get-named-program-local-parameter-iiv-ext: Public ordinary functions
get-named-program-local-parameter-iuiv-ext: Public compiler macros
get-named-program-local-parameter-iuiv-ext: Public ordinary functions
get-named-program-string-ext: Public compiler macros
get-named-program-string-ext: Public ordinary functions
get-named-renderbuffer-parameter-iv: Public compiler macros
get-named-renderbuffer-parameter-iv: Public ordinary functions
get-named-renderbuffer-parameter-iv-ext: Public compiler macros
get-named-renderbuffer-parameter-iv-ext: Public ordinary functions
get-named-string-arb: Public ordinary functions
get-named-string-iv-arb: Public compiler macros
get-named-string-iv-arb: Public ordinary functions
get-next-perf-query-id-intel: Public ordinary functions
get-object-buffer-fv-ati: Public compiler macros
get-object-buffer-fv-ati: Public ordinary functions
get-object-buffer-iv-ati: Public compiler macros
get-object-buffer-iv-ati: Public ordinary functions
get-object-label: Public compiler macros
get-object-label: Public ordinary functions
get-object-label-ext: Public compiler macros
get-object-label-ext: Public ordinary functions
get-object-label-khr: Public compiler macros
get-object-label-khr: Public ordinary functions
get-object-parameter-fv-arb: Public compiler macros
get-object-parameter-fv-arb: Public ordinary functions
get-object-parameter-iv-apple: Public compiler macros
get-object-parameter-iv-apple: Public ordinary functions
get-object-parameter-iv-arb: Public compiler macros
get-object-parameter-iv-arb: Public ordinary functions
get-object-ptr-label: Public ordinary functions
get-object-ptr-label-khr: Public ordinary functions
get-occlusion-query-iv-nv: Public compiler macros
get-occlusion-query-iv-nv: Public ordinary functions
get-occlusion-query-uiv-nv: Public compiler macros
get-occlusion-query-uiv-nv: Public ordinary functions
get-path-color-gen-fv-nv: Public compiler macros
get-path-color-gen-fv-nv: Public ordinary functions
get-path-color-gen-iv-nv: Public compiler macros
get-path-color-gen-iv-nv: Public ordinary functions
get-path-commands-nv: Public ordinary functions
get-path-coords-nv: Public ordinary functions
get-path-dash-array-nv: Public ordinary functions
get-path-length-nv: Public ordinary functions
get-path-metric-range-nv: Public ordinary functions
get-path-metrics-nv: Public compiler macros
get-path-metrics-nv: Public ordinary functions
get-path-parameter-fv-nv: Public compiler macros
get-path-parameter-fv-nv: Public ordinary functions
get-path-parameter-iv-nv: Public compiler macros
get-path-parameter-iv-nv: Public ordinary functions
get-path-spacing-nv: Public compiler macros
get-path-spacing-nv: Public ordinary functions
get-path-tex-gen-fv-nv: Public compiler macros
get-path-tex-gen-fv-nv: Public ordinary functions
get-path-tex-gen-iv-nv: Public compiler macros
get-path-tex-gen-iv-nv: Public ordinary functions
get-perf-counter-info-intel: Public ordinary functions
get-perf-monitor-counter-data-amd: Public compiler macros
get-perf-monitor-counter-data-amd: Public ordinary functions
get-perf-monitor-counter-info-amd: Public compiler macros
get-perf-monitor-counter-info-amd: Public ordinary functions
get-perf-monitor-counter-string-amd: Public ordinary functions
get-perf-monitor-counters-amd: Public ordinary functions
get-perf-monitor-group-string-amd: Public ordinary functions
get-perf-monitor-groups-amd: Public ordinary functions
get-perf-query-data-intel: Public ordinary functions
get-perf-query-id-by-name-intel: Public ordinary functions
get-perf-query-info-intel: Public ordinary functions
get-pixel-map-fv: Public compiler macros
get-pixel-map-fv: Public ordinary functions
get-pixel-map-uiv: Public compiler macros
get-pixel-map-uiv: Public ordinary functions
get-pixel-map-usv: Public compiler macros
get-pixel-map-usv: Public ordinary functions
get-pixel-map-xv: Public compiler macros
get-pixel-map-xv: Public ordinary functions
get-pixel-tex-gen-parameter-fv-sgis: Public compiler macros
get-pixel-tex-gen-parameter-fv-sgis: Public ordinary functions
get-pixel-tex-gen-parameter-iv-sgis: Public compiler macros
get-pixel-tex-gen-parameter-iv-sgis: Public ordinary functions
get-pixel-transform-parameter-fv-ext: Public compiler macros
get-pixel-transform-parameter-fv-ext: Public ordinary functions
get-pixel-transform-parameter-iv-ext: Public compiler macros
get-pixel-transform-parameter-iv-ext: Public ordinary functions
get-pointer: Private ordinary functions
get-pointer-i-v-ext: Public compiler macros
get-pointer-i-v-ext: Public ordinary functions
get-pointer-indexed-v-ext: Public compiler macros
get-pointer-indexed-v-ext: Public ordinary functions
get-pointer-v: Public compiler macros
get-pointer-v: Public ordinary functions
get-pointer-v-ext: Public compiler macros
get-pointer-v-ext: Public ordinary functions
get-pointer-v-khr: Public compiler macros
get-pointer-v-khr: Public ordinary functions
get-polygon-stipple: Public ordinary functions
get-program: Public ordinary functions
get-program-aux: Private ordinary functions
get-program-binary: Public ordinary functions
get-program-binary-oes: Public ordinary functions
get-program-env-parameter-dv-arb: Public compiler macros
get-program-env-parameter-dv-arb: Public ordinary functions
get-program-env-parameter-fv-arb: Public compiler macros
get-program-env-parameter-fv-arb: Public ordinary functions
get-program-env-parameter-iiv-nv: Public compiler macros
get-program-env-parameter-iiv-nv: Public ordinary functions
get-program-env-parameter-iuiv-nv: Public compiler macros
get-program-env-parameter-iuiv-nv: Public ordinary functions
get-program-info-log: Public ordinary functions
get-program-info-log: Public ordinary functions
get-program-interface-iv: Public compiler macros
get-program-interface-iv: Public ordinary functions
get-program-iv: Public compiler macros
get-program-iv: Public ordinary functions
get-program-iv-arb: Public compiler macros
get-program-iv-arb: Public ordinary functions
get-program-iv-nv: Public compiler macros
get-program-iv-nv: Public ordinary functions
get-program-local-parameter-dv-arb: Public compiler macros
get-program-local-parameter-dv-arb: Public ordinary functions
get-program-local-parameter-fv-arb: Public compiler macros
get-program-local-parameter-fv-arb: Public ordinary functions
get-program-local-parameter-iiv-nv: Public compiler macros
get-program-local-parameter-iiv-nv: Public ordinary functions
get-program-local-parameter-iuiv-nv: Public compiler macros
get-program-local-parameter-iuiv-nv: Public ordinary functions
get-program-named-parameter-dv-nv: Public ordinary functions
get-program-named-parameter-fv-nv: Public ordinary functions
get-program-parameter-dv-nv: Public compiler macros
get-program-parameter-dv-nv: Public ordinary functions
get-program-parameter-fv-nv: Public compiler macros
get-program-parameter-fv-nv: Public ordinary functions
get-program-pipeline-info-log: Public ordinary functions
get-program-pipeline-info-log-ext: Public ordinary functions
get-program-pipeline-iv: Public compiler macros
get-program-pipeline-iv: Public ordinary functions
get-program-pipeline-iv-ext: Public ordinary functions
get-program-resource-fv-nv: Public compiler macros
get-program-resource-fv-nv: Public ordinary functions
get-program-resource-index: Public compiler macros
get-program-resource-index: Public ordinary functions
get-program-resource-index: Public ordinary functions
get-program-resource-iv: Public compiler macros
get-program-resource-iv: Public ordinary functions
get-program-resource-location: Public compiler macros
get-program-resource-location: Public ordinary functions
get-program-resource-location-index: Public compiler macros
get-program-resource-location-index: Public ordinary functions
get-program-resource-location-index-ext: Public compiler macros
get-program-resource-location-index-ext: Public ordinary functions
get-program-resource-name: Public compiler macros
get-program-resource-name: Public ordinary functions
get-program-stage-iv: Public compiler macros
get-program-stage-iv: Public ordinary functions
get-program-string-arb: Public compiler macros
get-program-string-arb: Public ordinary functions
get-program-string-nv: Public compiler macros
get-program-string-nv: Public ordinary functions
get-program-subroutine-parameter-uiv-nv: Public compiler macros
get-program-subroutine-parameter-uiv-nv: Public ordinary functions
get-query-buffer-object-i64v: Public compiler macros
get-query-buffer-object-i64v: Public ordinary functions
get-query-buffer-object-iv: Public compiler macros
get-query-buffer-object-iv: Public ordinary functions
get-query-buffer-object-ui64v: Public compiler macros
get-query-buffer-object-ui64v: Public ordinary functions
get-query-buffer-object-uiv: Public compiler macros
get-query-buffer-object-uiv: Public ordinary functions
get-query-indexed-iv: Public compiler macros
get-query-indexed-iv: Public ordinary functions
get-query-iv: Public compiler macros
get-query-iv: Public ordinary functions
get-query-iv-arb: Public compiler macros
get-query-iv-arb: Public ordinary functions
get-query-iv-ext: Public compiler macros
get-query-iv-ext: Public ordinary functions
get-query-object: Public ordinary functions
get-query-object-i64v: Public compiler macros
get-query-object-i64v: Public ordinary functions
get-query-object-i64v-ext: Public compiler macros
get-query-object-i64v-ext: Public ordinary functions
get-query-object-iv: Public compiler macros
get-query-object-iv: Public ordinary functions
get-query-object-iv-arb: Public compiler macros
get-query-object-iv-arb: Public ordinary functions
get-query-object-iv-ext: Public compiler macros
get-query-object-iv-ext: Public ordinary functions
get-query-object-ui64v: Public compiler macros
get-query-object-ui64v: Public ordinary functions
get-query-object-ui64v-ext: Public compiler macros
get-query-object-ui64v-ext: Public ordinary functions
get-query-object-uiv: Public compiler macros
get-query-object-uiv: Public ordinary functions
get-query-object-uiv-arb: Public compiler macros
get-query-object-uiv-arb: Public ordinary functions
get-query-object-uiv-ext: Public compiler macros
get-query-object-uiv-ext: Public ordinary functions
get-renderbuffer-parameter-iv: Public compiler macros
get-renderbuffer-parameter-iv: Public ordinary functions
get-renderbuffer-parameter-iv-ext: Public compiler macros
get-renderbuffer-parameter-iv-ext: Public ordinary functions
get-renderbuffer-parameter-iv-oes: Public compiler macros
get-renderbuffer-parameter-iv-oes: Public ordinary functions
get-sampler-parameter-fv: Public compiler macros
get-sampler-parameter-fv: Public ordinary functions
get-sampler-parameter-iiv: Public compiler macros
get-sampler-parameter-iiv: Public ordinary functions
get-sampler-parameter-iiv-ext: Public compiler macros
get-sampler-parameter-iiv-ext: Public ordinary functions
get-sampler-parameter-iiv-oes: Public compiler macros
get-sampler-parameter-iiv-oes: Public ordinary functions
get-sampler-parameter-iuiv: Public compiler macros
get-sampler-parameter-iuiv: Public ordinary functions
get-sampler-parameter-iuiv-ext: Public compiler macros
get-sampler-parameter-iuiv-ext: Public ordinary functions
get-sampler-parameter-iuiv-oes: Public compiler macros
get-sampler-parameter-iuiv-oes: Public ordinary functions
get-sampler-parameter-iv: Public compiler macros
get-sampler-parameter-iv: Public ordinary functions
get-semaphore-parameter-iv-nv: Public compiler macros
get-semaphore-parameter-iv-nv: Public ordinary functions
get-semaphore-parameter-ui64v-ext: Public compiler macros
get-semaphore-parameter-ui64v-ext: Public ordinary functions
get-separable-filter: Public compiler macros
get-separable-filter: Public ordinary functions
get-separable-filter-ext: Public compiler macros
get-separable-filter-ext: Public ordinary functions
get-shader: Public ordinary functions
get-shader-aux: Private ordinary functions
get-shader-info-log: Public ordinary functions
get-shader-info-log: Public ordinary functions
get-shader-iv: Public compiler macros
get-shader-iv: Public ordinary functions
get-shader-precision-format: Public compiler macros
get-shader-precision-format: Public ordinary functions
get-shader-source: Public ordinary functions
get-shader-source: Public ordinary functions
get-shader-source-arb: Public ordinary functions
get-shading-rate-image-palette-nv: Public ordinary functions
get-shading-rate-sample-location-iv-nv: Public compiler macros
get-shading-rate-sample-location-iv-nv: Public ordinary functions
get-sharpen-tex-func-sgis: Public compiler macros
get-sharpen-tex-func-sgis: Public ordinary functions
get-stage-index-nv: Public compiler macros
get-stage-index-nv: Public ordinary functions
get-string: Public compiler macros
get-string: Public ordinary functions
get-string-i: Public compiler macros
get-string-i: Public ordinary functions
get-subroutine-index: Public compiler macros
get-subroutine-index: Public ordinary functions
get-subroutine-uniform-location: Public compiler macros
get-subroutine-uniform-location: Public ordinary functions
get-sync-iv: Public compiler macros
get-sync-iv: Public ordinary functions
get-sync-iv-apple: Public compiler macros
get-sync-iv-apple: Public ordinary functions
get-tex-bump-parameter-fv-ati: Public compiler macros
get-tex-bump-parameter-fv-ati: Public ordinary functions
get-tex-bump-parameter-iv-ati: Public compiler macros
get-tex-bump-parameter-iv-ati: Public ordinary functions
get-tex-env-fv: Public compiler macros
get-tex-env-fv: Public ordinary functions
get-tex-env-iv: Public compiler macros
get-tex-env-iv: Public ordinary functions
get-tex-env-xv: Public compiler macros
get-tex-env-xv: Public ordinary functions
get-tex-env-xv-oes: Public compiler macros
get-tex-env-xv-oes: Public ordinary functions
get-tex-filter-func-sgis: Public compiler macros
get-tex-filter-func-sgis: Public ordinary functions
get-tex-gen-dv: Public compiler macros
get-tex-gen-dv: Public ordinary functions
get-tex-gen-fv: Public compiler macros
get-tex-gen-fv: Public ordinary functions
get-tex-gen-fv-oes: Public compiler macros
get-tex-gen-fv-oes: Public ordinary functions
get-tex-gen-iv: Public compiler macros
get-tex-gen-iv: Public ordinary functions
get-tex-gen-iv-oes: Public compiler macros
get-tex-gen-iv-oes: Public ordinary functions
get-tex-gen-xv-oes: Public compiler macros
get-tex-gen-xv-oes: Public ordinary functions
get-tex-image: Public compiler macros
get-tex-image: Public ordinary functions
get-tex-level-parameter: Public ordinary functions
get-tex-level-parameter-fv: Public compiler macros
get-tex-level-parameter-fv: Public ordinary functions
get-tex-level-parameter-iv: Public compiler macros
get-tex-level-parameter-iv: Public ordinary functions
get-tex-level-parameter-xv-oes: Public compiler macros
get-tex-level-parameter-xv-oes: Public ordinary functions
get-tex-parameter: Public ordinary functions
get-tex-parameter-fv: Public compiler macros
get-tex-parameter-fv: Public ordinary functions
get-tex-parameter-iiv: Public compiler macros
get-tex-parameter-iiv: Public ordinary functions
get-tex-parameter-iiv-ext: Public compiler macros
get-tex-parameter-iiv-ext: Public ordinary functions
get-tex-parameter-iiv-oes: Public compiler macros
get-tex-parameter-iiv-oes: Public ordinary functions
get-tex-parameter-iuiv: Public compiler macros
get-tex-parameter-iuiv: Public ordinary functions
get-tex-parameter-iuiv-ext: Public compiler macros
get-tex-parameter-iuiv-ext: Public ordinary functions
get-tex-parameter-iuiv-oes: Public compiler macros
get-tex-parameter-iuiv-oes: Public ordinary functions
get-tex-parameter-iv: Public compiler macros
get-tex-parameter-iv: Public ordinary functions
get-tex-parameter-pointer-v-apple: Public compiler macros
get-tex-parameter-pointer-v-apple: Public ordinary functions
get-tex-parameter-xv: Public compiler macros
get-tex-parameter-xv: Public ordinary functions
get-tex-parameter-xv-oes: Public compiler macros
get-tex-parameter-xv-oes: Public ordinary functions
get-texture-handle-arb: Public ordinary functions
get-texture-handle-img: Public ordinary functions
get-texture-handle-nv: Public ordinary functions
get-texture-image: Public compiler macros
get-texture-image: Public ordinary functions
get-texture-image-ext: Public compiler macros
get-texture-image-ext: Public ordinary functions
get-texture-level-parameter: Public ordinary functions
get-texture-level-parameter-fv: Public compiler macros
get-texture-level-parameter-fv: Public ordinary functions
get-texture-level-parameter-fv-ext: Public compiler macros
get-texture-level-parameter-fv-ext: Public ordinary functions
get-texture-level-parameter-iv: Public compiler macros
get-texture-level-parameter-iv: Public ordinary functions
get-texture-level-parameter-iv-ext: Public compiler macros
get-texture-level-parameter-iv-ext: Public ordinary functions
get-texture-parameter: Public ordinary functions
get-texture-parameter-fv: Public compiler macros
get-texture-parameter-fv: Public ordinary functions
get-texture-parameter-fv-ext: Public compiler macros
get-texture-parameter-fv-ext: Public ordinary functions
get-texture-parameter-iiv: Public compiler macros
get-texture-parameter-iiv: Public ordinary functions
get-texture-parameter-iiv-ext: Public compiler macros
get-texture-parameter-iiv-ext: Public ordinary functions
get-texture-parameter-iuiv: Public compiler macros
get-texture-parameter-iuiv: Public ordinary functions
get-texture-parameter-iuiv-ext: Public compiler macros
get-texture-parameter-iuiv-ext: Public ordinary functions
get-texture-parameter-iv: Public compiler macros
get-texture-parameter-iv: Public ordinary functions
get-texture-parameter-iv-ext: Public compiler macros
get-texture-parameter-iv-ext: Public ordinary functions
get-texture-sampler-handle-arb: Public ordinary functions
get-texture-sampler-handle-img: Public ordinary functions
get-texture-sampler-handle-nv: Public ordinary functions
get-texture-sub-image: Public compiler macros
get-texture-sub-image: Public ordinary functions
get-track-matrix-iv-nv: Public compiler macros
get-track-matrix-iv-nv: Public ordinary functions
get-transform-feedback-i-v: Public compiler macros
get-transform-feedback-i-v: Public ordinary functions
get-transform-feedback-i64-v: Public compiler macros
get-transform-feedback-i64-v: Public ordinary functions
get-transform-feedback-iv: Public compiler macros
get-transform-feedback-iv: Public ordinary functions
get-transform-feedback-varying: Public ordinary functions
get-transform-feedback-varying-ext: Public ordinary functions
get-transform-feedback-varying-nv: Public ordinary functions
get-translated-shader-source-angle: Public ordinary functions
get-uniform-block-index: Public ordinary functions
get-uniform-block-index: Public ordinary functions
get-uniform-buffer-size-ext: Public ordinary functions
get-uniform-dv: Public ordinary functions
get-uniform-fv: Public ordinary functions
get-uniform-fv-arb: Public ordinary functions
get-uniform-i64v-arb: Public ordinary functions
get-uniform-i64v-nv: Public ordinary functions
get-uniform-indices: Public ordinary functions
get-uniform-iv: Public ordinary functions
get-uniform-iv-arb: Public ordinary functions
get-uniform-location: Public ordinary functions
get-uniform-location: Public ordinary functions
get-uniform-location-arb: Public ordinary functions
get-uniform-offset-ext: Public ordinary functions
get-uniform-subroutine-uiv: Public compiler macros
get-uniform-subroutine-uiv: Public ordinary functions
get-uniform-ui64v-arb: Public ordinary functions
get-uniform-ui64v-nv: Public ordinary functions
get-uniform-uiv: Public ordinary functions
get-uniform-uiv-ext: Public ordinary functions
get-unsigned-byte-i-v-ext: Public compiler macros
get-unsigned-byte-i-v-ext: Public ordinary functions
get-unsigned-byte-v-ext: Public compiler macros
get-unsigned-byte-v-ext: Public ordinary functions
get-variant-array-object-fv-ati: Public compiler macros
get-variant-array-object-fv-ati: Public ordinary functions
get-variant-array-object-iv-ati: Public compiler macros
get-variant-array-object-iv-ati: Public ordinary functions
get-variant-boolean-v-ext: Public compiler macros
get-variant-boolean-v-ext: Public ordinary functions
get-variant-float-v-ext: Public compiler macros
get-variant-float-v-ext: Public ordinary functions
get-variant-integer-v-ext: Public compiler macros
get-variant-integer-v-ext: Public ordinary functions
get-variant-pointer-v-ext: Public compiler macros
get-variant-pointer-v-ext: Public ordinary functions
get-varying-location-nv: Public ordinary functions
get-vertex-array-indexed-64iv: Public compiler macros
get-vertex-array-indexed-64iv: Public ordinary functions
get-vertex-array-indexed-iv: Public compiler macros
get-vertex-array-indexed-iv: Public ordinary functions
get-vertex-array-integer-i-v-ext: Public compiler macros
get-vertex-array-integer-i-v-ext: Public ordinary functions
get-vertex-array-integer-v-ext: Public compiler macros
get-vertex-array-integer-v-ext: Public ordinary functions
get-vertex-array-iv: Public compiler macros
get-vertex-array-iv: Public ordinary functions
get-vertex-array-pointer-i-v-ext: Public compiler macros
get-vertex-array-pointer-i-v-ext: Public ordinary functions
get-vertex-array-pointer-v-ext: Public compiler macros
get-vertex-array-pointer-v-ext: Public ordinary functions
get-vertex-attrib-array-object-fv-ati: Public compiler macros
get-vertex-attrib-array-object-fv-ati: Public ordinary functions
get-vertex-attrib-array-object-iv-ati: Public compiler macros
get-vertex-attrib-array-object-iv-ati: Public ordinary functions
get-vertex-attrib-boolean: Private ordinary functions
get-vertex-attrib-dv: Public compiler macros
get-vertex-attrib-dv: Public ordinary functions
get-vertex-attrib-dv-arb: Public compiler macros
get-vertex-attrib-dv-arb: Public ordinary functions
get-vertex-attrib-dv-nv: Public compiler macros
get-vertex-attrib-dv-nv: Public ordinary functions
get-vertex-attrib-enum: Private ordinary functions
get-vertex-attrib-float: Private ordinary functions
get-vertex-attrib-fv: Public compiler macros
get-vertex-attrib-fv: Public ordinary functions
get-vertex-attrib-fv-arb: Public compiler macros
get-vertex-attrib-fv-arb: Public ordinary functions
get-vertex-attrib-fv-nv: Public compiler macros
get-vertex-attrib-fv-nv: Public ordinary functions
get-vertex-attrib-iiv: Public compiler macros
get-vertex-attrib-iiv: Public ordinary functions
get-vertex-attrib-iiv-ext: Public compiler macros
get-vertex-attrib-iiv-ext: Public ordinary functions
get-vertex-attrib-integer: Private ordinary functions
get-vertex-attrib-iuiv: Public compiler macros
get-vertex-attrib-iuiv: Public ordinary functions
get-vertex-attrib-iuiv-ext: Public compiler macros
get-vertex-attrib-iuiv-ext: Public ordinary functions
get-vertex-attrib-iv: Public compiler macros
get-vertex-attrib-iv: Public ordinary functions
get-vertex-attrib-iv-arb: Public compiler macros
get-vertex-attrib-iv-arb: Public ordinary functions
get-vertex-attrib-iv-nv: Public compiler macros
get-vertex-attrib-iv-nv: Public ordinary functions
get-vertex-attrib-ldv: Public compiler macros
get-vertex-attrib-ldv: Public ordinary functions
get-vertex-attrib-ldv-ext: Public compiler macros
get-vertex-attrib-ldv-ext: Public ordinary functions
get-vertex-attrib-li64v-nv: Public compiler macros
get-vertex-attrib-li64v-nv: Public ordinary functions
get-vertex-attrib-lui64v-arb: Public compiler macros
get-vertex-attrib-lui64v-arb: Public ordinary functions
get-vertex-attrib-lui64v-nv: Public compiler macros
get-vertex-attrib-lui64v-nv: Public ordinary functions
get-vertex-attrib-pointer: Private ordinary functions
get-vertex-attrib-pointer-v: Public compiler macros
get-vertex-attrib-pointer-v: Public ordinary functions
get-vertex-attrib-pointer-v-arb: Public compiler macros
get-vertex-attrib-pointer-v-arb: Public ordinary functions
get-vertex-attrib-pointer-v-nv: Public compiler macros
get-vertex-attrib-pointer-v-nv: Public ordinary functions
get-video-capture-iv-nv: Public compiler macros
get-video-capture-iv-nv: Public ordinary functions
get-video-capture-stream-dv-nv: Public compiler macros
get-video-capture-stream-dv-nv: Public ordinary functions
get-video-capture-stream-fv-nv: Public compiler macros
get-video-capture-stream-fv-nv: Public ordinary functions
get-video-capture-stream-iv-nv: Public compiler macros
get-video-capture-stream-iv-nv: Public ordinary functions
get-video-i64v-nv: Public compiler macros
get-video-i64v-nv: Public ordinary functions
get-video-iv-nv: Public compiler macros
get-video-iv-nv: Public ordinary functions
get-video-ui64v-nv: Public compiler macros
get-video-ui64v-nv: Public ordinary functions
get-video-uiv-nv: Public compiler macros
get-video-uiv-nv: Public ordinary functions
get-vk-proc-addr-nv: Public ordinary functions
getn-color-table: Public compiler macros
getn-color-table: Public ordinary functions
getn-color-table-arb: Public compiler macros
getn-color-table-arb: Public ordinary functions
getn-compressed-tex-image: Public compiler macros
getn-compressed-tex-image: Public ordinary functions
getn-compressed-tex-image-arb: Public compiler macros
getn-compressed-tex-image-arb: Public ordinary functions
getn-convolution-filter: Public compiler macros
getn-convolution-filter: Public ordinary functions
getn-convolution-filter-arb: Public compiler macros
getn-convolution-filter-arb: Public ordinary functions
getn-histogram: Public compiler macros
getn-histogram: Public ordinary functions
getn-histogram-arb: Public compiler macros
getn-histogram-arb: Public ordinary functions
getn-map-dv: Public compiler macros
getn-map-dv: Public ordinary functions
getn-map-dv-arb: Public compiler macros
getn-map-dv-arb: Public ordinary functions
getn-map-fv: Public compiler macros
getn-map-fv: Public ordinary functions
getn-map-fv-arb: Public compiler macros
getn-map-fv-arb: Public ordinary functions
getn-map-iv: Public compiler macros
getn-map-iv: Public ordinary functions
getn-map-iv-arb: Public compiler macros
getn-map-iv-arb: Public ordinary functions
getn-minmax: Public compiler macros
getn-minmax: Public ordinary functions
getn-minmax-arb: Public compiler macros
getn-minmax-arb: Public ordinary functions
getn-pixel-map-fv: Public compiler macros
getn-pixel-map-fv: Public ordinary functions
getn-pixel-map-fv-arb: Public compiler macros
getn-pixel-map-fv-arb: Public ordinary functions
getn-pixel-map-uiv: Public compiler macros
getn-pixel-map-uiv: Public ordinary functions
getn-pixel-map-uiv-arb: Public compiler macros
getn-pixel-map-uiv-arb: Public ordinary functions
getn-pixel-map-usv: Public compiler macros
getn-pixel-map-usv: Public ordinary functions
getn-pixel-map-usv-arb: Public compiler macros
getn-pixel-map-usv-arb: Public ordinary functions
getn-polygon-stipple: Public ordinary functions
getn-polygon-stipple-arb: Public ordinary functions
getn-separable-filter: Public compiler macros
getn-separable-filter: Public ordinary functions
getn-separable-filter-arb: Public compiler macros
getn-separable-filter-arb: Public ordinary functions
getn-tex-image: Public compiler macros
getn-tex-image: Public ordinary functions
getn-tex-image-arb: Public compiler macros
getn-tex-image-arb: Public ordinary functions
getn-uniform-dv: Public ordinary functions
getn-uniform-dv-arb: Public ordinary functions
getn-uniform-fv: Public ordinary functions
getn-uniform-fv-arb: Public ordinary functions
getn-uniform-fv-khr: Public ordinary functions
getn-uniform-i64v-arb: Public ordinary functions
getn-uniform-iv: Public ordinary functions
getn-uniform-iv-arb: Public ordinary functions
getn-uniform-iv-khr: Public ordinary functions
getn-uniform-ui64v-arb: Public ordinary functions
getn-uniform-uiv: Public ordinary functions
getn-uniform-uiv-arb: Public ordinary functions
getn-uniform-uiv-khr: Public ordinary functions
getn-uniformfv-ext: Public ordinary functions
getn-uniformiv-ext: Public ordinary functions
gl-array-byte-size: Public ordinary functions
gl-array-p: Private ordinary functions
gl-array-pointer: Private ordinary functions
gl-array-pointer-offset: Private ordinary functions
gl-array-size: Private ordinary functions
gl-array-type: Private ordinary functions
gl-get-proc-address: Private ordinary functions
gl-version: Public ordinary functions
gl-vertex-array-binder: Private ordinary functions
gl-vertex-array-p: Private ordinary functions
gl-vertex-array-pointer: Private ordinary functions
gl-vertex-array-size: Private ordinary functions
gl-vertex-array-type: Private ordinary functions
gl3-extension-present-p: Public ordinary functions
gl3-major-version: Public ordinary functions
gl3-minor-version: Public ordinary functions
glaref: Public ordinary functions
global-alpha-factor-b-sun: Public ordinary functions
global-alpha-factor-d-sun: Public ordinary functions
global-alpha-factor-f-sun: Public ordinary functions
global-alpha-factor-i-sun: Public ordinary functions
global-alpha-factor-s-sun: Public ordinary functions
global-alpha-factor-ub-sun: Public ordinary functions
global-alpha-factor-ui-sun: Public ordinary functions
global-alpha-factor-us-sun: Public ordinary functions
glsl-major-version: Public ordinary functions
glsl-minor-version: Public ordinary functions
glsl-version: Public ordinary functions
glx-get-proc-address: Private ordinary functions

H
hint: Public compiler macros
hint: Public ordinary functions
hint-pgi: Public compiler macros
hint-pgi: Public ordinary functions
histogram: Public compiler macros
histogram: Public ordinary functions
histogram-ext: Public compiler macros
histogram-ext: Public ordinary functions

I
igloo-interface-sgix: Public compiler macros
igloo-interface-sgix: Public ordinary functions
image-transform-parameter-f-hp: Public compiler macros
image-transform-parameter-f-hp: Public ordinary functions
image-transform-parameter-fv-hp: Public compiler macros
image-transform-parameter-fv-hp: Public ordinary functions
image-transform-parameter-i-hp: Public compiler macros
image-transform-parameter-i-hp: Public ordinary functions
image-transform-parameter-iv-hp: Public compiler macros
image-transform-parameter-iv-hp: Public ordinary functions
import-export: Private macros
import-memory-fd-ext: Public compiler macros
import-memory-fd-ext: Public ordinary functions
import-memory-win32-handle-ext: Public compiler macros
import-memory-win32-handle-ext: Public ordinary functions
import-memory-win32-name-ext: Public compiler macros
import-memory-win32-name-ext: Public ordinary functions
import-semaphore-fd-ext: Public compiler macros
import-semaphore-fd-ext: Public ordinary functions
import-semaphore-win32-handle-ext: Public compiler macros
import-semaphore-win32-handle-ext: Public ordinary functions
import-semaphore-win32-name-ext: Public compiler macros
import-semaphore-win32-name-ext: Public ordinary functions
import-sync-ext: Public compiler macros
import-sync-ext: Public ordinary functions
index: Public ordinary functions
index-d: Public ordinary functions
index-dv: Public ordinary functions
index-f: Public ordinary functions
index-format-nv: Public compiler macros
index-format-nv: Public ordinary functions
index-func-ext: Public compiler macros
index-func-ext: Public ordinary functions
index-fv: Public ordinary functions
index-i: Public ordinary functions
index-iv: Public ordinary functions
index-mask: Public ordinary functions
index-material-ext: Public compiler macros
index-material-ext: Public ordinary functions
index-pointer: Public compiler macros
index-pointer: Public ordinary functions
index-pointer-ext: Public compiler macros
index-pointer-ext: Public ordinary functions
index-pointer-list-ibm: Public compiler macros
index-pointer-list-ibm: Public ordinary functions
index-s: Public ordinary functions
index-sv: Public ordinary functions
index-ub: Public ordinary functions
index-ubv: Public ordinary functions
index-x-oes: Public ordinary functions
index-xv-oes: Public ordinary functions
init-names: Public ordinary functions
insert-component-ext: Public ordinary functions
insert-event-marker-ext: Public ordinary functions
instruments-buffer-sgix: Public ordinary functions
interleaved-arrays: Public compiler macros
interleaved-arrays: Public ordinary functions
internal-format->int: Private ordinary functions
interpolate-paths-nv: Public ordinary functions
invalidate-buffer-data: Public ordinary functions
invalidate-buffer-sub-data: Public ordinary functions
invalidate-framebuffer: Public compiler macros
invalidate-framebuffer: Public ordinary functions
invalidate-named-framebuffer-data: Public ordinary functions
invalidate-named-framebuffer-sub-data: Public ordinary functions
invalidate-sub-framebuffer: Public compiler macros
invalidate-sub-framebuffer: Public ordinary functions
invalidate-tex-image: Public ordinary functions
invalidate-tex-sub-image: Public ordinary functions
is-async-marker-sgix: Public ordinary functions
is-buffer: Public ordinary functions
is-buffer-arb: Public ordinary functions
is-buffer-resident-nv: Public compiler macros
is-buffer-resident-nv: Public ordinary functions
is-command-list-nv: Public ordinary functions
is-enabled: Public compiler macros
is-enabled: Public ordinary functions
is-enabled-i: Public compiler macros
is-enabled-i: Public ordinary functions
is-enabled-i-ext: Public compiler macros
is-enabled-i-ext: Public ordinary functions
is-enabled-i-nv: Public compiler macros
is-enabled-i-nv: Public ordinary functions
is-enabled-i-oes: Public compiler macros
is-enabled-i-oes: Public ordinary functions
is-enabled-indexed-ext: Public compiler macros
is-enabled-indexed-ext: Public ordinary functions
is-fence-apple: Public ordinary functions
is-fence-nv: Public ordinary functions
is-framebuffer: Public ordinary functions
is-framebuffer-ext: Public ordinary functions
is-framebuffer-oes: Public ordinary functions
is-image-handle-resident-arb: Public ordinary functions
is-image-handle-resident-nv: Public ordinary functions
is-list: Public ordinary functions
is-memory-object-ext: Public ordinary functions
is-name-amd: Public compiler macros
is-name-amd: Public ordinary functions
is-named-buffer-resident-nv: Public ordinary functions
is-named-string-arb: Public ordinary functions
is-object-buffer-ati: Public ordinary functions
is-occlusion-query-nv: Public ordinary functions
is-path-nv: Public ordinary functions
is-point-in-fill-path-nv: Public ordinary functions
is-point-in-stroke-path-nv: Public ordinary functions
is-program: Public ordinary functions
is-program-arb: Public ordinary functions
is-program-nv: Public ordinary functions
is-program-pipeline: Public ordinary functions
is-program-pipeline-ext: Public ordinary functions
is-query: Public ordinary functions
is-query-arb: Public ordinary functions
is-query-ext: Public ordinary functions
is-renderbuffer: Public ordinary functions
is-renderbuffer-ext: Public ordinary functions
is-renderbuffer-oes: Public ordinary functions
is-sampler: Public ordinary functions
is-semaphore-ext: Public ordinary functions
is-shader: Public ordinary functions
is-state-nv: Public ordinary functions
is-sync: Public ordinary functions
is-sync-apple: Public ordinary functions
is-texture: Public ordinary functions
is-texture-ext: Public ordinary functions
is-texture-handle-resident-arb: Public ordinary functions
is-texture-handle-resident-nv: Public ordinary functions
is-transform-feedback: Public ordinary functions
is-transform-feedback-nv: Public ordinary functions
is-variant-enabled-ext: Public compiler macros
is-variant-enabled-ext: Public ordinary functions
is-vertex-array: Public ordinary functions
is-vertex-array-apple: Public ordinary functions
is-vertex-array-oes: Public ordinary functions
is-vertex-attrib-enabled-apple: Public compiler macros
is-vertex-attrib-enabled-apple: Public ordinary functions

L
label-object-ext: Public compiler macros
label-object-ext: Public ordinary functions
lgpu-copy-image-sub-data-nvx: Public compiler macros
lgpu-copy-image-sub-data-nvx: Public ordinary functions
lgpu-interlock-nvx: Public ordinary functions
lgpu-named-buffer-sub-data-nvx: Public ordinary functions
light: Public ordinary functions
light-env-i-sgix: Public compiler macros
light-env-i-sgix: Public ordinary functions
light-f: Public compiler macros
light-f: Public ordinary functions
light-fv: Public compiler macros
light-fv: Public ordinary functions
light-i: Public compiler macros
light-i: Public ordinary functions
light-iv: Public compiler macros
light-iv: Public ordinary functions
light-model: Public ordinary functions
light-model-f: Public compiler macros
light-model-f: Public ordinary functions
light-model-fv: Public compiler macros
light-model-fv: Public ordinary functions
light-model-i: Public compiler macros
light-model-i: Public ordinary functions
light-model-iv: Public compiler macros
light-model-iv: Public ordinary functions
light-model-x: Public compiler macros
light-model-x: Public ordinary functions
light-model-x-oes: Public compiler macros
light-model-x-oes: Public ordinary functions
light-model-xv: Public compiler macros
light-model-xv: Public ordinary functions
light-model-xv-oes: Public compiler macros
light-model-xv-oes: Public ordinary functions
light-x: Public compiler macros
light-x: Public ordinary functions
light-x-oes: Public compiler macros
light-x-oes: Public ordinary functions
light-xv: Public compiler macros
light-xv: Public ordinary functions
light-xv-oes: Public compiler macros
light-xv-oes: Public ordinary functions
line-stipple: Public ordinary functions
line-width: Public ordinary functions
line-width-x: Public ordinary functions
line-width-x-oes: Public ordinary functions
link-program: Public ordinary functions
link-program-arb: Public ordinary functions
list-base: Public ordinary functions
list-draw-commands-states-client-nv: Public ordinary functions
list-parameter-f-sgix: Public compiler macros
list-parameter-f-sgix: Public ordinary functions
list-parameter-fv-sgix: Public compiler macros
list-parameter-fv-sgix: Public ordinary functions
list-parameter-i-sgix: Public compiler macros
list-parameter-i-sgix: Public ordinary functions
list-parameter-iv-sgix: Public compiler macros
list-parameter-iv-sgix: Public ordinary functions
load-identity: Public ordinary functions
load-identity-deformation-map-sgix: Public ordinary functions
load-matrix: Public ordinary functions
load-matrix-d: Public ordinary functions
load-matrix-f: Public ordinary functions
load-matrix-x: Public ordinary functions
load-matrix-x-oes: Public ordinary functions
load-name: Public ordinary functions
load-opengl-library: Public ordinary functions
load-palette-from-model-view-matrix-oes: Public ordinary functions
load-program-nv: Public compiler macros
load-program-nv: Public ordinary functions
load-transpose-matrix: Public ordinary functions
load-transpose-matrix-d: Public ordinary functions
load-transpose-matrix-d-arb: Public ordinary functions
load-transpose-matrix-f: Public ordinary functions
load-transpose-matrix-f-arb: Public ordinary functions
load-transpose-matrix-x-oes: Public ordinary functions
lock-arrays-ext: Public ordinary functions
logic-op: Public compiler macros
logic-op: Public ordinary functions

M
Macro, defglextfun: Private macros
Macro, defglfun: Private macros
Macro, define-array-pointer: Private macros
Macro, define-get-function: Private macros
Macro, define-gl-array-format: Public macros
Macro, define-indexed-query-function: Private macros
Macro, define-query-function: Private macros
Macro, define-vertex-attrib-query-function: Private macros
Macro, definline: Private macros
Macro, ensure-features: Private macros
Macro, enum-case: Private macros
Macro, features-present-p: Private macros
Macro, import-export: Private macros
Macro, with-deferred-errors: Private macros
Macro, with-float-traps-masked: Public macros
Macro, with-float-traps-maybe-masked: Private macros
Macro, with-foreign-matrices: Private macros
Macro, with-foreign-matrix: Private macros
Macro, with-gl-array: Public macros
Macro, with-gl-mapped-buffer: Public macros
Macro, with-mapped-buffer: Public macros
Macro, with-new-list: Public macros
Macro, with-opengl-array: Private macros
Macro, with-opengl-arrays: Private macros
Macro, with-opengl-sequence: Private macros
Macro, with-pixel-array: Private macros
Macro, with-primitive: Public macros
Macro, with-primitives: Public macros
Macro, with-pushed-attrib: Public macros
Macro, with-pushed-client-attrib: Public macros
Macro, with-pushed-matrix: Public macros
Macro, with-pushed-matrix*: Public macros
Macro, with-query: Public macros
major-version: Public ordinary functions
make-buffer-non-resident-nv: Public compiler macros
make-buffer-non-resident-nv: Public ordinary functions
make-buffer-resident-nv: Public compiler macros
make-buffer-resident-nv: Public ordinary functions
make-gl-array: Private ordinary functions
make-gl-array-from-pointer: Private ordinary functions
make-gl-vertex-array: Private ordinary functions
make-image-handle-non-resident-arb: Public ordinary functions
make-image-handle-non-resident-nv: Public ordinary functions
make-image-handle-resident-arb: Public compiler macros
make-image-handle-resident-arb: Public ordinary functions
make-image-handle-resident-nv: Public compiler macros
make-image-handle-resident-nv: Public ordinary functions
make-named-buffer-non-resident-nv: Public ordinary functions
make-named-buffer-resident-nv: Public compiler macros
make-named-buffer-resident-nv: Public ordinary functions
make-null-gl-array: Public ordinary functions
make-texture-handle-non-resident-arb: Public ordinary functions
make-texture-handle-non-resident-nv: Public ordinary functions
make-texture-handle-resident-arb: Public ordinary functions
make-texture-handle-resident-nv: Public ordinary functions
make-thunk-generator: Private ordinary functions
map-1d: Public compiler macros
map-1d: Public ordinary functions
map-1f: Public compiler macros
map-1f: Public ordinary functions
map-1x-oes: Public compiler macros
map-1x-oes: Public ordinary functions
map-2d: Public compiler macros
map-2d: Public ordinary functions
map-2f: Public compiler macros
map-2f: Public ordinary functions
map-2x-oes: Public compiler macros
map-2x-oes: Public ordinary functions
map-buffer: Public compiler macros
map-buffer: Public ordinary functions
map-buffer-arb: Public compiler macros
map-buffer-arb: Public ordinary functions
map-buffer-oes: Public compiler macros
map-buffer-oes: Public ordinary functions
map-buffer-range: Public compiler macros
map-buffer-range: Public ordinary functions
map-buffer-range-ext: Public compiler macros
map-buffer-range-ext: Public ordinary functions
map-buffer-to-gl-array: Public ordinary functions
map-control-points-nv: Public compiler macros
map-control-points-nv: Public ordinary functions
map-grid-1: Public ordinary functions
map-grid-1d: Public ordinary functions
map-grid-1f: Public ordinary functions
map-grid-1x-oes: Public ordinary functions
map-grid-2: Public ordinary functions
map-grid-2d: Public ordinary functions
map-grid-2f: Public ordinary functions
map-grid-2x-oes: Public ordinary functions
map-named-buffer: Public compiler macros
map-named-buffer: Public ordinary functions
map-named-buffer-ext: Public compiler macros
map-named-buffer-ext: Public ordinary functions
map-named-buffer-range: Public ordinary functions
map-named-buffer-range-ext: Public ordinary functions
map-object-buffer-ati: Public ordinary functions
map-parameter-fv-nv: Public compiler macros
map-parameter-fv-nv: Public ordinary functions
map-parameter-iv-nv: Public compiler macros
map-parameter-iv-nv: Public ordinary functions
map-texture-2d-intel: Public ordinary functions
map-vertex-attrib-1d-apple: Public ordinary functions
map-vertex-attrib-1f-apple: Public ordinary functions
map-vertex-attrib-2d-apple: Public ordinary functions
map-vertex-attrib-2f-apple: Public ordinary functions
map1: Public ordinary functions
map2: Public ordinary functions
material: Public ordinary functions
material-f: Public compiler macros
material-f: Public ordinary functions
material-fv: Public compiler macros
material-fv: Public ordinary functions
material-i: Public compiler macros
material-i: Public ordinary functions
material-iv: Public compiler macros
material-iv: Public ordinary functions
material-x: Public compiler macros
material-x: Public ordinary functions
material-x-oes: Public compiler macros
material-x-oes: Public ordinary functions
material-xv: Public compiler macros
material-xv: Public ordinary functions
material-xv-oes: Public compiler macros
material-xv-oes: Public ordinary functions
matrix-frustum-ext: Public compiler macros
matrix-frustum-ext: Public ordinary functions
matrix-index-pointer-arb: Public compiler macros
matrix-index-pointer-arb: Public ordinary functions
matrix-index-pointer-oes: Public compiler macros
matrix-index-pointer-oes: Public ordinary functions
matrix-index-ubv-arb: Public ordinary functions
matrix-index-uiv-arb: Public ordinary functions
matrix-index-usv-arb: Public ordinary functions
matrix-load-3x2-f-nv: Public compiler macros
matrix-load-3x2-f-nv: Public ordinary functions
matrix-load-3x3-f-nv: Public compiler macros
matrix-load-3x3-f-nv: Public ordinary functions
matrix-load-d-ext: Public compiler macros
matrix-load-d-ext: Public ordinary functions
matrix-load-f-ext: Public compiler macros
matrix-load-f-ext: Public ordinary functions
matrix-load-identity-ext: Public compiler macros
matrix-load-identity-ext: Public ordinary functions
matrix-load-transpose-3x3-f-nv: Public compiler macros
matrix-load-transpose-3x3-f-nv: Public ordinary functions
matrix-load-transpose-d-ext: Public compiler macros
matrix-load-transpose-d-ext: Public ordinary functions
matrix-load-transpose-f-ext: Public compiler macros
matrix-load-transpose-f-ext: Public ordinary functions
matrix-mode: Public compiler macros
matrix-mode: Public ordinary functions
matrix-mult-3x2-f-nv: Public compiler macros
matrix-mult-3x2-f-nv: Public ordinary functions
matrix-mult-3x3-f-nv: Public compiler macros
matrix-mult-3x3-f-nv: Public ordinary functions
matrix-mult-d-ext: Public compiler macros
matrix-mult-d-ext: Public ordinary functions
matrix-mult-f-ext: Public compiler macros
matrix-mult-f-ext: Public ordinary functions
matrix-mult-transpose-3x3-f-nv: Public compiler macros
matrix-mult-transpose-3x3-f-nv: Public ordinary functions
matrix-mult-transpose-d-ext: Public compiler macros
matrix-mult-transpose-d-ext: Public ordinary functions
matrix-mult-transpose-f-ext: Public compiler macros
matrix-mult-transpose-f-ext: Public ordinary functions
matrix-ortho-ext: Public compiler macros
matrix-ortho-ext: Public ordinary functions
matrix-pop-ext: Public compiler macros
matrix-pop-ext: Public ordinary functions
matrix-push-ext: Public compiler macros
matrix-push-ext: Public ordinary functions
matrix-rotate-d-ext: Public compiler macros
matrix-rotate-d-ext: Public ordinary functions
matrix-rotate-f-ext: Public compiler macros
matrix-rotate-f-ext: Public ordinary functions
matrix-scale-d-ext: Public compiler macros
matrix-scale-d-ext: Public ordinary functions
matrix-scale-f-ext: Public compiler macros
matrix-scale-f-ext: Public ordinary functions
matrix-translate-d-ext: Public compiler macros
matrix-translate-d-ext: Public ordinary functions
matrix-translate-f-ext: Public compiler macros
matrix-translate-f-ext: Public ordinary functions
max-active-shader-cores-arm: Public ordinary functions
max-shader-compiler-threads-arb: Public ordinary functions
max-shader-compiler-threads-khr: Public ordinary functions
maybe-cast-arg: Private ordinary functions
memory-barrier: Public ordinary functions
memory-barrier-by-region: Public ordinary functions
memory-barrier-ext: Public ordinary functions
memory-object-parameter-iv-ext: Public compiler macros
memory-object-parameter-iv-ext: Public ordinary functions
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, function-not-found.function: Private generic functions
Method, opengl-error.error-code: Private generic functions
Method, opengl-error.error-context: Private generic functions
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
min-sample-shading: Public ordinary functions
min-sample-shading-arb: Public ordinary functions
min-sample-shading-oes: Public ordinary functions
minmax: Public compiler macros
minmax: Public ordinary functions
minmax-ext: Public compiler macros
minmax-ext: Public ordinary functions
minor-version: Public ordinary functions
missing-thunk: Private ordinary functions
mult-matrix: Public ordinary functions
mult-matrix-d: Public ordinary functions
mult-matrix-f: Public ordinary functions
mult-matrix-x: Public ordinary functions
mult-matrix-x-oes: Public ordinary functions
mult-transpose-matrix: Public ordinary functions
mult-transpose-matrix-d: Public ordinary functions
mult-transpose-matrix-d-arb: Public ordinary functions
mult-transpose-matrix-f: Public ordinary functions
mult-transpose-matrix-f-arb: Public ordinary functions
mult-transpose-matrix-x-oes: Public ordinary functions
multi-draw-arrays: Public compiler macros
multi-draw-arrays: Public ordinary functions
multi-draw-arrays-ext: Public compiler macros
multi-draw-arrays-ext: Public ordinary functions
multi-draw-arrays-indirect: Public compiler macros
multi-draw-arrays-indirect: Public ordinary functions
multi-draw-arrays-indirect-amd: Public compiler macros
multi-draw-arrays-indirect-amd: Public ordinary functions
multi-draw-arrays-indirect-bindless-count-nv: Public compiler macros
multi-draw-arrays-indirect-bindless-count-nv: Public ordinary functions
multi-draw-arrays-indirect-bindless-nv: Public compiler macros
multi-draw-arrays-indirect-bindless-nv: Public ordinary functions
multi-draw-arrays-indirect-count: Public compiler macros
multi-draw-arrays-indirect-count: Public ordinary functions
multi-draw-arrays-indirect-count-arb: Public compiler macros
multi-draw-arrays-indirect-count-arb: Public ordinary functions
multi-draw-arrays-indirect-ext: Public compiler macros
multi-draw-arrays-indirect-ext: Public ordinary functions
multi-draw-element-array-apple: Public compiler macros
multi-draw-element-array-apple: Public ordinary functions
multi-draw-elements: Public compiler macros
multi-draw-elements: Public ordinary functions
multi-draw-elements-base-vertex: Public compiler macros
multi-draw-elements-base-vertex: Public ordinary functions
multi-draw-elements-base-vertex-ext: Public compiler macros
multi-draw-elements-base-vertex-ext: Public ordinary functions
multi-draw-elements-ext: Public compiler macros
multi-draw-elements-ext: Public ordinary functions
multi-draw-elements-indirect: Public compiler macros
multi-draw-elements-indirect: Public ordinary functions
multi-draw-elements-indirect-amd: Public compiler macros
multi-draw-elements-indirect-amd: Public ordinary functions
multi-draw-elements-indirect-bindless-count-nv: Public compiler macros
multi-draw-elements-indirect-bindless-count-nv: Public ordinary functions
multi-draw-elements-indirect-bindless-nv: Public compiler macros
multi-draw-elements-indirect-bindless-nv: Public ordinary functions
multi-draw-elements-indirect-count: Public compiler macros
multi-draw-elements-indirect-count: Public ordinary functions
multi-draw-elements-indirect-count-arb: Public compiler macros
multi-draw-elements-indirect-count-arb: Public ordinary functions
multi-draw-elements-indirect-ext: Public compiler macros
multi-draw-elements-indirect-ext: Public ordinary functions
multi-draw-mesh-tasks-indirect-count-nv: Public ordinary functions
multi-draw-mesh-tasks-indirect-nv: Public ordinary functions
multi-draw-range-element-array-apple: Public compiler macros
multi-draw-range-element-array-apple: Public ordinary functions
multi-mode-draw-arrays-ibm: Public ordinary functions
multi-mode-draw-elements-ibm: Public compiler macros
multi-mode-draw-elements-ibm: Public ordinary functions
multi-tex-buffer-ext: Public compiler macros
multi-tex-buffer-ext: Public ordinary functions
multi-tex-coord: Public ordinary functions
multi-tex-coord-1b-oes: Public compiler macros
multi-tex-coord-1b-oes: Public ordinary functions
multi-tex-coord-1bv-oes: Public compiler macros
multi-tex-coord-1bv-oes: Public ordinary functions
multi-tex-coord-1d: Public compiler macros
multi-tex-coord-1d: Public ordinary functions
multi-tex-coord-1d-arb: Public compiler macros
multi-tex-coord-1d-arb: Public ordinary functions
multi-tex-coord-1dv: Public compiler macros
multi-tex-coord-1dv: Public ordinary functions
multi-tex-coord-1dv-arb: Public compiler macros
multi-tex-coord-1dv-arb: Public ordinary functions
multi-tex-coord-1f: Public compiler macros
multi-tex-coord-1f: Public ordinary functions
multi-tex-coord-1f-arb: Public compiler macros
multi-tex-coord-1f-arb: Public ordinary functions
multi-tex-coord-1fv: Public compiler macros
multi-tex-coord-1fv: Public ordinary functions
multi-tex-coord-1fv-arb: Public compiler macros
multi-tex-coord-1fv-arb: Public ordinary functions
multi-tex-coord-1h-nv: Public compiler macros
multi-tex-coord-1h-nv: Public ordinary functions
multi-tex-coord-1hv-nv: Public compiler macros
multi-tex-coord-1hv-nv: Public ordinary functions
multi-tex-coord-1i: Public compiler macros
multi-tex-coord-1i: Public ordinary functions
multi-tex-coord-1i-arb: Public compiler macros
multi-tex-coord-1i-arb: Public ordinary functions
multi-tex-coord-1iv: Public compiler macros
multi-tex-coord-1iv: Public ordinary functions
multi-tex-coord-1iv-arb: Public compiler macros
multi-tex-coord-1iv-arb: Public ordinary functions
multi-tex-coord-1s: Public compiler macros
multi-tex-coord-1s: Public ordinary functions
multi-tex-coord-1s-arb: Public compiler macros
multi-tex-coord-1s-arb: Public ordinary functions
multi-tex-coord-1sv: Public compiler macros
multi-tex-coord-1sv: Public ordinary functions
multi-tex-coord-1sv-arb: Public compiler macros
multi-tex-coord-1sv-arb: Public ordinary functions
multi-tex-coord-1x-oes: Public compiler macros
multi-tex-coord-1x-oes: Public ordinary functions
multi-tex-coord-1xv-oes: Public compiler macros
multi-tex-coord-1xv-oes: Public ordinary functions
multi-tex-coord-2b-oes: Public compiler macros
multi-tex-coord-2b-oes: Public ordinary functions
multi-tex-coord-2bv-oes: Public compiler macros
multi-tex-coord-2bv-oes: Public ordinary functions
multi-tex-coord-2d: Public compiler macros
multi-tex-coord-2d: Public ordinary functions
multi-tex-coord-2d-arb: Public compiler macros
multi-tex-coord-2d-arb: Public ordinary functions
multi-tex-coord-2dv: Public compiler macros
multi-tex-coord-2dv: Public ordinary functions
multi-tex-coord-2dv-arb: Public compiler macros
multi-tex-coord-2dv-arb: Public ordinary functions
multi-tex-coord-2f: Public compiler macros
multi-tex-coord-2f: Public ordinary functions
multi-tex-coord-2f-arb: Public compiler macros
multi-tex-coord-2f-arb: Public ordinary functions
multi-tex-coord-2fv: Public compiler macros
multi-tex-coord-2fv: Public ordinary functions
multi-tex-coord-2fv-arb: Public compiler macros
multi-tex-coord-2fv-arb: Public ordinary functions
multi-tex-coord-2h-nv: Public compiler macros
multi-tex-coord-2h-nv: Public ordinary functions
multi-tex-coord-2hv-nv: Public compiler macros
multi-tex-coord-2hv-nv: Public ordinary functions
multi-tex-coord-2i: Public compiler macros
multi-tex-coord-2i: Public ordinary functions
multi-tex-coord-2i-arb: Public compiler macros
multi-tex-coord-2i-arb: Public ordinary functions
multi-tex-coord-2iv: Public compiler macros
multi-tex-coord-2iv: Public ordinary functions
multi-tex-coord-2iv-arb: Public compiler macros
multi-tex-coord-2iv-arb: Public ordinary functions
multi-tex-coord-2s: Public compiler macros
multi-tex-coord-2s: Public ordinary functions
multi-tex-coord-2s-arb: Public compiler macros
multi-tex-coord-2s-arb: Public ordinary functions
multi-tex-coord-2sv: Public compiler macros
multi-tex-coord-2sv: Public ordinary functions
multi-tex-coord-2sv-arb: Public compiler macros
multi-tex-coord-2sv-arb: Public ordinary functions
multi-tex-coord-2x-oes: Public compiler macros
multi-tex-coord-2x-oes: Public ordinary functions
multi-tex-coord-2xv-oes: Public compiler macros
multi-tex-coord-2xv-oes: Public ordinary functions
multi-tex-coord-3b-oes: Public compiler macros
multi-tex-coord-3b-oes: Public ordinary functions
multi-tex-coord-3bv-oes: Public compiler macros
multi-tex-coord-3bv-oes: Public ordinary functions
multi-tex-coord-3d: Public compiler macros
multi-tex-coord-3d: Public ordinary functions
multi-tex-coord-3d-arb: Public compiler macros
multi-tex-coord-3d-arb: Public ordinary functions
multi-tex-coord-3dv: Public compiler macros
multi-tex-coord-3dv: Public ordinary functions
multi-tex-coord-3dv-arb: Public compiler macros
multi-tex-coord-3dv-arb: Public ordinary functions
multi-tex-coord-3f: Public compiler macros
multi-tex-coord-3f: Public ordinary functions
multi-tex-coord-3f-arb: Public compiler macros
multi-tex-coord-3f-arb: Public ordinary functions
multi-tex-coord-3fv: Public compiler macros
multi-tex-coord-3fv: Public ordinary functions
multi-tex-coord-3fv-arb: Public compiler macros
multi-tex-coord-3fv-arb: Public ordinary functions
multi-tex-coord-3h-nv: Public compiler macros
multi-tex-coord-3h-nv: Public ordinary functions
multi-tex-coord-3hv-nv: Public compiler macros
multi-tex-coord-3hv-nv: Public ordinary functions
multi-tex-coord-3i: Public compiler macros
multi-tex-coord-3i: Public ordinary functions
multi-tex-coord-3i-arb: Public compiler macros
multi-tex-coord-3i-arb: Public ordinary functions
multi-tex-coord-3iv: Public compiler macros
multi-tex-coord-3iv: Public ordinary functions
multi-tex-coord-3iv-arb: Public compiler macros
multi-tex-coord-3iv-arb: Public ordinary functions
multi-tex-coord-3s: Public compiler macros
multi-tex-coord-3s: Public ordinary functions
multi-tex-coord-3s-arb: Public compiler macros
multi-tex-coord-3s-arb: Public ordinary functions
multi-tex-coord-3sv: Public compiler macros
multi-tex-coord-3sv: Public ordinary functions
multi-tex-coord-3sv-arb: Public compiler macros
multi-tex-coord-3sv-arb: Public ordinary functions
multi-tex-coord-3x-oes: Public compiler macros
multi-tex-coord-3x-oes: Public ordinary functions
multi-tex-coord-3xv-oes: Public compiler macros
multi-tex-coord-3xv-oes: Public ordinary functions
multi-tex-coord-4b-oes: Public compiler macros
multi-tex-coord-4b-oes: Public ordinary functions
multi-tex-coord-4bv-oes: Public compiler macros
multi-tex-coord-4bv-oes: Public ordinary functions
multi-tex-coord-4d: Public compiler macros
multi-tex-coord-4d: Public ordinary functions
multi-tex-coord-4d-arb: Public compiler macros
multi-tex-coord-4d-arb: Public ordinary functions
multi-tex-coord-4dv: Public compiler macros
multi-tex-coord-4dv: Public ordinary functions
multi-tex-coord-4dv-arb: Public compiler macros
multi-tex-coord-4dv-arb: Public ordinary functions
multi-tex-coord-4f: Public compiler macros
multi-tex-coord-4f: Public ordinary functions
multi-tex-coord-4f-arb: Public compiler macros
multi-tex-coord-4f-arb: Public ordinary functions
multi-tex-coord-4fv: Public compiler macros
multi-tex-coord-4fv: Public ordinary functions
multi-tex-coord-4fv-arb: Public compiler macros
multi-tex-coord-4fv-arb: Public ordinary functions
multi-tex-coord-4h-nv: Public compiler macros
multi-tex-coord-4h-nv: Public ordinary functions
multi-tex-coord-4hv-nv: Public compiler macros
multi-tex-coord-4hv-nv: Public ordinary functions
multi-tex-coord-4i: Public compiler macros
multi-tex-coord-4i: Public ordinary functions
multi-tex-coord-4i-arb: Public compiler macros
multi-tex-coord-4i-arb: Public ordinary functions
multi-tex-coord-4iv: Public compiler macros
multi-tex-coord-4iv: Public ordinary functions
multi-tex-coord-4iv-arb: Public compiler macros
multi-tex-coord-4iv-arb: Public ordinary functions
multi-tex-coord-4s: Public compiler macros
multi-tex-coord-4s: Public ordinary functions
multi-tex-coord-4s-arb: Public compiler macros
multi-tex-coord-4s-arb: Public ordinary functions
multi-tex-coord-4sv: Public compiler macros
multi-tex-coord-4sv: Public ordinary functions
multi-tex-coord-4sv-arb: Public compiler macros
multi-tex-coord-4sv-arb: Public ordinary functions
multi-tex-coord-4x: Public compiler macros
multi-tex-coord-4x: Public ordinary functions
multi-tex-coord-4x-oes: Public compiler macros
multi-tex-coord-4x-oes: Public ordinary functions
multi-tex-coord-4xv-oes: Public compiler macros
multi-tex-coord-4xv-oes: Public ordinary functions
multi-tex-coord-p1ui: Public compiler macros
multi-tex-coord-p1ui: Public ordinary functions
multi-tex-coord-p1uiv: Public compiler macros
multi-tex-coord-p1uiv: Public ordinary functions
multi-tex-coord-p2ui: Public compiler macros
multi-tex-coord-p2ui: Public ordinary functions
multi-tex-coord-p2uiv: Public compiler macros
multi-tex-coord-p2uiv: Public ordinary functions
multi-tex-coord-p3ui: Public compiler macros
multi-tex-coord-p3ui: Public ordinary functions
multi-tex-coord-p3uiv: Public compiler macros
multi-tex-coord-p3uiv: Public ordinary functions
multi-tex-coord-p4ui: Public compiler macros
multi-tex-coord-p4ui: Public ordinary functions
multi-tex-coord-p4uiv: Public compiler macros
multi-tex-coord-p4uiv: Public ordinary functions
multi-tex-coord-pointer-ext: Public compiler macros
multi-tex-coord-pointer-ext: Public ordinary functions
multi-tex-env-f-ext: Public compiler macros
multi-tex-env-f-ext: Public ordinary functions
multi-tex-env-fv-ext: Public compiler macros
multi-tex-env-fv-ext: Public ordinary functions
multi-tex-env-i-ext: Public compiler macros
multi-tex-env-i-ext: Public ordinary functions
multi-tex-env-iv-ext: Public compiler macros
multi-tex-env-iv-ext: Public ordinary functions
multi-tex-gen-d-ext: Public compiler macros
multi-tex-gen-d-ext: Public ordinary functions
multi-tex-gen-dv-ext: Public compiler macros
multi-tex-gen-dv-ext: Public ordinary functions
multi-tex-gen-f-ext: Public compiler macros
multi-tex-gen-f-ext: Public ordinary functions
multi-tex-gen-fv-ext: Public compiler macros
multi-tex-gen-fv-ext: Public ordinary functions
multi-tex-gen-i-ext: Public compiler macros
multi-tex-gen-i-ext: Public ordinary functions
multi-tex-gen-iv-ext: Public compiler macros
multi-tex-gen-iv-ext: Public ordinary functions
multi-tex-image-1d-ext: Public compiler macros
multi-tex-image-1d-ext: Public ordinary functions
multi-tex-image-2d-ext: Public compiler macros
multi-tex-image-2d-ext: Public ordinary functions
multi-tex-image-3d-ext: Public compiler macros
multi-tex-image-3d-ext: Public ordinary functions
multi-tex-parameter-f-ext: Public compiler macros
multi-tex-parameter-f-ext: Public ordinary functions
multi-tex-parameter-fv-ext: Public compiler macros
multi-tex-parameter-fv-ext: Public ordinary functions
multi-tex-parameter-i-ext: Public compiler macros
multi-tex-parameter-i-ext: Public ordinary functions
multi-tex-parameter-iiv-ext: Public compiler macros
multi-tex-parameter-iiv-ext: Public ordinary functions
multi-tex-parameter-iuiv-ext: Public compiler macros
multi-tex-parameter-iuiv-ext: Public ordinary functions
multi-tex-parameter-iv-ext: Public compiler macros
multi-tex-parameter-iv-ext: Public ordinary functions
multi-tex-renderbuffer-ext: Public compiler macros
multi-tex-renderbuffer-ext: Public ordinary functions
multi-tex-sub-image-1d-ext: Public compiler macros
multi-tex-sub-image-1d-ext: Public ordinary functions
multi-tex-sub-image-2d-ext: Public compiler macros
multi-tex-sub-image-2d-ext: Public ordinary functions
multi-tex-sub-image-3d-ext: Public compiler macros
multi-tex-sub-image-3d-ext: Public ordinary functions
multicast-barrier-nv: Public ordinary functions
multicast-blit-framebuffer-nv: Public compiler macros
multicast-blit-framebuffer-nv: Public ordinary functions
multicast-buffer-sub-data-nv: Public ordinary functions
multicast-copy-buffer-sub-data-nv: Public ordinary functions
multicast-copy-image-sub-data-nv: Public compiler macros
multicast-copy-image-sub-data-nv: Public ordinary functions
multicast-framebuffer-sample-locations-fv-nv: Public ordinary functions
multicast-get-query-object-i64v-nv: Public compiler macros
multicast-get-query-object-i64v-nv: Public ordinary functions
multicast-get-query-object-iv-nv: Public compiler macros
multicast-get-query-object-iv-nv: Public ordinary functions
multicast-get-query-object-ui64v-nv: Public compiler macros
multicast-get-query-object-ui64v-nv: Public ordinary functions
multicast-get-query-object-uiv-nv: Public compiler macros
multicast-get-query-object-uiv-nv: Public ordinary functions
multicast-scissor-array-v-nvx: Public ordinary functions
multicast-viewport-array-v-nvx: Public ordinary functions
multicast-viewport-position-w-scale-nvx: Public ordinary functions
multicast-wait-sync-nv: Public ordinary functions

N
named-buffer-attach-memory-nv: Public ordinary functions
named-buffer-data: Public compiler macros
named-buffer-data: Public ordinary functions
named-buffer-data-ext: Public compiler macros
named-buffer-data-ext: Public ordinary functions
named-buffer-page-commitment-arb: Public compiler macros
named-buffer-page-commitment-arb: Public ordinary functions
named-buffer-page-commitment-ext: Public compiler macros
named-buffer-page-commitment-ext: Public ordinary functions
named-buffer-page-commitment-mem-nv: Public compiler macros
named-buffer-page-commitment-mem-nv: Public ordinary functions
named-buffer-storage: Public ordinary functions
named-buffer-storage: Public ordinary functions
named-buffer-storage-ext: Public ordinary functions
named-buffer-storage-external-ext: Public ordinary functions
named-buffer-storage-mem-ext: Public ordinary functions
named-buffer-sub-data: Public ordinary functions
named-buffer-sub-data-ext: Public ordinary functions
named-copy-buffer-sub-data-ext: Public ordinary functions
named-framebuffer-draw-buffer: Public compiler macros
named-framebuffer-draw-buffer: Public ordinary functions
named-framebuffer-draw-buffers: Public ordinary functions
named-framebuffer-parameter-i: Public compiler macros
named-framebuffer-parameter-i: Public ordinary functions
named-framebuffer-parameter-i-ext: Public compiler macros
named-framebuffer-parameter-i-ext: Public ordinary functions
named-framebuffer-read-buffer: Public compiler macros
named-framebuffer-read-buffer: Public ordinary functions
named-framebuffer-renderbuffer: Public compiler macros
named-framebuffer-renderbuffer: Public ordinary functions
named-framebuffer-renderbuffer-ext: Public compiler macros
named-framebuffer-renderbuffer-ext: Public ordinary functions
named-framebuffer-sample-locations-fv-arb: Public ordinary functions
named-framebuffer-sample-locations-fv-nv: Public ordinary functions
named-framebuffer-sample-positions-fv-amd: Public ordinary functions
named-framebuffer-texture: Public compiler macros
named-framebuffer-texture: Public ordinary functions
named-framebuffer-texture-1d-ext: Public compiler macros
named-framebuffer-texture-1d-ext: Public ordinary functions
named-framebuffer-texture-2d-ext: Public compiler macros
named-framebuffer-texture-2d-ext: Public ordinary functions
named-framebuffer-texture-3d-ext: Public compiler macros
named-framebuffer-texture-3d-ext: Public ordinary functions
named-framebuffer-texture-ext: Public compiler macros
named-framebuffer-texture-ext: Public ordinary functions
named-framebuffer-texture-face-ext: Public compiler macros
named-framebuffer-texture-face-ext: Public ordinary functions
named-framebuffer-texture-layer: Public compiler macros
named-framebuffer-texture-layer: Public ordinary functions
named-framebuffer-texture-layer-ext: Public compiler macros
named-framebuffer-texture-layer-ext: Public ordinary functions
named-framebuffer-texture-multiview-ovr: Public compiler macros
named-framebuffer-texture-multiview-ovr: Public ordinary functions
named-program-local-parameter-4d-ext: Public compiler macros
named-program-local-parameter-4d-ext: Public ordinary functions
named-program-local-parameter-4dv-ext: Public compiler macros
named-program-local-parameter-4dv-ext: Public ordinary functions
named-program-local-parameter-4f-ext: Public compiler macros
named-program-local-parameter-4f-ext: Public ordinary functions
named-program-local-parameter-4fv-ext: Public compiler macros
named-program-local-parameter-4fv-ext: Public ordinary functions
named-program-local-parameter-i4i-ext: Public compiler macros
named-program-local-parameter-i4i-ext: Public ordinary functions
named-program-local-parameter-i4iv-ext: Public compiler macros
named-program-local-parameter-i4iv-ext: Public ordinary functions
named-program-local-parameter-i4ui-ext: Public compiler macros
named-program-local-parameter-i4ui-ext: Public ordinary functions
named-program-local-parameter-i4uiv-ext: Public compiler macros
named-program-local-parameter-i4uiv-ext: Public ordinary functions
named-program-local-parameters-4fv-ext: Public compiler macros
named-program-local-parameters-4fv-ext: Public ordinary functions
named-program-local-parameters-i4iv-ext: Public compiler macros
named-program-local-parameters-i4iv-ext: Public ordinary functions
named-program-local-parameters-i4uiv-ext: Public compiler macros
named-program-local-parameters-i4uiv-ext: Public ordinary functions
named-program-string-ext: Public compiler macros
named-program-string-ext: Public ordinary functions
named-renderbuffer-storage: Public compiler macros
named-renderbuffer-storage: Public ordinary functions
named-renderbuffer-storage-ext: Public compiler macros
named-renderbuffer-storage-ext: Public ordinary functions
named-renderbuffer-storage-multisample: Public compiler macros
named-renderbuffer-storage-multisample: Public ordinary functions
named-renderbuffer-storage-multisample-advanced-amd: Public compiler macros
named-renderbuffer-storage-multisample-advanced-amd: Public ordinary functions
named-renderbuffer-storage-multisample-coverage-ext: Public compiler macros
named-renderbuffer-storage-multisample-coverage-ext: Public ordinary functions
named-renderbuffer-storage-multisample-ext: Public compiler macros
named-renderbuffer-storage-multisample-ext: Public ordinary functions
named-string-arb: Public compiler macros
named-string-arb: Public ordinary functions
new-list: Public compiler macros
new-list: Public ordinary functions
new-object-buffer-ati: Public compiler macros
new-object-buffer-ati: Public ordinary functions
normal: Public ordinary functions
normal-3b: Public ordinary functions
normal-3bv: Public ordinary functions
normal-3d: Public ordinary functions
normal-3dv: Public ordinary functions
normal-3f: Public ordinary functions
normal-3f-vertex-3f-sun: Public ordinary functions
normal-3f-vertex-3fv-sun: Public ordinary functions
normal-3fv: Public ordinary functions
normal-3h-nv: Public ordinary functions
normal-3hv-nv: Public ordinary functions
normal-3i: Public ordinary functions
normal-3iv: Public ordinary functions
normal-3s: Public ordinary functions
normal-3sv: Public ordinary functions
normal-3x: Public ordinary functions
normal-3x-oes: Public ordinary functions
normal-3xv-oes: Public ordinary functions
normal-format-nv: Public compiler macros
normal-format-nv: Public ordinary functions
normal-p3ui: Public compiler macros
normal-p3ui: Public ordinary functions
normal-p3uiv: Public compiler macros
normal-p3uiv: Public ordinary functions
normal-pointer: Public compiler macros
normal-pointer: Public ordinary functions
normal-pointer-ext: Public compiler macros
normal-pointer-ext: Public ordinary functions
normal-pointer-list-ibm: Public compiler macros
normal-pointer-list-ibm: Public ordinary functions
normal-pointer-v-intel: Public compiler macros
normal-pointer-v-intel: Public ordinary functions
normal-stream-3b-ati: Public compiler macros
normal-stream-3b-ati: Public ordinary functions
normal-stream-3bv-ati: Public compiler macros
normal-stream-3bv-ati: Public ordinary functions
normal-stream-3d-ati: Public compiler macros
normal-stream-3d-ati: Public ordinary functions
normal-stream-3dv-ati: Public compiler macros
normal-stream-3dv-ati: Public ordinary functions
normal-stream-3f-ati: Public compiler macros
normal-stream-3f-ati: Public ordinary functions
normal-stream-3fv-ati: Public compiler macros
normal-stream-3fv-ati: Public ordinary functions
normal-stream-3i-ati: Public compiler macros
normal-stream-3i-ati: Public ordinary functions
normal-stream-3iv-ati: Public compiler macros
normal-stream-3iv-ati: Public ordinary functions
normal-stream-3s-ati: Public compiler macros
normal-stream-3s-ati: Public ordinary functions
normal-stream-3sv-ati: Public compiler macros
normal-stream-3sv-ati: Public ordinary functions

O
object-label: Public compiler macros
object-label: Public ordinary functions
object-label-khr: Public compiler macros
object-label-khr: Public ordinary functions
object-ptr-label: Public ordinary functions
object-ptr-label-khr: Public ordinary functions
object-purgeable-apple: Public compiler macros
object-purgeable-apple: Public ordinary functions
object-unpurgeable-apple: Public compiler macros
object-unpurgeable-apple: Public ordinary functions
opengl-error.error-code: Private generic functions
opengl-error.error-code: Private generic functions
opengl-error.error-context: Private generic functions
opengl-error.error-context: Private generic functions
ortho: Public ordinary functions
ortho-f: Public ordinary functions
ortho-f-oes: Public ordinary functions
ortho-x: Public ordinary functions
ortho-x-oes: Public ordinary functions

P
parse-gl-version-string-float: Private ordinary functions
parse-gl-version-string-values: Private ordinary functions
pass-tex-coord-ati: Public compiler macros
pass-tex-coord-ati: Public ordinary functions
pass-through: Public ordinary functions
pass-through-x-oes: Public ordinary functions
patch-parameter: Public ordinary functions
patch-parameter-fv: Public compiler macros
patch-parameter-fv: Public ordinary functions
patch-parameter-i: Public compiler macros
patch-parameter-i: Public ordinary functions
patch-parameter-i-ext: Public compiler macros
patch-parameter-i-ext: Public ordinary functions
patch-parameter-i-oes: Public compiler macros
patch-parameter-i-oes: Public ordinary functions
path-color-gen-nv: Public compiler macros
path-color-gen-nv: Public ordinary functions
path-commands-nv: Public compiler macros
path-commands-nv: Public ordinary functions
path-coords-nv: Public compiler macros
path-coords-nv: Public ordinary functions
path-cover-depth-func-nv: Public compiler macros
path-cover-depth-func-nv: Public ordinary functions
path-dash-array-nv: Public ordinary functions
path-fog-gen-nv: Public compiler macros
path-fog-gen-nv: Public ordinary functions
path-glyph-index-array-nv: Public compiler macros
path-glyph-index-array-nv: Public ordinary functions
path-glyph-index-range-nv: Public compiler macros
path-glyph-index-range-nv: Public ordinary functions
path-glyph-range-nv: Public compiler macros
path-glyph-range-nv: Public ordinary functions
path-glyphs-nv: Public compiler macros
path-glyphs-nv: Public ordinary functions
path-memory-glyph-index-array-nv: Public compiler macros
path-memory-glyph-index-array-nv: Public ordinary functions
path-parameter-f-nv: Public compiler macros
path-parameter-f-nv: Public ordinary functions
path-parameter-fv-nv: Public compiler macros
path-parameter-fv-nv: Public ordinary functions
path-parameter-i-nv: Public compiler macros
path-parameter-i-nv: Public ordinary functions
path-parameter-iv-nv: Public compiler macros
path-parameter-iv-nv: Public ordinary functions
path-stencil-depth-offset-nv: Public ordinary functions
path-stencil-func-nv: Public compiler macros
path-stencil-func-nv: Public ordinary functions
path-string-nv: Public compiler macros
path-string-nv: Public ordinary functions
path-sub-commands-nv: Public compiler macros
path-sub-commands-nv: Public ordinary functions
path-sub-coords-nv: Public compiler macros
path-sub-coords-nv: Public ordinary functions
path-tex-gen-nv: Public compiler macros
path-tex-gen-nv: Public ordinary functions
pause-transform-feedback: Public ordinary functions
pause-transform-feedback-nv: Public ordinary functions
pixel-data-range-nv: Public compiler macros
pixel-data-range-nv: Public ordinary functions
pixel-map: Public ordinary functions
pixel-map-fv: Public compiler macros
pixel-map-fv: Public ordinary functions
pixel-map-uiv: Public compiler macros
pixel-map-uiv: Public ordinary functions
pixel-map-usv: Public compiler macros
pixel-map-usv: Public ordinary functions
pixel-map-x: Public compiler macros
pixel-map-x: Public ordinary functions
pixel-store: Public ordinary functions
pixel-store-f: Public compiler macros
pixel-store-f: Public ordinary functions
pixel-store-i: Public compiler macros
pixel-store-i: Public ordinary functions
pixel-store-x: Public compiler macros
pixel-store-x: Public ordinary functions
pixel-tex-gen-parameter-f-sgis: Public compiler macros
pixel-tex-gen-parameter-f-sgis: Public ordinary functions
pixel-tex-gen-parameter-fv-sgis: Public compiler macros
pixel-tex-gen-parameter-fv-sgis: Public ordinary functions
pixel-tex-gen-parameter-i-sgis: Public compiler macros
pixel-tex-gen-parameter-i-sgis: Public ordinary functions
pixel-tex-gen-parameter-iv-sgis: Public compiler macros
pixel-tex-gen-parameter-iv-sgis: Public ordinary functions
pixel-tex-gen-sgix: Public compiler macros
pixel-tex-gen-sgix: Public ordinary functions
pixel-transfer: Public ordinary functions
pixel-transfer-f: Public compiler macros
pixel-transfer-f: Public ordinary functions
pixel-transfer-i: Public compiler macros
pixel-transfer-i: Public ordinary functions
pixel-transfer-x-oes: Public compiler macros
pixel-transfer-x-oes: Public ordinary functions
pixel-transform-parameter-f-ext: Public compiler macros
pixel-transform-parameter-f-ext: Public ordinary functions
pixel-transform-parameter-fv-ext: Public compiler macros
pixel-transform-parameter-fv-ext: Public ordinary functions
pixel-transform-parameter-i-ext: Public compiler macros
pixel-transform-parameter-i-ext: Public ordinary functions
pixel-transform-parameter-iv-ext: Public compiler macros
pixel-transform-parameter-iv-ext: Public ordinary functions
pixel-zoom: Public ordinary functions
pixel-zoom-x-oes: Public ordinary functions
pntriangles-f-ati: Public compiler macros
pntriangles-f-ati: Public ordinary functions
pntriangles-i-ati: Public compiler macros
pntriangles-i-ati: Public ordinary functions
point-along-path-nv: Public ordinary functions
point-parameter: Public ordinary functions
point-parameter-f: Public compiler macros
point-parameter-f: Public ordinary functions
point-parameter-f-arb: Public compiler macros
point-parameter-f-arb: Public ordinary functions
point-parameter-f-ext: Public compiler macros
point-parameter-f-ext: Public ordinary functions
point-parameter-f-sgis: Public compiler macros
point-parameter-f-sgis: Public ordinary functions
point-parameter-fv: Public compiler macros
point-parameter-fv: Public ordinary functions
point-parameter-fv-arb: Public compiler macros
point-parameter-fv-arb: Public ordinary functions
point-parameter-fv-ext: Public compiler macros
point-parameter-fv-ext: Public ordinary functions
point-parameter-fv-sgis: Public compiler macros
point-parameter-fv-sgis: Public ordinary functions
point-parameter-i: Public compiler macros
point-parameter-i: Public ordinary functions
point-parameter-i-nv: Public compiler macros
point-parameter-i-nv: Public ordinary functions
point-parameter-iv: Public compiler macros
point-parameter-iv: Public ordinary functions
point-parameter-iv-nv: Public compiler macros
point-parameter-iv-nv: Public ordinary functions
point-parameter-x: Public compiler macros
point-parameter-x: Public ordinary functions
point-parameter-x-oes: Public compiler macros
point-parameter-x-oes: Public ordinary functions
point-parameter-xv: Public compiler macros
point-parameter-xv: Public ordinary functions
point-parameter-xv-oes: Public compiler macros
point-parameter-xv-oes: Public ordinary functions
point-size: Public ordinary functions
point-size-pointer-oes: Public compiler macros
point-size-pointer-oes: Public ordinary functions
point-size-x: Public ordinary functions
point-size-x-oes: Public ordinary functions
poll-async-sgix: Public ordinary functions
poll-instruments-sgix: Public ordinary functions
polygon-mode: Public compiler macros
polygon-mode: Public ordinary functions
polygon-mode-nv: Public compiler macros
polygon-mode-nv: Public ordinary functions
polygon-offset: Public ordinary functions
polygon-offset-clamp: Public ordinary functions
polygon-offset-clamp-ext: Public ordinary functions
polygon-offset-ext: Public ordinary functions
polygon-offset-x: Public ordinary functions
polygon-offset-x-oes: Public ordinary functions
polygon-stipple: Public ordinary functions
polygon-stipple: Public ordinary functions
pop-attrib: Public ordinary functions
pop-client-attrib: Public ordinary functions
pop-debug-group: Public ordinary functions
pop-debug-group-khr: Public ordinary functions
pop-group-marker-ext: Public ordinary functions
pop-matrix: Public ordinary functions
pop-name: Public ordinary functions
present-frame-dual-fill-nv: Public compiler macros
present-frame-dual-fill-nv: Public ordinary functions
present-frame-keyed-nv: Public compiler macros
present-frame-keyed-nv: Public ordinary functions
primitive-bounding-box: Public ordinary functions
primitive-bounding-box-arb: Public ordinary functions
primitive-bounding-box-ext: Public ordinary functions
primitive-bounding-box-oes: Public ordinary functions
primitive-restart-index: Public ordinary functions
primitive-restart-index-nv: Public ordinary functions
primitive-restart-nv: Public ordinary functions
prioritize-texture: Public ordinary functions
prioritize-textures: Public ordinary functions
prioritize-textures: Public ordinary functions
prioritize-textures-ext: Public ordinary functions
prioritize-textures-x-oes: Public ordinary functions
program-binary: Public compiler macros
program-binary: Public ordinary functions
program-binary-oes: Public compiler macros
program-binary-oes: Public ordinary functions
program-buffer-parameters-fv-nv: Public compiler macros
program-buffer-parameters-fv-nv: Public ordinary functions
program-buffer-parameters-iiv-nv: Public compiler macros
program-buffer-parameters-iiv-nv: Public ordinary functions
program-buffer-parameters-iuiv-nv: Public compiler macros
program-buffer-parameters-iuiv-nv: Public ordinary functions
program-env-parameter-4d-arb: Public compiler macros
program-env-parameter-4d-arb: Public ordinary functions
program-env-parameter-4dv-arb: Public compiler macros
program-env-parameter-4dv-arb: Public ordinary functions
program-env-parameter-4f-arb: Public compiler macros
program-env-parameter-4f-arb: Public ordinary functions
program-env-parameter-4fv-arb: Public compiler macros
program-env-parameter-4fv-arb: Public ordinary functions
program-env-parameter-i4i-nv: Public compiler macros
program-env-parameter-i4i-nv: Public ordinary functions
program-env-parameter-i4iv-nv: Public compiler macros
program-env-parameter-i4iv-nv: Public ordinary functions
program-env-parameter-i4ui-nv: Public compiler macros
program-env-parameter-i4ui-nv: Public ordinary functions
program-env-parameter-i4uiv-nv: Public compiler macros
program-env-parameter-i4uiv-nv: Public ordinary functions
program-env-parameters-4fv-ext: Public compiler macros
program-env-parameters-4fv-ext: Public ordinary functions
program-env-parameters-i4iv-nv: Public compiler macros
program-env-parameters-i4iv-nv: Public ordinary functions
program-env-parameters-i4uiv-nv: Public compiler macros
program-env-parameters-i4uiv-nv: Public ordinary functions
program-local-parameter-4d-arb: Public compiler macros
program-local-parameter-4d-arb: Public ordinary functions
program-local-parameter-4dv-arb: Public compiler macros
program-local-parameter-4dv-arb: Public ordinary functions
program-local-parameter-4f-arb: Public compiler macros
program-local-parameter-4f-arb: Public ordinary functions
program-local-parameter-4fv-arb: Public compiler macros
program-local-parameter-4fv-arb: Public ordinary functions
program-local-parameter-i4i-nv: Public compiler macros
program-local-parameter-i4i-nv: Public ordinary functions
program-local-parameter-i4iv-nv: Public compiler macros
program-local-parameter-i4iv-nv: Public ordinary functions
program-local-parameter-i4ui-nv: Public compiler macros
program-local-parameter-i4ui-nv: Public ordinary functions
program-local-parameter-i4uiv-nv: Public compiler macros
program-local-parameter-i4uiv-nv: Public ordinary functions
program-local-parameters-4fv-ext: Public compiler macros
program-local-parameters-4fv-ext: Public ordinary functions
program-local-parameters-i4iv-nv: Public compiler macros
program-local-parameters-i4iv-nv: Public ordinary functions
program-local-parameters-i4uiv-nv: Public compiler macros
program-local-parameters-i4uiv-nv: Public ordinary functions
program-named-parameter-4d-nv: Public ordinary functions
program-named-parameter-4dv-nv: Public ordinary functions
program-named-parameter-4f-nv: Public ordinary functions
program-named-parameter-4fv-nv: Public ordinary functions
program-parameter-4d-nv: Public compiler macros
program-parameter-4d-nv: Public ordinary functions
program-parameter-4dv-nv: Public compiler macros
program-parameter-4dv-nv: Public ordinary functions
program-parameter-4f-nv: Public compiler macros
program-parameter-4f-nv: Public ordinary functions
program-parameter-4fv-nv: Public compiler macros
program-parameter-4fv-nv: Public ordinary functions
program-parameter-i: Public compiler macros
program-parameter-i: Public ordinary functions
program-parameter-i-arb: Public compiler macros
program-parameter-i-arb: Public ordinary functions
program-parameter-i-ext: Public compiler macros
program-parameter-i-ext: Public ordinary functions
program-parameteri: Public ordinary functions
program-parameters-4dv-nv: Public compiler macros
program-parameters-4dv-nv: Public ordinary functions
program-parameters-4fv-nv: Public compiler macros
program-parameters-4fv-nv: Public ordinary functions
program-path-fragment-input-gen-nv: Public compiler macros
program-path-fragment-input-gen-nv: Public ordinary functions
program-string-arb: Public compiler macros
program-string-arb: Public ordinary functions
program-subroutine-parameters-uiv-nv: Public compiler macros
program-subroutine-parameters-uiv-nv: Public ordinary functions
program-uniform-1d: Public ordinary functions
program-uniform-1d-ext: Public ordinary functions
program-uniform-1dv: Public ordinary functions
program-uniform-1dv-ext: Public ordinary functions
program-uniform-1f: Public ordinary functions
program-uniform-1f-ext: Public ordinary functions
program-uniform-1fv: Public ordinary functions
program-uniform-1fv-ext: Public ordinary functions
program-uniform-1i: Public ordinary functions
program-uniform-1i-ext: Public ordinary functions
program-uniform-1i64-arb: Public ordinary functions
program-uniform-1i64-nv: Public ordinary functions
program-uniform-1i64v-arb: Public ordinary functions
program-uniform-1i64v-nv: Public ordinary functions
program-uniform-1iv: Public ordinary functions
program-uniform-1iv-ext: Public ordinary functions
program-uniform-1ui: Public ordinary functions
program-uniform-1ui-ext: Public ordinary functions
program-uniform-1ui64-arb: Public ordinary functions
program-uniform-1ui64-nv: Public ordinary functions
program-uniform-1ui64v-arb: Public ordinary functions
program-uniform-1ui64v-nv: Public ordinary functions
program-uniform-1uiv: Public ordinary functions
program-uniform-1uiv-ext: Public ordinary functions
program-uniform-2d: Public ordinary functions
program-uniform-2d-ext: Public ordinary functions
program-uniform-2dv: Public ordinary functions
program-uniform-2dv-ext: Public ordinary functions
program-uniform-2f: Public ordinary functions
program-uniform-2f-ext: Public ordinary functions
program-uniform-2fv: Public ordinary functions
program-uniform-2fv-ext: Public ordinary functions
program-uniform-2i: Public ordinary functions
program-uniform-2i-ext: Public ordinary functions
program-uniform-2i64-arb: Public ordinary functions
program-uniform-2i64-nv: Public ordinary functions
program-uniform-2i64v-arb: Public ordinary functions
program-uniform-2i64v-nv: Public ordinary functions
program-uniform-2iv: Public ordinary functions
program-uniform-2iv-ext: Public ordinary functions
program-uniform-2ui: Public ordinary functions
program-uniform-2ui-ext: Public ordinary functions
program-uniform-2ui64-arb: Public ordinary functions
program-uniform-2ui64-nv: Public ordinary functions
program-uniform-2ui64v-arb: Public ordinary functions
program-uniform-2ui64v-nv: Public ordinary functions
program-uniform-2uiv: Public ordinary functions
program-uniform-2uiv-ext: Public ordinary functions
program-uniform-3d: Public ordinary functions
program-uniform-3d-ext: Public ordinary functions
program-uniform-3dv: Public ordinary functions
program-uniform-3dv-ext: Public ordinary functions
program-uniform-3f: Public ordinary functions
program-uniform-3f-ext: Public ordinary functions
program-uniform-3fv: Public ordinary functions
program-uniform-3fv-ext: Public ordinary functions
program-uniform-3i: Public ordinary functions
program-uniform-3i-ext: Public ordinary functions
program-uniform-3i64-arb: Public ordinary functions
program-uniform-3i64-nv: Public ordinary functions
program-uniform-3i64v-arb: Public ordinary functions
program-uniform-3i64v-nv: Public ordinary functions
program-uniform-3iv: Public ordinary functions
program-uniform-3iv-ext: Public ordinary functions
program-uniform-3ui: Public ordinary functions
program-uniform-3ui-ext: Public ordinary functions
program-uniform-3ui64-arb: Public ordinary functions
program-uniform-3ui64-nv: Public ordinary functions
program-uniform-3ui64v-arb: Public ordinary functions
program-uniform-3ui64v-nv: Public ordinary functions
program-uniform-3uiv: Public ordinary functions
program-uniform-3uiv-ext: Public ordinary functions
program-uniform-4d: Public ordinary functions
program-uniform-4d-ext: Public ordinary functions
program-uniform-4dv: Public ordinary functions
program-uniform-4dv-ext: Public ordinary functions
program-uniform-4f: Public ordinary functions
program-uniform-4f-ext: Public ordinary functions
program-uniform-4fv: Public ordinary functions
program-uniform-4fv-ext: Public ordinary functions
program-uniform-4i: Public ordinary functions
program-uniform-4i-ext: Public ordinary functions
program-uniform-4i64-arb: Public ordinary functions
program-uniform-4i64-nv: Public ordinary functions
program-uniform-4i64v-arb: Public ordinary functions
program-uniform-4i64v-nv: Public ordinary functions
program-uniform-4iv: Public ordinary functions
program-uniform-4iv-ext: Public ordinary functions
program-uniform-4ui: Public ordinary functions
program-uniform-4ui-ext: Public ordinary functions
program-uniform-4ui64-arb: Public ordinary functions
program-uniform-4ui64-nv: Public ordinary functions
program-uniform-4ui64v-arb: Public ordinary functions
program-uniform-4ui64v-nv: Public ordinary functions
program-uniform-4uiv: Public ordinary functions
program-uniform-4uiv-ext: Public ordinary functions
program-uniform-handle-ui64-arb: Public ordinary functions
program-uniform-handle-ui64-nv: Public ordinary functions
program-uniform-handle-ui64v-arb: Public ordinary functions
program-uniform-handle-ui64v-nv: Public ordinary functions
program-uniform-handleui64img: Public ordinary functions
program-uniform-handleui64v-img: Public ordinary functions
program-uniform-matrix: Public ordinary functions
program-uniform-matrix-2dv: Public compiler macros
program-uniform-matrix-2dv: Public ordinary functions
program-uniform-matrix-2dv-ext: Public compiler macros
program-uniform-matrix-2dv-ext: Public ordinary functions
program-uniform-matrix-2fv: Public compiler macros
program-uniform-matrix-2fv: Public ordinary functions
program-uniform-matrix-2fv: Public ordinary functions
program-uniform-matrix-2fv-ext: Public compiler macros
program-uniform-matrix-2fv-ext: Public ordinary functions
program-uniform-matrix-2x3-dv: Public compiler macros
program-uniform-matrix-2x3-dv: Public ordinary functions
program-uniform-matrix-2x3-dv-ext: Public compiler macros
program-uniform-matrix-2x3-dv-ext: Public ordinary functions
program-uniform-matrix-2x3-fv: Public compiler macros
program-uniform-matrix-2x3-fv: Public ordinary functions
program-uniform-matrix-2x3-fv: Public ordinary functions
program-uniform-matrix-2x3-fv-ext: Public compiler macros
program-uniform-matrix-2x3-fv-ext: Public ordinary functions
program-uniform-matrix-2x4-dv: Public compiler macros
program-uniform-matrix-2x4-dv: Public ordinary functions
program-uniform-matrix-2x4-dv-ext: Public compiler macros
program-uniform-matrix-2x4-dv-ext: Public ordinary functions
program-uniform-matrix-2x4-fv: Public compiler macros
program-uniform-matrix-2x4-fv: Public ordinary functions
program-uniform-matrix-2x4-fv: Public ordinary functions
program-uniform-matrix-2x4-fv-ext: Public compiler macros
program-uniform-matrix-2x4-fv-ext: Public ordinary functions
program-uniform-matrix-3dv: Public compiler macros
program-uniform-matrix-3dv: Public ordinary functions
program-uniform-matrix-3dv-ext: Public compiler macros
program-uniform-matrix-3dv-ext: Public ordinary functions
program-uniform-matrix-3fv: Public compiler macros
program-uniform-matrix-3fv: Public ordinary functions
program-uniform-matrix-3fv: Public ordinary functions
program-uniform-matrix-3fv-ext: Public compiler macros
program-uniform-matrix-3fv-ext: Public ordinary functions
program-uniform-matrix-3x2-dv: Public compiler macros
program-uniform-matrix-3x2-dv: Public ordinary functions
program-uniform-matrix-3x2-dv-ext: Public compiler macros
program-uniform-matrix-3x2-dv-ext: Public ordinary functions
program-uniform-matrix-3x2-fv: Public compiler macros
program-uniform-matrix-3x2-fv: Public ordinary functions
program-uniform-matrix-3x2-fv: Public ordinary functions
program-uniform-matrix-3x2-fv-ext: Public compiler macros
program-uniform-matrix-3x2-fv-ext: Public ordinary functions
program-uniform-matrix-3x4-dv: Public compiler macros
program-uniform-matrix-3x4-dv: Public ordinary functions
program-uniform-matrix-3x4-dv-ext: Public compiler macros
program-uniform-matrix-3x4-dv-ext: Public ordinary functions
program-uniform-matrix-3x4-fv: Public compiler macros
program-uniform-matrix-3x4-fv: Public ordinary functions
program-uniform-matrix-3x4-fv: Public ordinary functions
program-uniform-matrix-3x4-fv-ext: Public compiler macros
program-uniform-matrix-3x4-fv-ext: Public ordinary functions
program-uniform-matrix-4dv: Public compiler macros
program-uniform-matrix-4dv: Public ordinary functions
program-uniform-matrix-4dv-ext: Public compiler macros
program-uniform-matrix-4dv-ext: Public ordinary functions
program-uniform-matrix-4fv: Public compiler macros
program-uniform-matrix-4fv: Public ordinary functions
program-uniform-matrix-4fv: Public ordinary functions
program-uniform-matrix-4fv-ext: Public compiler macros
program-uniform-matrix-4fv-ext: Public ordinary functions
program-uniform-matrix-4x2-dv: Public compiler macros
program-uniform-matrix-4x2-dv: Public ordinary functions
program-uniform-matrix-4x2-dv-ext: Public compiler macros
program-uniform-matrix-4x2-dv-ext: Public ordinary functions
program-uniform-matrix-4x2-fv: Public compiler macros
program-uniform-matrix-4x2-fv: Public ordinary functions
program-uniform-matrix-4x2-fv: Public ordinary functions
program-uniform-matrix-4x2-fv-ext: Public compiler macros
program-uniform-matrix-4x2-fv-ext: Public ordinary functions
program-uniform-matrix-4x3-dv: Public compiler macros
program-uniform-matrix-4x3-dv: Public ordinary functions
program-uniform-matrix-4x3-dv-ext: Public compiler macros
program-uniform-matrix-4x3-dv-ext: Public ordinary functions
program-uniform-matrix-4x3-fv: Public compiler macros
program-uniform-matrix-4x3-fv: Public ordinary functions
program-uniform-matrix-4x3-fv: Public ordinary functions
program-uniform-matrix-4x3-fv-ext: Public compiler macros
program-uniform-matrix-4x3-fv-ext: Public ordinary functions
program-uniform-ui64-nv: Public ordinary functions
program-uniform-ui64v-nv: Public ordinary functions
program-uniformf: Public compiler macros
program-uniformf: Public ordinary functions
program-uniformfv: Public ordinary functions
program-uniformi: Public compiler macros
program-uniformi: Public ordinary functions
program-uniformiv: Public ordinary functions
program-vertex-limit-nv: Public compiler macros
program-vertex-limit-nv: Public ordinary functions
provoking-vertex: Public compiler macros
provoking-vertex: Public ordinary functions
provoking-vertex-ext: Public compiler macros
provoking-vertex-ext: Public ordinary functions
push-attrib: Public compiler macros
push-attrib: Public ordinary functions
push-attrib: Public ordinary functions
push-client-attrib: Public compiler macros
push-client-attrib: Public ordinary functions
push-client-attrib: Public ordinary functions
push-client-attrib-default-ext: Public ordinary functions
push-debug-group: Public compiler macros
push-debug-group: Public ordinary functions
push-debug-group-khr: Public compiler macros
push-debug-group-khr: Public ordinary functions
push-group-marker-ext: Public ordinary functions
push-matrix: Public ordinary functions
push-name: Public ordinary functions

Q
query-counter: Public compiler macros
query-counter: Public ordinary functions
query-counter-ext: Public compiler macros
query-counter-ext: Public ordinary functions
query-enum-size: Private ordinary functions
query-matrix-x-oes: Public ordinary functions
query-object-parameter-ui-amd: Public compiler macros
query-object-parameter-ui-amd: Public ordinary functions
query-resource-nv: Public compiler macros
query-resource-nv: Public ordinary functions
query-resource-tag-nv: Public ordinary functions

R
raster-pos: Public ordinary functions
raster-pos-2d: Public ordinary functions
raster-pos-2dv: Public ordinary functions
raster-pos-2f: Public ordinary functions
raster-pos-2fv: Public ordinary functions
raster-pos-2i: Public ordinary functions
raster-pos-2iv: Public ordinary functions
raster-pos-2s: Public ordinary functions
raster-pos-2sv: Public ordinary functions
raster-pos-2x-oes: Public ordinary functions
raster-pos-2xv-oes: Public ordinary functions
raster-pos-3d: Public ordinary functions
raster-pos-3dv: Public ordinary functions
raster-pos-3f: Public ordinary functions
raster-pos-3fv: Public ordinary functions
raster-pos-3i: Public ordinary functions
raster-pos-3iv: Public ordinary functions
raster-pos-3s: Public ordinary functions
raster-pos-3sv: Public ordinary functions
raster-pos-3x-oes: Public ordinary functions
raster-pos-3xv-oes: Public ordinary functions
raster-pos-4d: Public ordinary functions
raster-pos-4dv: Public ordinary functions
raster-pos-4f: Public ordinary functions
raster-pos-4fv: Public ordinary functions
raster-pos-4i: Public ordinary functions
raster-pos-4iv: Public ordinary functions
raster-pos-4s: Public ordinary functions
raster-pos-4sv: Public ordinary functions
raster-pos-4x-oes: Public ordinary functions
raster-pos-4xv-oes: Public ordinary functions
raster-samples-ext: Public compiler macros
raster-samples-ext: Public ordinary functions
read-buffer: Public compiler macros
read-buffer: Public ordinary functions
read-buffer-indexed-ext: Public compiler macros
read-buffer-indexed-ext: Public ordinary functions
read-buffer-nv: Public compiler macros
read-buffer-nv: Public ordinary functions
read-instruments-sgix: Public ordinary functions
read-pixels: Public compiler macros
read-pixels: Public ordinary functions
read-pixels: Public ordinary functions
readn-pixels: Public compiler macros
readn-pixels: Public ordinary functions
readn-pixels-arb: Public compiler macros
readn-pixels-arb: Public ordinary functions
readn-pixels-ext: Public compiler macros
readn-pixels-ext: Public ordinary functions
readn-pixels-khr: Public compiler macros
readn-pixels-khr: Public ordinary functions
rect: Public ordinary functions
rect-d: Public ordinary functions
rect-dv: Public ordinary functions
rect-f: Public ordinary functions
rect-fv: Public ordinary functions
rect-i: Public ordinary functions
rect-iv: Public ordinary functions
rect-s: Public ordinary functions
rect-sv: Public ordinary functions
rect-x-oes: Public ordinary functions
rect-xv-oes: Public ordinary functions
reference-plane-sgix: Public ordinary functions
release-keyed-mutex-win32-ext: Public ordinary functions
release-shader-compiler: Public ordinary functions
render-gpu-mask-nv: Public ordinary functions
render-mode: Public compiler macros
render-mode: Public ordinary functions
renderbuffer-storage: Public compiler macros
renderbuffer-storage: Public ordinary functions
renderbuffer-storage-ext: Public compiler macros
renderbuffer-storage-ext: Public ordinary functions
renderbuffer-storage-multisample: Public compiler macros
renderbuffer-storage-multisample: Public ordinary functions
renderbuffer-storage-multisample-advanced-amd: Public compiler macros
renderbuffer-storage-multisample-advanced-amd: Public ordinary functions
renderbuffer-storage-multisample-angle: Public compiler macros
renderbuffer-storage-multisample-angle: Public ordinary functions
renderbuffer-storage-multisample-apple: Public compiler macros
renderbuffer-storage-multisample-apple: Public ordinary functions
renderbuffer-storage-multisample-coverage-nv: Public compiler macros
renderbuffer-storage-multisample-coverage-nv: Public ordinary functions
renderbuffer-storage-multisample-ext: Public compiler macros
renderbuffer-storage-multisample-ext: Public ordinary functions
renderbuffer-storage-multisample-img: Public compiler macros
renderbuffer-storage-multisample-img: Public ordinary functions
renderbuffer-storage-multisample-nv: Public compiler macros
renderbuffer-storage-multisample-nv: Public ordinary functions
renderbuffer-storage-oes: Public compiler macros
renderbuffer-storage-oes: Public ordinary functions
replacement-code-pointer-sun: Public compiler macros
replacement-code-pointer-sun: Public ordinary functions
replacement-code-ub-sun: Public ordinary functions
replacement-code-ubv-sun: Public ordinary functions
replacement-code-ui-color-3f-vertex-3f-sun: Public ordinary functions
replacement-code-ui-color-3f-vertex-3fv-sun: Public ordinary functions
replacement-code-ui-color-4f-normal-3f-vertex-3f-sun: Public ordinary functions
replacement-code-ui-color-4f-normal-3f-vertex-3fv-sun: Public ordinary functions
replacement-code-ui-color-4ub-vertex-3f-sun: Public ordinary functions
replacement-code-ui-color-4ub-vertex-3fv-sun: Public ordinary functions
replacement-code-ui-normal-3f-vertex-3f-sun: Public ordinary functions
replacement-code-ui-normal-3f-vertex-3fv-sun: Public ordinary functions
replacement-code-ui-sun: Public ordinary functions
replacement-code-ui-tex-coord-2f-color-4f-normal-3f-vertex-3f-sun: Public ordinary functions
replacement-code-ui-tex-coord-2f-color-4f-normal-3f-vertex-3fv-sun: Public ordinary functions
replacement-code-ui-tex-coord-2f-normal-3f-vertex-3f-sun: Public ordinary functions
replacement-code-ui-tex-coord-2f-normal-3f-vertex-3fv-sun: Public ordinary functions
replacement-code-ui-tex-coord-2f-vertex-3f-sun: Public ordinary functions
replacement-code-ui-tex-coord-2f-vertex-3fv-sun: Public ordinary functions
replacement-code-ui-vertex-3f-sun: Public ordinary functions
replacement-code-ui-vertex-3fv-sun: Public ordinary functions
replacement-code-uiv-sun: Public ordinary functions
replacement-code-us-sun: Public ordinary functions
replacement-code-usv-sun: Public ordinary functions
request-resident-programs-nv: Public ordinary functions
reset-gl-pointers: Private ordinary functions
reset-histogram: Public compiler macros
reset-histogram: Public ordinary functions
reset-histogram-ext: Public compiler macros
reset-histogram-ext: Public ordinary functions
reset-memory-object-parameter-nv: Public compiler macros
reset-memory-object-parameter-nv: Public ordinary functions
reset-minmax: Public compiler macros
reset-minmax: Public ordinary functions
reset-minmax-ext: Public compiler macros
reset-minmax-ext: Public ordinary functions
resize-buffers-mesa: Public ordinary functions
resolve-depth-values-nv: Public ordinary functions
resolve-multisample-framebuffer-apple: Public ordinary functions
resume-transform-feedback: Public ordinary functions
resume-transform-feedback-nv: Public ordinary functions
rotate: Public ordinary functions
rotate-d: Public ordinary functions
rotate-f: Public ordinary functions
rotate-x: Public ordinary functions
rotate-x-oes: Public ordinary functions

S
sample-coverage: Public compiler macros
sample-coverage: Public ordinary functions
sample-coverage-arb: Public compiler macros
sample-coverage-arb: Public ordinary functions
sample-coverage-x: Public compiler macros
sample-coverage-x: Public ordinary functions
sample-coverage-x-oes: Public compiler macros
sample-coverage-x-oes: Public ordinary functions
sample-map-ati: Public compiler macros
sample-map-ati: Public ordinary functions
sample-mask-ext: Public compiler macros
sample-mask-ext: Public ordinary functions
sample-mask-i: Public ordinary functions
sample-mask-indexed-nv: Public ordinary functions
sample-mask-sgis: Public compiler macros
sample-mask-sgis: Public ordinary functions
sample-pattern-ext: Public compiler macros
sample-pattern-ext: Public ordinary functions
sample-pattern-sgis: Public compiler macros
sample-pattern-sgis: Public ordinary functions
sampler-parameter: Public ordinary functions
sampler-parameter-f: Public compiler macros
sampler-parameter-f: Public ordinary functions
sampler-parameter-fv: Public compiler macros
sampler-parameter-fv: Public ordinary functions
sampler-parameter-i: Public compiler macros
sampler-parameter-i: Public ordinary functions
sampler-parameter-iiv: Public compiler macros
sampler-parameter-iiv: Public ordinary functions
sampler-parameter-iiv-ext: Public compiler macros
sampler-parameter-iiv-ext: Public ordinary functions
sampler-parameter-iiv-oes: Public compiler macros
sampler-parameter-iiv-oes: Public ordinary functions
sampler-parameter-iuiv: Public compiler macros
sampler-parameter-iuiv: Public ordinary functions
sampler-parameter-iuiv-ext: Public compiler macros
sampler-parameter-iuiv-ext: Public ordinary functions
sampler-parameter-iuiv-oes: Public compiler macros
sampler-parameter-iuiv-oes: Public ordinary functions
sampler-parameter-iv: Public compiler macros
sampler-parameter-iv: Public ordinary functions
scale: Public ordinary functions
scale-d: Public ordinary functions
scale-f: Public ordinary functions
scale-x: Public ordinary functions
scale-x-oes: Public ordinary functions
scissor: Public ordinary functions
scissor-array-v: Public ordinary functions
scissor-array-v-nv: Public ordinary functions
scissor-array-v-oes: Public ordinary functions
scissor-exclusive-array-v-nv: Public ordinary functions
scissor-exclusive-nv: Public ordinary functions
scissor-indexed: Public ordinary functions
scissor-indexed-nv: Public ordinary functions
scissor-indexed-oes: Public ordinary functions
scissor-indexed-v: Public ordinary functions
scissor-indexed-v-nv: Public ordinary functions
scissor-indexed-v-oes: Public ordinary functions
secondary-color: Public ordinary functions
secondary-color-3b: Public ordinary functions
secondary-color-3b-ext: Public ordinary functions
secondary-color-3bv: Public ordinary functions
secondary-color-3bv-ext: Public ordinary functions
secondary-color-3d: Public ordinary functions
secondary-color-3d-ext: Public ordinary functions
secondary-color-3dv: Public ordinary functions
secondary-color-3dv-ext: Public ordinary functions
secondary-color-3f: Public ordinary functions
secondary-color-3f-ext: Public ordinary functions
secondary-color-3fv: Public ordinary functions
secondary-color-3fv-ext: Public ordinary functions
secondary-color-3h-nv: Public ordinary functions
secondary-color-3hv-nv: Public ordinary functions
secondary-color-3i: Public ordinary functions
secondary-color-3i-ext: Public ordinary functions
secondary-color-3iv: Public ordinary functions
secondary-color-3iv-ext: Public ordinary functions
secondary-color-3s: Public ordinary functions
secondary-color-3s-ext: Public ordinary functions
secondary-color-3sv: Public ordinary functions
secondary-color-3sv-ext: Public ordinary functions
secondary-color-3ub: Public ordinary functions
secondary-color-3ub-ext: Public ordinary functions
secondary-color-3ubv: Public ordinary functions
secondary-color-3ubv-ext: Public ordinary functions
secondary-color-3ui: Public ordinary functions
secondary-color-3ui-ext: Public ordinary functions
secondary-color-3uiv: Public ordinary functions
secondary-color-3uiv-ext: Public ordinary functions
secondary-color-3us: Public ordinary functions
secondary-color-3us-ext: Public ordinary functions
secondary-color-3usv: Public ordinary functions
secondary-color-3usv-ext: Public ordinary functions
secondary-color-format-nv: Public compiler macros
secondary-color-format-nv: Public ordinary functions
secondary-color-p3ui: Public compiler macros
secondary-color-p3ui: Public ordinary functions
secondary-color-p3uiv: Public compiler macros
secondary-color-p3uiv: Public ordinary functions
secondary-color-pointer: Public compiler macros
secondary-color-pointer: Public ordinary functions
secondary-color-pointer-ext: Public compiler macros
secondary-color-pointer-ext: Public ordinary functions
secondary-color-pointer-list-ibm: Public compiler macros
secondary-color-pointer-list-ibm: Public ordinary functions
select-buffer: Public ordinary functions
select-buffer: Public ordinary functions
select-perf-monitor-counters-amd: Public compiler macros
select-perf-monitor-counters-amd: Public ordinary functions
semaphore-parameter-iv-nv: Public compiler macros
semaphore-parameter-iv-nv: Public ordinary functions
semaphore-parameter-ui64v-ext: Public compiler macros
semaphore-parameter-ui64v-ext: Public ordinary functions
separable-filter-2d: Public compiler macros
separable-filter-2d: Public ordinary functions
separable-filter-2d-ext: Public compiler macros
separable-filter-2d-ext: Public ordinary functions
set-fence-apple: Public ordinary functions
set-fence-nv: Public compiler macros
set-fence-nv: Public ordinary functions
set-fragment-shader-constant-ati: Public ordinary functions
set-invariant-ext: Public compiler macros
set-invariant-ext: Public ordinary functions
set-local-constant-ext: Public compiler macros
set-local-constant-ext: Public ordinary functions
set-multisample-fv-amd: Public compiler macros
set-multisample-fv-amd: Public ordinary functions
shade-model: Public compiler macros
shade-model: Public ordinary functions
shader-binary: Public compiler macros
shader-binary: Public ordinary functions
shader-op-1-ext: Public compiler macros
shader-op-1-ext: Public ordinary functions
shader-op-2-ext: Public compiler macros
shader-op-2-ext: Public ordinary functions
shader-op-3-ext: Public compiler macros
shader-op-3-ext: Public ordinary functions
shader-source: Public ordinary functions
shader-source: Public ordinary functions
shader-source-arb: Public ordinary functions
shader-storage-block-binding: Public ordinary functions
shading-rate-combiner-ops-ext: Public compiler macros
shading-rate-combiner-ops-ext: Public ordinary functions
shading-rate-ext: Public compiler macros
shading-rate-ext: Public ordinary functions
shading-rate-image-barrier-nv: Public compiler macros
shading-rate-image-barrier-nv: Public ordinary functions
shading-rate-image-palette-nv: Public ordinary functions
shading-rate-qcom: Public compiler macros
shading-rate-qcom: Public ordinary functions
shading-rate-sample-order-custom-nv: Public compiler macros
shading-rate-sample-order-custom-nv: Public ordinary functions
shading-rate-sample-order-nv: Public compiler macros
shading-rate-sample-order-nv: Public ordinary functions
sharpen-tex-func-sgis: Public compiler macros
sharpen-tex-func-sgis: Public ordinary functions
signal-semaphore-ext: Public ordinary functions
signal-semaphore-ui64-nvx: Public ordinary functions
signal-vk-fence-nv: Public ordinary functions
signal-vk-semaphore-nv: Public ordinary functions
specialize-shader: Public ordinary functions
specialize-shader-arb: Public ordinary functions
sprite-parameter-f-sgix: Public compiler macros
sprite-parameter-f-sgix: Public ordinary functions
sprite-parameter-fv-sgix: Public compiler macros
sprite-parameter-fv-sgix: Public ordinary functions
sprite-parameter-i-sgix: Public compiler macros
sprite-parameter-i-sgix: Public ordinary functions
sprite-parameter-iv-sgix: Public compiler macros
sprite-parameter-iv-sgix: Public ordinary functions
start-instruments-sgix: Public ordinary functions
start-tiling-qcom: Public ordinary functions
state-capture-nv: Public compiler macros
state-capture-nv: Public ordinary functions
stencil-clear-tag-ext: Public ordinary functions
stencil-fill-path-instanced-nv: Public compiler macros
stencil-fill-path-instanced-nv: Public ordinary functions
stencil-fill-path-nv: Public compiler macros
stencil-fill-path-nv: Public ordinary functions
stencil-func: Public compiler macros
stencil-func: Public ordinary functions
stencil-func-separate: Public compiler macros
stencil-func-separate: Public ordinary functions
stencil-func-separate-ati: Public compiler macros
stencil-func-separate-ati: Public ordinary functions
stencil-mask: Public ordinary functions
stencil-mask-separate: Public compiler macros
stencil-mask-separate: Public ordinary functions
stencil-op: Public compiler macros
stencil-op: Public ordinary functions
stencil-op-separate: Public compiler macros
stencil-op-separate: Public ordinary functions
stencil-op-separate-ati: Public compiler macros
stencil-op-separate-ati: Public ordinary functions
stencil-op-value-amd: Public compiler macros
stencil-op-value-amd: Public ordinary functions
stencil-stroke-path-instanced-nv: Public compiler macros
stencil-stroke-path-instanced-nv: Public ordinary functions
stencil-stroke-path-nv: Public ordinary functions
stencil-then-cover-fill-path-instanced-nv: Public compiler macros
stencil-then-cover-fill-path-instanced-nv: Public ordinary functions
stencil-then-cover-fill-path-nv: Public compiler macros
stencil-then-cover-fill-path-nv: Public ordinary functions
stencil-then-cover-stroke-path-instanced-nv: Public compiler macros
stencil-then-cover-stroke-path-instanced-nv: Public ordinary functions
stencil-then-cover-stroke-path-nv: Public compiler macros
stencil-then-cover-stroke-path-nv: Public ordinary functions
stop-instruments-sgix: Public ordinary functions
string-marker-gremedy: Public ordinary functions
subpixel-precision-bias-nv: Public ordinary functions
swizzle-ext: Public compiler macros
swizzle-ext: Public ordinary functions
symbolic-type->real-type: Private ordinary functions
symbolicate-package: Private ordinary functions
sync-texture-intel: Public ordinary functions

T
tag-sample-buffer-sgix: Public ordinary functions
tangent-3b-ext: Public ordinary functions
tangent-3bv-ext: Public ordinary functions
tangent-3d-ext: Public ordinary functions
tangent-3dv-ext: Public ordinary functions
tangent-3f-ext: Public ordinary functions
tangent-3fv-ext: Public ordinary functions
tangent-3i-ext: Public ordinary functions
tangent-3iv-ext: Public ordinary functions
tangent-3s-ext: Public ordinary functions
tangent-3sv-ext: Public ordinary functions
tangent-pointer-ext: Public compiler macros
tangent-pointer-ext: Public ordinary functions
tbuffer-mask-3dfx: Public ordinary functions
tessellation-factor-amd: Public ordinary functions
tessellation-mode-amd: Public compiler macros
tessellation-mode-amd: Public ordinary functions
test-fence-apple: Public ordinary functions
test-fence-nv: Public ordinary functions
test-object-apple: Public compiler macros
test-object-apple: Public ordinary functions
tex-attach-memory-nv: Public compiler macros
tex-attach-memory-nv: Public ordinary functions
tex-buffer: Public compiler macros
tex-buffer: Public ordinary functions
tex-buffer-arb: Public compiler macros
tex-buffer-arb: Public ordinary functions
tex-buffer-ext: Public compiler macros
tex-buffer-ext: Public ordinary functions
tex-buffer-oes: Public compiler macros
tex-buffer-oes: Public ordinary functions
tex-buffer-range: Public compiler macros
tex-buffer-range: Public ordinary functions
tex-buffer-range-ext: Public compiler macros
tex-buffer-range-ext: Public ordinary functions
tex-buffer-range-oes: Public compiler macros
tex-buffer-range-oes: Public ordinary functions
tex-bump-parameter-fv-ati: Public compiler macros
tex-bump-parameter-fv-ati: Public ordinary functions
tex-bump-parameter-iv-ati: Public compiler macros
tex-bump-parameter-iv-ati: Public ordinary functions
tex-coord: Public ordinary functions
tex-coord-1b-oes: Public ordinary functions
tex-coord-1bv-oes: Public ordinary functions
tex-coord-1d: Public ordinary functions
tex-coord-1dv: Public ordinary functions
tex-coord-1f: Public ordinary functions
tex-coord-1fv: Public ordinary functions
tex-coord-1h-nv: Public ordinary functions
tex-coord-1hv-nv: Public ordinary functions
tex-coord-1i: Public ordinary functions
tex-coord-1iv: Public ordinary functions
tex-coord-1s: Public ordinary functions
tex-coord-1sv: Public ordinary functions
tex-coord-1x-oes: Public ordinary functions
tex-coord-1xv-oes: Public ordinary functions
tex-coord-2b-oes: Public ordinary functions
tex-coord-2bv-oes: Public ordinary functions
tex-coord-2d: Public ordinary functions
tex-coord-2dv: Public ordinary functions
tex-coord-2f: Public ordinary functions
tex-coord-2f-color-3f-vertex-3f-sun: Public ordinary functions
tex-coord-2f-color-3f-vertex-3fv-sun: Public ordinary functions
tex-coord-2f-color-4f-normal-3f-vertex-3f-sun: Public ordinary functions
tex-coord-2f-color-4f-normal-3f-vertex-3fv-sun: Public ordinary functions
tex-coord-2f-color-4ub-vertex-3f-sun: Public ordinary functions
tex-coord-2f-color-4ub-vertex-3fv-sun: Public ordinary functions
tex-coord-2f-normal-3f-vertex-3f-sun: Public ordinary functions
tex-coord-2f-normal-3f-vertex-3fv-sun: Public ordinary functions
tex-coord-2f-vertex-3f-sun: Public ordinary functions
tex-coord-2f-vertex-3fv-sun: Public ordinary functions
tex-coord-2fv: Public ordinary functions
tex-coord-2h-nv: Public ordinary functions
tex-coord-2hv-nv: Public ordinary functions
tex-coord-2i: Public ordinary functions
tex-coord-2iv: Public ordinary functions
tex-coord-2s: Public ordinary functions
tex-coord-2sv: Public ordinary functions
tex-coord-2x-oes: Public ordinary functions
tex-coord-2xv-oes: Public ordinary functions
tex-coord-3b-oes: Public ordinary functions
tex-coord-3bv-oes: Public ordinary functions
tex-coord-3d: Public ordinary functions
tex-coord-3dv: Public ordinary functions
tex-coord-3f: Public ordinary functions
tex-coord-3fv: Public ordinary functions
tex-coord-3h-nv: Public ordinary functions
tex-coord-3hv-nv: Public ordinary functions
tex-coord-3i: Public ordinary functions
tex-coord-3iv: Public ordinary functions
tex-coord-3s: Public ordinary functions
tex-coord-3sv: Public ordinary functions
tex-coord-3x-oes: Public ordinary functions
tex-coord-3xv-oes: Public ordinary functions
tex-coord-4b-oes: Public ordinary functions
tex-coord-4bv-oes: Public ordinary functions
tex-coord-4d: Public ordinary functions
tex-coord-4dv: Public ordinary functions
tex-coord-4f: Public ordinary functions
tex-coord-4f-color-4f-normal-3f-vertex-4f-sun: Public ordinary functions
tex-coord-4f-color-4f-normal-3f-vertex-4fv-sun: Public ordinary functions
tex-coord-4f-vertex-4f-sun: Public ordinary functions
tex-coord-4f-vertex-4fv-sun: Public ordinary functions
tex-coord-4fv: Public ordinary functions
tex-coord-4h-nv: Public ordinary functions
tex-coord-4hv-nv: Public ordinary functions
tex-coord-4i: Public ordinary functions
tex-coord-4iv: Public ordinary functions
tex-coord-4s: Public ordinary functions
tex-coord-4sv: Public ordinary functions
tex-coord-4x-oes: Public ordinary functions
tex-coord-4xv-oes: Public ordinary functions
tex-coord-format-nv: Public compiler macros
tex-coord-format-nv: Public ordinary functions
tex-coord-p1ui: Public compiler macros
tex-coord-p1ui: Public ordinary functions
tex-coord-p1uiv: Public compiler macros
tex-coord-p1uiv: Public ordinary functions
tex-coord-p2ui: Public compiler macros
tex-coord-p2ui: Public ordinary functions
tex-coord-p2uiv: Public compiler macros
tex-coord-p2uiv: Public ordinary functions
tex-coord-p3ui: Public compiler macros
tex-coord-p3ui: Public ordinary functions
tex-coord-p3uiv: Public compiler macros
tex-coord-p3uiv: Public ordinary functions
tex-coord-p4ui: Public compiler macros
tex-coord-p4ui: Public ordinary functions
tex-coord-p4uiv: Public compiler macros
tex-coord-p4uiv: Public ordinary functions
tex-coord-pointer: Public compiler macros
tex-coord-pointer: Public ordinary functions
tex-coord-pointer-ext: Public compiler macros
tex-coord-pointer-ext: Public ordinary functions
tex-coord-pointer-list-ibm: Public compiler macros
tex-coord-pointer-list-ibm: Public ordinary functions
tex-coord-pointer-v-intel: Public compiler macros
tex-coord-pointer-v-intel: Public ordinary functions
tex-env: Public ordinary functions
tex-env-f: Public compiler macros
tex-env-f: Public ordinary functions
tex-env-fv: Public compiler macros
tex-env-fv: Public ordinary functions
tex-env-i: Public compiler macros
tex-env-i: Public ordinary functions
tex-env-iv: Public compiler macros
tex-env-iv: Public ordinary functions
tex-env-x: Public compiler macros
tex-env-x: Public ordinary functions
tex-env-x-oes: Public compiler macros
tex-env-x-oes: Public ordinary functions
tex-env-xv: Public compiler macros
tex-env-xv: Public ordinary functions
tex-env-xv-oes: Public compiler macros
tex-env-xv-oes: Public ordinary functions
tex-estimate-motion-qcom: Public ordinary functions
tex-estimate-motion-regions-qcom: Public ordinary functions
tex-filter-func-sgis: Public compiler macros
tex-filter-func-sgis: Public ordinary functions
tex-gen: Public ordinary functions
tex-gen-d: Public compiler macros
tex-gen-d: Public ordinary functions
tex-gen-dv: Public compiler macros
tex-gen-dv: Public ordinary functions
tex-gen-f: Public compiler macros
tex-gen-f: Public ordinary functions
tex-gen-f-oes: Public compiler macros
tex-gen-f-oes: Public ordinary functions
tex-gen-fv: Public compiler macros
tex-gen-fv: Public ordinary functions
tex-gen-fv-oes: Public compiler macros
tex-gen-fv-oes: Public ordinary functions
tex-gen-i: Public compiler macros
tex-gen-i: Public ordinary functions
tex-gen-i-oes: Public compiler macros
tex-gen-i-oes: Public ordinary functions
tex-gen-iv: Public compiler macros
tex-gen-iv: Public ordinary functions
tex-gen-iv-oes: Public compiler macros
tex-gen-iv-oes: Public ordinary functions
tex-gen-x-oes: Public compiler macros
tex-gen-x-oes: Public ordinary functions
tex-gen-xv-oes: Public compiler macros
tex-gen-xv-oes: Public ordinary functions
tex-image-1d: Public compiler macros
tex-image-1d: Public ordinary functions
tex-image-1d: Public ordinary functions
tex-image-2d: Public compiler macros
tex-image-2d: Public ordinary functions
tex-image-2d: Public ordinary functions
tex-image-2d-multisample: Public compiler macros
tex-image-2d-multisample: Public ordinary functions
tex-image-2d-multisample-coverage-nv: Public compiler macros
tex-image-2d-multisample-coverage-nv: Public ordinary functions
tex-image-3d: Public compiler macros
tex-image-3d: Public ordinary functions
tex-image-3d: Public ordinary functions
tex-image-3d-ext: Public compiler macros
tex-image-3d-ext: Public ordinary functions
tex-image-3d-multisample: Public compiler macros
tex-image-3d-multisample: Public ordinary functions
tex-image-3d-multisample-coverage-nv: Public compiler macros
tex-image-3d-multisample-coverage-nv: Public ordinary functions
tex-image-3d-oes: Public compiler macros
tex-image-3d-oes: Public ordinary functions
tex-image-4d-sgis: Public compiler macros
tex-image-4d-sgis: Public ordinary functions
tex-page-commitment-arb: Public compiler macros
tex-page-commitment-arb: Public ordinary functions
tex-page-commitment-ext: Public compiler macros
tex-page-commitment-ext: Public ordinary functions
tex-page-commitment-mem-nv: Public compiler macros
tex-page-commitment-mem-nv: Public ordinary functions
tex-parameter: Public ordinary functions
tex-parameter-f: Public compiler macros
tex-parameter-f: Public ordinary functions
tex-parameter-fv: Public compiler macros
tex-parameter-fv: Public ordinary functions
tex-parameter-i: Public compiler macros
tex-parameter-i: Public ordinary functions
tex-parameter-iiv: Public compiler macros
tex-parameter-iiv: Public ordinary functions
tex-parameter-iiv-ext: Public compiler macros
tex-parameter-iiv-ext: Public ordinary functions
tex-parameter-iiv-oes: Public compiler macros
tex-parameter-iiv-oes: Public ordinary functions
tex-parameter-iuiv: Public compiler macros
tex-parameter-iuiv: Public ordinary functions
tex-parameter-iuiv-ext: Public compiler macros
tex-parameter-iuiv-ext: Public ordinary functions
tex-parameter-iuiv-oes: Public compiler macros
tex-parameter-iuiv-oes: Public ordinary functions
tex-parameter-iv: Public compiler macros
tex-parameter-iv: Public ordinary functions
tex-parameter-x: Public compiler macros
tex-parameter-x: Public ordinary functions
tex-parameter-x-oes: Public compiler macros
tex-parameter-x-oes: Public ordinary functions
tex-parameter-xv: Public compiler macros
tex-parameter-xv: Public ordinary functions
tex-parameter-xv-oes: Public compiler macros
tex-parameter-xv-oes: Public ordinary functions
tex-renderbuffer-nv: Public compiler macros
tex-renderbuffer-nv: Public ordinary functions
tex-storage-1d: Public compiler macros
tex-storage-1d: Public ordinary functions
tex-storage-1d-ext: Public compiler macros
tex-storage-1d-ext: Public ordinary functions
tex-storage-2d: Public compiler macros
tex-storage-2d: Public ordinary functions
tex-storage-2d-ext: Public compiler macros
tex-storage-2d-ext: Public ordinary functions
tex-storage-2d-multisample: Public compiler macros
tex-storage-2d-multisample: Public ordinary functions
tex-storage-3d: Public compiler macros
tex-storage-3d: Public ordinary functions
tex-storage-3d-ext: Public compiler macros
tex-storage-3d-ext: Public ordinary functions
tex-storage-3d-multisample: Public compiler macros
tex-storage-3d-multisample: Public ordinary functions
tex-storage-3d-multisample-oes: Public compiler macros
tex-storage-3d-multisample-oes: Public ordinary functions
tex-storage-attribs-2d-ext: Public compiler macros
tex-storage-attribs-2d-ext: Public ordinary functions
tex-storage-attribs-3d-ext: Public compiler macros
tex-storage-attribs-3d-ext: Public ordinary functions
tex-storage-mem-1d-ext: Public compiler macros
tex-storage-mem-1d-ext: Public ordinary functions
tex-storage-mem-2d-ext: Public compiler macros
tex-storage-mem-2d-ext: Public ordinary functions
tex-storage-mem-2d-multisample-ext: Public compiler macros
tex-storage-mem-2d-multisample-ext: Public ordinary functions
tex-storage-mem-3d-ext: Public compiler macros
tex-storage-mem-3d-ext: Public ordinary functions
tex-storage-mem-3d-multisample-ext: Public compiler macros
tex-storage-mem-3d-multisample-ext: Public ordinary functions
tex-storage-sparse-amd: Public compiler macros
tex-storage-sparse-amd: Public ordinary functions
tex-sub-image-1d: Public compiler macros
tex-sub-image-1d: Public ordinary functions
tex-sub-image-1d: Public ordinary functions
tex-sub-image-1d-ext: Public compiler macros
tex-sub-image-1d-ext: Public ordinary functions
tex-sub-image-2d: Public compiler macros
tex-sub-image-2d: Public ordinary functions
tex-sub-image-2d: Public ordinary functions
tex-sub-image-2d-ext: Public compiler macros
tex-sub-image-2d-ext: Public ordinary functions
tex-sub-image-3d: Public compiler macros
tex-sub-image-3d: Public ordinary functions
tex-sub-image-3d: Public ordinary functions
tex-sub-image-3d-ext: Public compiler macros
tex-sub-image-3d-ext: Public ordinary functions
tex-sub-image-3d-oes: Public compiler macros
tex-sub-image-3d-oes: Public ordinary functions
tex-sub-image-4d-sgis: Public compiler macros
tex-sub-image-4d-sgis: Public ordinary functions
texture-attach-memory-nv: Public ordinary functions
texture-barrier: Public ordinary functions
texture-barrier-nv: Public ordinary functions
texture-buffer: Public compiler macros
texture-buffer: Public ordinary functions
texture-buffer-ext: Public compiler macros
texture-buffer-ext: Public ordinary functions
texture-buffer-range: Public compiler macros
texture-buffer-range: Public ordinary functions
texture-buffer-range-ext: Public compiler macros
texture-buffer-range-ext: Public ordinary functions
texture-color-mask-sgis: Public compiler macros
texture-color-mask-sgis: Public ordinary functions
texture-foveation-parameters-qcom: Public ordinary functions
texture-image-1d-ext: Public compiler macros
texture-image-1d-ext: Public ordinary functions
texture-image-2d-ext: Public compiler macros
texture-image-2d-ext: Public ordinary functions
texture-image-2d-multisample-coverage-nv: Public compiler macros
texture-image-2d-multisample-coverage-nv: Public ordinary functions
texture-image-2d-multisample-nv: Public compiler macros
texture-image-2d-multisample-nv: Public ordinary functions
texture-image-3d-ext: Public compiler macros
texture-image-3d-ext: Public ordinary functions
texture-image-3d-multisample-coverage-nv: Public compiler macros
texture-image-3d-multisample-coverage-nv: Public ordinary functions
texture-image-3d-multisample-nv: Public compiler macros
texture-image-3d-multisample-nv: Public ordinary functions
texture-light-ext: Public compiler macros
texture-light-ext: Public ordinary functions
texture-material-ext: Public compiler macros
texture-material-ext: Public ordinary functions
texture-normal-ext: Public compiler macros
texture-normal-ext: Public ordinary functions
texture-page-commitment-ext: Public compiler macros
texture-page-commitment-ext: Public ordinary functions
texture-page-commitment-mem-nv: Public compiler macros
texture-page-commitment-mem-nv: Public ordinary functions
texture-parameter: Public ordinary functions
texture-parameter-f: Public compiler macros
texture-parameter-f: Public ordinary functions
texture-parameter-f-ext: Public compiler macros
texture-parameter-f-ext: Public ordinary functions
texture-parameter-fv: Public compiler macros
texture-parameter-fv: Public ordinary functions
texture-parameter-fv-ext: Public compiler macros
texture-parameter-fv-ext: Public ordinary functions
texture-parameter-i: Public compiler macros
texture-parameter-i: Public ordinary functions
texture-parameter-i-ext: Public compiler macros
texture-parameter-i-ext: Public ordinary functions
texture-parameter-iiv: Public compiler macros
texture-parameter-iiv: Public ordinary functions
texture-parameter-iiv-ext: Public compiler macros
texture-parameter-iiv-ext: Public ordinary functions
texture-parameter-iuiv: Public compiler macros
texture-parameter-iuiv: Public ordinary functions
texture-parameter-iuiv-ext: Public compiler macros
texture-parameter-iuiv-ext: Public ordinary functions
texture-parameter-iv: Public compiler macros
texture-parameter-iv: Public ordinary functions
texture-parameter-iv-ext: Public compiler macros
texture-parameter-iv-ext: Public ordinary functions
texture-range-apple: Public compiler macros
texture-range-apple: Public ordinary functions
texture-renderbuffer-ext: Public compiler macros
texture-renderbuffer-ext: Public ordinary functions
texture-resident-p: Public ordinary functions
texture-storage-1d: Public compiler macros
texture-storage-1d: Public ordinary functions
texture-storage-1d-ext: Public compiler macros
texture-storage-1d-ext: Public ordinary functions
texture-storage-2d: Public compiler macros
texture-storage-2d: Public ordinary functions
texture-storage-2d-ext: Public compiler macros
texture-storage-2d-ext: Public ordinary functions
texture-storage-2d-multisample: Public compiler macros
texture-storage-2d-multisample: Public ordinary functions
texture-storage-2d-multisample-ext: Public compiler macros
texture-storage-2d-multisample-ext: Public ordinary functions
texture-storage-3d: Public compiler macros
texture-storage-3d: Public ordinary functions
texture-storage-3d-ext: Public compiler macros
texture-storage-3d-ext: Public ordinary functions
texture-storage-3d-multisample: Public compiler macros
texture-storage-3d-multisample: Public ordinary functions
texture-storage-3d-multisample-ext: Public compiler macros
texture-storage-3d-multisample-ext: Public ordinary functions
texture-storage-mem-1d-ext: Public compiler macros
texture-storage-mem-1d-ext: Public ordinary functions
texture-storage-mem-2d-ext: Public compiler macros
texture-storage-mem-2d-ext: Public ordinary functions
texture-storage-mem-2d-multisample-ext: Public compiler macros
texture-storage-mem-2d-multisample-ext: Public ordinary functions
texture-storage-mem-3d-ext: Public compiler macros
texture-storage-mem-3d-ext: Public ordinary functions
texture-storage-mem-3d-multisample-ext: Public compiler macros
texture-storage-mem-3d-multisample-ext: Public ordinary functions
texture-storage-sparse-amd: Public compiler macros
texture-storage-sparse-amd: Public ordinary functions
texture-sub-image-1d: Public compiler macros
texture-sub-image-1d: Public ordinary functions
texture-sub-image-1d: Public ordinary functions
texture-sub-image-1d-ext: Public compiler macros
texture-sub-image-1d-ext: Public ordinary functions
texture-sub-image-2d: Public compiler macros
texture-sub-image-2d: Public ordinary functions
texture-sub-image-2d: Public ordinary functions
texture-sub-image-2d-ext: Public compiler macros
texture-sub-image-2d-ext: Public ordinary functions
texture-sub-image-3d: Public compiler macros
texture-sub-image-3d: Public ordinary functions
texture-sub-image-3d: Public ordinary functions
texture-sub-image-3d-ext: Public compiler macros
texture-sub-image-3d-ext: Public ordinary functions
texture-view: Public compiler macros
texture-view: Public ordinary functions
texture-view-ext: Public compiler macros
texture-view-ext: Public ordinary functions
texture-view-oes: Public compiler macros
texture-view-oes: Public ordinary functions
track-matrix-nv: Public compiler macros
track-matrix-nv: Public ordinary functions
transform-feedback-attribs-nv: Public compiler macros
transform-feedback-attribs-nv: Public ordinary functions
transform-feedback-buffer-base: Public ordinary functions
transform-feedback-buffer-range: Public ordinary functions
transform-feedback-stream-attribs-nv: Public compiler macros
transform-feedback-stream-attribs-nv: Public ordinary functions
transform-feedback-varyings: Public compiler macros
transform-feedback-varyings: Public ordinary functions
transform-feedback-varyings-ext: Public compiler macros
transform-feedback-varyings-ext: Public ordinary functions
transform-feedback-varyings-nv: Public compiler macros
transform-feedback-varyings-nv: Public ordinary functions
transform-path-nv: Public compiler macros
transform-path-nv: Public ordinary functions
translate: Public ordinary functions
translate-d: Public ordinary functions
translate-f: Public ordinary functions
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-x: Public ordinary functions
translate-x-oes: Public ordinary functions
try-to-parse-enum: Private ordinary functions

U
uniform-1d: Public ordinary functions
uniform-1dv: Public ordinary functions
uniform-1f: Public ordinary functions
uniform-1f-arb: Public ordinary functions
uniform-1fv: Public ordinary functions
uniform-1fv-arb: Public ordinary functions
uniform-1i: Public ordinary functions
uniform-1i-arb: Public ordinary functions
uniform-1i64-arb: Public ordinary functions
uniform-1i64-nv: Public ordinary functions
uniform-1i64v-arb: Public ordinary functions
uniform-1i64v-nv: Public ordinary functions
uniform-1iv: Public ordinary functions
uniform-1iv-arb: Public ordinary functions
uniform-1ui: Public ordinary functions
uniform-1ui-ext: Public ordinary functions
uniform-1ui64-arb: Public ordinary functions
uniform-1ui64-nv: Public ordinary functions
uniform-1ui64v-arb: Public ordinary functions
uniform-1ui64v-nv: Public ordinary functions
uniform-1uiv: Public ordinary functions
uniform-1uiv-ext: Public ordinary functions
uniform-2d: Public ordinary functions
uniform-2dv: Public ordinary functions
uniform-2f: Public ordinary functions
uniform-2f-arb: Public ordinary functions
uniform-2fv: Public ordinary functions
uniform-2fv-arb: Public ordinary functions
uniform-2i: Public ordinary functions
uniform-2i-arb: Public ordinary functions
uniform-2i64-arb: Public ordinary functions
uniform-2i64-nv: Public ordinary functions
uniform-2i64v-arb: Public ordinary functions
uniform-2i64v-nv: Public ordinary functions
uniform-2iv: Public ordinary functions
uniform-2iv-arb: Public ordinary functions
uniform-2ui: Public ordinary functions
uniform-2ui-ext: Public ordinary functions
uniform-2ui64-arb: Public ordinary functions
uniform-2ui64-nv: Public ordinary functions
uniform-2ui64v-arb: Public ordinary functions
uniform-2ui64v-nv: Public ordinary functions
uniform-2uiv: Public ordinary functions
uniform-2uiv-ext: Public ordinary functions
uniform-3d: Public ordinary functions
uniform-3dv: Public ordinary functions
uniform-3f: Public ordinary functions
uniform-3f-arb: Public ordinary functions
uniform-3fv: Public ordinary functions
uniform-3fv-arb: Public ordinary functions
uniform-3i: Public ordinary functions
uniform-3i-arb: Public ordinary functions
uniform-3i64-arb: Public ordinary functions
uniform-3i64-nv: Public ordinary functions
uniform-3i64v-arb: Public ordinary functions
uniform-3i64v-nv: Public ordinary functions
uniform-3iv: Public ordinary functions
uniform-3iv-arb: Public ordinary functions
uniform-3ui: Public ordinary functions
uniform-3ui-ext: Public ordinary functions
uniform-3ui64-arb: Public ordinary functions
uniform-3ui64-nv: Public ordinary functions
uniform-3ui64v-arb: Public ordinary functions
uniform-3ui64v-nv: Public ordinary functions
uniform-3uiv: Public ordinary functions
uniform-3uiv-ext: Public ordinary functions
uniform-4d: Public ordinary functions
uniform-4dv: Public ordinary functions
uniform-4f: Public ordinary functions
uniform-4f-arb: Public ordinary functions
uniform-4fv: Public ordinary functions
uniform-4fv-arb: Public ordinary functions
uniform-4i: Public ordinary functions
uniform-4i-arb: Public ordinary functions
uniform-4i64-arb: Public ordinary functions
uniform-4i64-nv: Public ordinary functions
uniform-4i64v-arb: Public ordinary functions
uniform-4i64v-nv: Public ordinary functions
uniform-4iv: Public ordinary functions
uniform-4iv-arb: Public ordinary functions
uniform-4ui: Public ordinary functions
uniform-4ui-ext: Public ordinary functions
uniform-4ui64-arb: Public ordinary functions
uniform-4ui64-nv: Public ordinary functions
uniform-4ui64v-arb: Public ordinary functions
uniform-4ui64v-nv: Public ordinary functions
uniform-4uiv: Public ordinary functions
uniform-4uiv-ext: Public ordinary functions
uniform-block-binding: Public ordinary functions
uniform-buffer-ext: Public ordinary functions
uniform-handle-ui64-arb: Public ordinary functions
uniform-handle-ui64-nv: Public ordinary functions
uniform-handle-ui64v-arb: Public ordinary functions
uniform-handle-ui64v-nv: Public ordinary functions
uniform-handleui64img: Public ordinary functions
uniform-handleui64v-img: Public ordinary functions
uniform-matrix: Public ordinary functions
uniform-matrix-2dv: Public compiler macros
uniform-matrix-2dv: Public ordinary functions
uniform-matrix-2fv: Public compiler macros
uniform-matrix-2fv: Public ordinary functions
uniform-matrix-2fv: Public ordinary functions
uniform-matrix-2fv-arb: Public compiler macros
uniform-matrix-2fv-arb: Public ordinary functions
uniform-matrix-2x3-dv: Public compiler macros
uniform-matrix-2x3-dv: Public ordinary functions
uniform-matrix-2x3-fv: Public compiler macros
uniform-matrix-2x3-fv: Public ordinary functions
uniform-matrix-2x3-fv: Public ordinary functions
uniform-matrix-2x3-fv-nv: Public compiler macros
uniform-matrix-2x3-fv-nv: Public ordinary functions
uniform-matrix-2x4-dv: Public compiler macros
uniform-matrix-2x4-dv: Public ordinary functions
uniform-matrix-2x4-fv: Public compiler macros
uniform-matrix-2x4-fv: Public ordinary functions
uniform-matrix-2x4-fv: Public ordinary functions
uniform-matrix-2x4-fv-nv: Public compiler macros
uniform-matrix-2x4-fv-nv: Public ordinary functions
uniform-matrix-3dv: Public compiler macros
uniform-matrix-3dv: Public ordinary functions
uniform-matrix-3fv: Public compiler macros
uniform-matrix-3fv: Public ordinary functions
uniform-matrix-3fv: Public ordinary functions
uniform-matrix-3fv-arb: Public compiler macros
uniform-matrix-3fv-arb: Public ordinary functions
uniform-matrix-3x2-dv: Public compiler macros
uniform-matrix-3x2-dv: Public ordinary functions
uniform-matrix-3x2-fv: Public compiler macros
uniform-matrix-3x2-fv: Public ordinary functions
uniform-matrix-3x2-fv: Public ordinary functions
uniform-matrix-3x2-fv-nv: Public compiler macros
uniform-matrix-3x2-fv-nv: Public ordinary functions
uniform-matrix-3x4-dv: Public compiler macros
uniform-matrix-3x4-dv: Public ordinary functions
uniform-matrix-3x4-fv: Public compiler macros
uniform-matrix-3x4-fv: Public ordinary functions
uniform-matrix-3x4-fv: Public ordinary functions
uniform-matrix-3x4-fv-nv: Public compiler macros
uniform-matrix-3x4-fv-nv: Public ordinary functions
uniform-matrix-4dv: Public compiler macros
uniform-matrix-4dv: Public ordinary functions
uniform-matrix-4fv: Public compiler macros
uniform-matrix-4fv: Public ordinary functions
uniform-matrix-4fv: Public ordinary functions
uniform-matrix-4fv-arb: Public compiler macros
uniform-matrix-4fv-arb: Public ordinary functions
uniform-matrix-4x2-dv: Public compiler macros
uniform-matrix-4x2-dv: Public ordinary functions
uniform-matrix-4x2-fv: Public compiler macros
uniform-matrix-4x2-fv: Public ordinary functions
uniform-matrix-4x2-fv: Public ordinary functions
uniform-matrix-4x2-fv-nv: Public compiler macros
uniform-matrix-4x2-fv-nv: Public ordinary functions
uniform-matrix-4x3-dv: Public compiler macros
uniform-matrix-4x3-dv: Public ordinary functions
uniform-matrix-4x3-fv: Public compiler macros
uniform-matrix-4x3-fv: Public ordinary functions
uniform-matrix-4x3-fv: Public ordinary functions
uniform-matrix-4x3-fv-nv: Public compiler macros
uniform-matrix-4x3-fv-nv: Public ordinary functions
uniform-subroutines-uiv: Public compiler macros
uniform-subroutines-uiv: Public ordinary functions
uniform-ui64-nv: Public ordinary functions
uniform-ui64v-nv: Public ordinary functions
uniformf: Public compiler macros
uniformf: Public ordinary functions
uniformfv: Public ordinary functions
uniformi: Public compiler macros
uniformi: Public ordinary functions
uniformiv: Public ordinary functions
unlock-arrays-ext: Public ordinary functions
unmap-buffer: Public compiler macros
unmap-buffer: Public ordinary functions
unmap-buffer-arb: Public compiler macros
unmap-buffer-arb: Public ordinary functions
unmap-buffer-oes: Public compiler macros
unmap-buffer-oes: Public ordinary functions
unmap-named-buffer: Public ordinary functions
unmap-named-buffer-ext: Public ordinary functions
unmap-object-buffer-ati: Public ordinary functions
unmap-texture-2d-intel: Public ordinary functions
update-object-buffer-ati: Public compiler macros
update-object-buffer-ati: Public ordinary functions
upload-gpu-mask-nvx: Public ordinary functions
use-program: Public ordinary functions
use-program-object-arb: Public ordinary functions
use-program-stages: Public ordinary functions
use-program-stages: Public ordinary functions
use-program-stages-ext: Public ordinary functions
use-shader-program-ext: Public compiler macros
use-shader-program-ext: Public ordinary functions

V
validate-program: Public ordinary functions
validate-program-arb: Public ordinary functions
validate-program-pipeline: Public ordinary functions
validate-program-pipeline-ext: Public ordinary functions
variant-array-object-ati: Public compiler macros
variant-array-object-ati: Public ordinary functions
variant-bv-ext: Public ordinary functions
variant-dv-ext: Public ordinary functions
variant-fv-ext: Public ordinary functions
variant-iv-ext: Public ordinary functions
variant-pointer-ext: Public compiler macros
variant-pointer-ext: Public ordinary functions
variant-sv-ext: Public ordinary functions
variant-ubv-ext: Public ordinary functions
variant-uiv-ext: Public ordinary functions
variant-usv-ext: Public ordinary functions
vdpau-fini-nv: Public ordinary functions
vdpau-get-surface-iv-nv: Public compiler macros
vdpau-get-surface-iv-nv: Public ordinary functions
vdpau-init-nv: Public ordinary functions
vdpau-is-surface-nv: Public ordinary functions
vdpau-map-surfaces-nv: Public ordinary functions
vdpau-register-output-surface-nv: Public compiler macros
vdpau-register-output-surface-nv: Public ordinary functions
vdpau-register-video-surface-nv: Public compiler macros
vdpau-register-video-surface-nv: Public ordinary functions
vdpau-register-video-surface-with-picture-structure-nv: Public compiler macros
vdpau-register-video-surface-with-picture-structure-nv: Public ordinary functions
vdpau-surface-access-nv: Public compiler macros
vdpau-surface-access-nv: Public ordinary functions
vdpau-unmap-surfaces-nv: Public ordinary functions
vdpau-unregister-surface-nv: Public ordinary functions
vertex: Public ordinary functions
vertex-2b-oes: Public ordinary functions
vertex-2bv-oes: Public ordinary functions
vertex-2d: Public ordinary functions
vertex-2dv: Public ordinary functions
vertex-2f: Public ordinary functions
vertex-2fv: Public ordinary functions
vertex-2h-nv: Public ordinary functions
vertex-2hv-nv: Public ordinary functions
vertex-2i: Public ordinary functions
vertex-2iv: Public ordinary functions
vertex-2s: Public ordinary functions
vertex-2sv: Public ordinary functions
vertex-2x-oes: Public ordinary functions
vertex-2xv-oes: Public ordinary functions
vertex-3b-oes: Public ordinary functions
vertex-3bv-oes: Public ordinary functions
vertex-3d: Public ordinary functions
vertex-3dv: Public ordinary functions
vertex-3f: Public ordinary functions
vertex-3fv: Public ordinary functions
vertex-3h-nv: Public ordinary functions
vertex-3hv-nv: Public ordinary functions
vertex-3i: Public ordinary functions
vertex-3iv: Public ordinary functions
vertex-3s: Public ordinary functions
vertex-3sv: Public ordinary functions
vertex-3x-oes: Public ordinary functions
vertex-3xv-oes: Public ordinary functions
vertex-4b-oes: Public ordinary functions
vertex-4bv-oes: Public ordinary functions
vertex-4d: Public ordinary functions
vertex-4dv: Public ordinary functions
vertex-4f: Public ordinary functions
vertex-4fv: Public ordinary functions
vertex-4h-nv: Public ordinary functions
vertex-4hv-nv: Public ordinary functions
vertex-4i: Public ordinary functions
vertex-4iv: Public ordinary functions
vertex-4s: Public ordinary functions
vertex-4sv: Public ordinary functions
vertex-4x-oes: Public ordinary functions
vertex-4xv-oes: Public ordinary functions
vertex-array-attrib-binding: Public ordinary functions
vertex-array-attrib-format: Public compiler macros
vertex-array-attrib-format: Public ordinary functions
vertex-array-attrib-i-format: Public compiler macros
vertex-array-attrib-i-format: Public ordinary functions
vertex-array-attrib-l-format: Public compiler macros
vertex-array-attrib-l-format: Public ordinary functions
vertex-array-bind-vertex-buffer-ext: Public ordinary functions
vertex-array-binding-divisor: Public ordinary functions
vertex-array-color-offset-ext: Public compiler macros
vertex-array-color-offset-ext: Public ordinary functions
vertex-array-edge-flag-offset-ext: Public ordinary functions
vertex-array-element-buffer: Public ordinary functions
vertex-array-fog-coord-offset-ext: Public compiler macros
vertex-array-fog-coord-offset-ext: Public ordinary functions
vertex-array-index-offset-ext: Public compiler macros
vertex-array-index-offset-ext: Public ordinary functions
vertex-array-multi-tex-coord-offset-ext: Public compiler macros
vertex-array-multi-tex-coord-offset-ext: Public ordinary functions
vertex-array-normal-offset-ext: Public compiler macros
vertex-array-normal-offset-ext: Public ordinary functions
vertex-array-parameter-i-apple: Public compiler macros
vertex-array-parameter-i-apple: Public ordinary functions
vertex-array-range-apple: Public ordinary functions
vertex-array-range-nv: Public ordinary functions
vertex-array-secondary-color-offset-ext: Public compiler macros
vertex-array-secondary-color-offset-ext: Public ordinary functions
vertex-array-tex-coord-offset-ext: Public compiler macros
vertex-array-tex-coord-offset-ext: Public ordinary functions
vertex-array-vertex-attrib-binding-ext: Public ordinary functions
vertex-array-vertex-attrib-divisor-ext: Public ordinary functions
vertex-array-vertex-attrib-format-ext: Public compiler macros
vertex-array-vertex-attrib-format-ext: Public ordinary functions
vertex-array-vertex-attrib-i-format-ext: Public compiler macros
vertex-array-vertex-attrib-i-format-ext: Public ordinary functions
vertex-array-vertex-attrib-i-offset-ext: Public compiler macros
vertex-array-vertex-attrib-i-offset-ext: Public ordinary functions
vertex-array-vertex-attrib-l-format-ext: Public compiler macros
vertex-array-vertex-attrib-l-format-ext: Public ordinary functions
vertex-array-vertex-attrib-loffset-ext: Public compiler macros
vertex-array-vertex-attrib-loffset-ext: Public ordinary functions
vertex-array-vertex-attrib-offset-ext: Public compiler macros
vertex-array-vertex-attrib-offset-ext: Public ordinary functions
vertex-array-vertex-binding-divisor-ext: Public ordinary functions
vertex-array-vertex-buffer: Public ordinary functions
vertex-array-vertex-buffers: Public ordinary functions
vertex-array-vertex-offset-ext: Public compiler macros
vertex-array-vertex-offset-ext: Public ordinary functions
vertex-attrib: Public ordinary functions
vertex-attrib-1d: Public ordinary functions
vertex-attrib-1d-arb: Public ordinary functions
vertex-attrib-1d-nv: Public ordinary functions
vertex-attrib-1dv: Public ordinary functions
vertex-attrib-1dv-arb: Public ordinary functions
vertex-attrib-1dv-nv: Public ordinary functions
vertex-attrib-1f: Public ordinary functions
vertex-attrib-1f-arb: Public ordinary functions
vertex-attrib-1f-nv: Public ordinary functions
vertex-attrib-1fv: Public ordinary functions
vertex-attrib-1fv-arb: Public ordinary functions
vertex-attrib-1fv-nv: Public ordinary functions
vertex-attrib-1h-nv: Public ordinary functions
vertex-attrib-1hv-nv: Public ordinary functions
vertex-attrib-1s: Public ordinary functions
vertex-attrib-1s-arb: Public ordinary functions
vertex-attrib-1s-nv: Public ordinary functions
vertex-attrib-1sv: Public ordinary functions
vertex-attrib-1sv-arb: Public ordinary functions
vertex-attrib-1sv-nv: Public ordinary functions
vertex-attrib-2d: Public ordinary functions
vertex-attrib-2d-arb: Public ordinary functions
vertex-attrib-2d-nv: Public ordinary functions
vertex-attrib-2dv: Public ordinary functions
vertex-attrib-2dv-arb: Public ordinary functions
vertex-attrib-2dv-nv: Public ordinary functions
vertex-attrib-2f: Public ordinary functions
vertex-attrib-2f-arb: Public ordinary functions
vertex-attrib-2f-nv: Public ordinary functions
vertex-attrib-2fv: Public ordinary functions
vertex-attrib-2fv-arb: Public ordinary functions
vertex-attrib-2fv-nv: Public ordinary functions
vertex-attrib-2h-nv: Public ordinary functions
vertex-attrib-2hv-nv: Public ordinary functions
vertex-attrib-2s: Public ordinary functions
vertex-attrib-2s-arb: Public ordinary functions
vertex-attrib-2s-nv: Public ordinary functions
vertex-attrib-2sv: Public ordinary functions
vertex-attrib-2sv-arb: Public ordinary functions
vertex-attrib-2sv-nv: Public ordinary functions
vertex-attrib-3d: Public ordinary functions
vertex-attrib-3d-arb: Public ordinary functions
vertex-attrib-3d-nv: Public ordinary functions
vertex-attrib-3dv: Public ordinary functions
vertex-attrib-3dv-arb: Public ordinary functions
vertex-attrib-3dv-nv: Public ordinary functions
vertex-attrib-3f: Public ordinary functions
vertex-attrib-3f-arb: Public ordinary functions
vertex-attrib-3f-nv: Public ordinary functions
vertex-attrib-3fv: Public ordinary functions
vertex-attrib-3fv-arb: Public ordinary functions
vertex-attrib-3fv-nv: Public ordinary functions
vertex-attrib-3h-nv: Public ordinary functions
vertex-attrib-3hv-nv: Public ordinary functions
vertex-attrib-3s: Public ordinary functions
vertex-attrib-3s-arb: Public ordinary functions
vertex-attrib-3s-nv: Public ordinary functions
vertex-attrib-3sv: Public ordinary functions
vertex-attrib-3sv-arb: Public ordinary functions
vertex-attrib-3sv-nv: Public ordinary functions
vertex-attrib-4bv: Public ordinary functions
vertex-attrib-4bv-arb: Public ordinary functions
vertex-attrib-4d: Public ordinary functions
vertex-attrib-4d-arb: Public ordinary functions
vertex-attrib-4d-nv: Public ordinary functions
vertex-attrib-4dv: Public ordinary functions
vertex-attrib-4dv-arb: Public ordinary functions
vertex-attrib-4dv-nv: Public ordinary functions
vertex-attrib-4f: Public ordinary functions
vertex-attrib-4f-arb: Public ordinary functions
vertex-attrib-4f-nv: Public ordinary functions
vertex-attrib-4fv: Public ordinary functions
vertex-attrib-4fv-arb: Public ordinary functions
vertex-attrib-4fv-nv: Public ordinary functions
vertex-attrib-4h-nv: Public ordinary functions
vertex-attrib-4hv-nv: Public ordinary functions
vertex-attrib-4iv: Public ordinary functions
vertex-attrib-4iv-arb: Public ordinary functions
vertex-attrib-4nbv: Public ordinary functions
vertex-attrib-4nbv-arb: Public ordinary functions
vertex-attrib-4niv: Public ordinary functions
vertex-attrib-4niv-arb: Public ordinary functions
vertex-attrib-4nsv: Public ordinary functions
vertex-attrib-4nsv-arb: Public ordinary functions
vertex-attrib-4nub: Public ordinary functions
vertex-attrib-4nub-arb: Public ordinary functions
vertex-attrib-4nubv: Public ordinary functions
vertex-attrib-4nubv-arb: Public ordinary functions
vertex-attrib-4nuiv: Public ordinary functions
vertex-attrib-4nuiv-arb: Public ordinary functions
vertex-attrib-4nusv: Public ordinary functions
vertex-attrib-4nusv-arb: Public ordinary functions
vertex-attrib-4s: Public ordinary functions
vertex-attrib-4s-arb: Public ordinary functions
vertex-attrib-4s-nv: Public ordinary functions
vertex-attrib-4sv: Public ordinary functions
vertex-attrib-4sv-arb: Public ordinary functions
vertex-attrib-4sv-nv: Public ordinary functions
vertex-attrib-4ub-nv: Public ordinary functions
vertex-attrib-4ubv: Public ordinary functions
vertex-attrib-4ubv-arb: Public ordinary functions
vertex-attrib-4ubv-nv: Public ordinary functions
vertex-attrib-4uiv: Public ordinary functions
vertex-attrib-4uiv-arb: Public ordinary functions
vertex-attrib-4usv: Public ordinary functions
vertex-attrib-4usv-arb: Public ordinary functions
vertex-attrib-array-object-ati: Public compiler macros
vertex-attrib-array-object-ati: Public ordinary functions
vertex-attrib-binding: Public ordinary functions
vertex-attrib-divisor: Public ordinary functions
vertex-attrib-divisor-angle: Public ordinary functions
vertex-attrib-divisor-arb: Public ordinary functions
vertex-attrib-divisor-ext: Public ordinary functions
vertex-attrib-divisor-nv: Public ordinary functions
vertex-attrib-format: Public compiler macros
vertex-attrib-format: Public ordinary functions
vertex-attrib-format-nv: Public compiler macros
vertex-attrib-format-nv: Public ordinary functions
vertex-attrib-i-format: Public compiler macros
vertex-attrib-i-format: Public ordinary functions
vertex-attrib-i-format-nv: Public compiler macros
vertex-attrib-i-format-nv: Public ordinary functions
vertex-attrib-i1i: Public ordinary functions
vertex-attrib-i1i-ext: Public ordinary functions
vertex-attrib-i1iv: Public ordinary functions
vertex-attrib-i1iv-ext: Public ordinary functions
vertex-attrib-i1ui: Public ordinary functions
vertex-attrib-i1ui-ext: Public ordinary functions
vertex-attrib-i1uiv: Public ordinary functions
vertex-attrib-i1uiv-ext: Public ordinary functions
vertex-attrib-i2i: Public ordinary functions
vertex-attrib-i2i-ext: Public ordinary functions
vertex-attrib-i2iv: Public ordinary functions
vertex-attrib-i2iv-ext: Public ordinary functions
vertex-attrib-i2ui: Public ordinary functions
vertex-attrib-i2ui-ext: Public ordinary functions
vertex-attrib-i2uiv: Public ordinary functions
vertex-attrib-i2uiv-ext: Public ordinary functions
vertex-attrib-i3i: Public ordinary functions
vertex-attrib-i3i-ext: Public ordinary functions
vertex-attrib-i3iv: Public ordinary functions
vertex-attrib-i3iv-ext: Public ordinary functions
vertex-attrib-i3ui: Public ordinary functions
vertex-attrib-i3ui-ext: Public ordinary functions
vertex-attrib-i3uiv: Public ordinary functions
vertex-attrib-i3uiv-ext: Public ordinary functions
vertex-attrib-i4bv: Public ordinary functions
vertex-attrib-i4bv-ext: Public ordinary functions
vertex-attrib-i4i: Public ordinary functions
vertex-attrib-i4i-ext: Public ordinary functions
vertex-attrib-i4iv: Public ordinary functions
vertex-attrib-i4iv-ext: Public ordinary functions
vertex-attrib-i4sv: Public ordinary functions
vertex-attrib-i4sv-ext: Public ordinary functions
vertex-attrib-i4ubv: Public ordinary functions
vertex-attrib-i4ubv-ext: Public ordinary functions
vertex-attrib-i4ui: Public ordinary functions
vertex-attrib-i4ui-ext: Public ordinary functions
vertex-attrib-i4uiv: Public ordinary functions
vertex-attrib-i4uiv-ext: Public ordinary functions
vertex-attrib-i4usv: Public ordinary functions
vertex-attrib-i4usv-ext: Public ordinary functions
vertex-attrib-ipointer: Public compiler macros
vertex-attrib-ipointer: Public ordinary functions
vertex-attrib-ipointer-ext: Public compiler macros
vertex-attrib-ipointer-ext: Public ordinary functions
vertex-attrib-l-format: Public compiler macros
vertex-attrib-l-format: Public ordinary functions
vertex-attrib-l-format-nv: Public compiler macros
vertex-attrib-l-format-nv: Public ordinary functions
vertex-attrib-l1d: Public ordinary functions
vertex-attrib-l1d-ext: Public ordinary functions
vertex-attrib-l1dv: Public ordinary functions
vertex-attrib-l1dv-ext: Public ordinary functions
vertex-attrib-l1i64-nv: Public ordinary functions
vertex-attrib-l1i64v-nv: Public ordinary functions
vertex-attrib-l1ui64-arb: Public ordinary functions
vertex-attrib-l1ui64-nv: Public ordinary functions
vertex-attrib-l1ui64v-arb: Public ordinary functions
vertex-attrib-l1ui64v-nv: Public ordinary functions
vertex-attrib-l2d: Public ordinary functions
vertex-attrib-l2d-ext: Public ordinary functions
vertex-attrib-l2dv: Public ordinary functions
vertex-attrib-l2dv-ext: Public ordinary functions
vertex-attrib-l2i64-nv: Public ordinary functions
vertex-attrib-l2i64v-nv: Public ordinary functions
vertex-attrib-l2ui64-nv: Public ordinary functions
vertex-attrib-l2ui64v-nv: Public ordinary functions
vertex-attrib-l3d: Public ordinary functions
vertex-attrib-l3d-ext: Public ordinary functions
vertex-attrib-l3dv: Public ordinary functions
vertex-attrib-l3dv-ext: Public ordinary functions
vertex-attrib-l3i64-nv: Public ordinary functions
vertex-attrib-l3i64v-nv: Public ordinary functions
vertex-attrib-l3ui64-nv: Public ordinary functions
vertex-attrib-l3ui64v-nv: Public ordinary functions
vertex-attrib-l4d: Public ordinary functions
vertex-attrib-l4d-ext: Public ordinary functions
vertex-attrib-l4dv: Public ordinary functions
vertex-attrib-l4dv-ext: Public ordinary functions
vertex-attrib-l4i64-nv: Public ordinary functions
vertex-attrib-l4i64v-nv: Public ordinary functions
vertex-attrib-l4ui64-nv: Public ordinary functions
vertex-attrib-l4ui64v-nv: Public ordinary functions
vertex-attrib-lpointer: Public compiler macros
vertex-attrib-lpointer: Public ordinary functions
vertex-attrib-lpointer-ext: Public compiler macros
vertex-attrib-lpointer-ext: Public ordinary functions
vertex-attrib-p1ui: Public compiler macros
vertex-attrib-p1ui: Public ordinary functions
vertex-attrib-p1uiv: Public compiler macros
vertex-attrib-p1uiv: Public ordinary functions
vertex-attrib-p2ui: Public compiler macros
vertex-attrib-p2ui: Public ordinary functions
vertex-attrib-p2uiv: Public compiler macros
vertex-attrib-p2uiv: Public ordinary functions
vertex-attrib-p3ui: Public compiler macros
vertex-attrib-p3ui: Public ordinary functions
vertex-attrib-p3uiv: Public compiler macros
vertex-attrib-p3uiv: Public ordinary functions
vertex-attrib-p4ui: Public compiler macros
vertex-attrib-p4ui: Public ordinary functions
vertex-attrib-p4uiv: Public compiler macros
vertex-attrib-p4uiv: Public ordinary functions
vertex-attrib-parameter-i-amd: Public compiler macros
vertex-attrib-parameter-i-amd: Public ordinary functions
vertex-attrib-pointer: Public compiler macros
vertex-attrib-pointer: Public ordinary functions
vertex-attrib-pointer-arb: Public compiler macros
vertex-attrib-pointer-arb: Public ordinary functions
vertex-attrib-pointer-nv: Public compiler macros
vertex-attrib-pointer-nv: Public ordinary functions
vertex-attribs-1dv-nv: Public ordinary functions
vertex-attribs-1fv-nv: Public ordinary functions
vertex-attribs-1hv-nv: Public ordinary functions
vertex-attribs-1sv-nv: Public ordinary functions
vertex-attribs-2dv-nv: Public ordinary functions
vertex-attribs-2fv-nv: Public ordinary functions
vertex-attribs-2hv-nv: Public ordinary functions
vertex-attribs-2sv-nv: Public ordinary functions
vertex-attribs-3dv-nv: Public ordinary functions
vertex-attribs-3fv-nv: Public ordinary functions
vertex-attribs-3hv-nv: Public ordinary functions
vertex-attribs-3sv-nv: Public ordinary functions
vertex-attribs-4dv-nv: Public ordinary functions
vertex-attribs-4fv-nv: Public ordinary functions
vertex-attribs-4hv-nv: Public ordinary functions
vertex-attribs-4sv-nv: Public ordinary functions
vertex-attribs-4ubv-nv: Public ordinary functions
vertex-binding-divisor: Public ordinary functions
vertex-blend-arb: Public ordinary functions
vertex-blend-env-f-ati: Public compiler macros
vertex-blend-env-f-ati: Public ordinary functions
vertex-blend-env-i-ati: Public compiler macros
vertex-blend-env-i-ati: Public ordinary functions
vertex-format-nv: Public compiler macros
vertex-format-nv: Public ordinary functions
vertex-p2ui: Public compiler macros
vertex-p2ui: Public ordinary functions
vertex-p2uiv: Public compiler macros
vertex-p2uiv: Public ordinary functions
vertex-p3ui: Public compiler macros
vertex-p3ui: Public ordinary functions
vertex-p3uiv: Public compiler macros
vertex-p3uiv: Public ordinary functions
vertex-p4ui: Public compiler macros
vertex-p4ui: Public ordinary functions
vertex-p4uiv: Public compiler macros
vertex-p4uiv: Public ordinary functions
vertex-pointer: Public compiler macros
vertex-pointer: Public ordinary functions
vertex-pointer-ext: Public compiler macros
vertex-pointer-ext: Public ordinary functions
vertex-pointer-list-ibm: Public compiler macros
vertex-pointer-list-ibm: Public ordinary functions
vertex-pointer-v-intel: Public compiler macros
vertex-pointer-v-intel: Public ordinary functions
vertex-stream-1d-ati: Public compiler macros
vertex-stream-1d-ati: Public ordinary functions
vertex-stream-1dv-ati: Public compiler macros
vertex-stream-1dv-ati: Public ordinary functions
vertex-stream-1f-ati: Public compiler macros
vertex-stream-1f-ati: Public ordinary functions
vertex-stream-1fv-ati: Public compiler macros
vertex-stream-1fv-ati: Public ordinary functions
vertex-stream-1i-ati: Public compiler macros
vertex-stream-1i-ati: Public ordinary functions
vertex-stream-1iv-ati: Public compiler macros
vertex-stream-1iv-ati: Public ordinary functions
vertex-stream-1s-ati: Public compiler macros
vertex-stream-1s-ati: Public ordinary functions
vertex-stream-1sv-ati: Public compiler macros
vertex-stream-1sv-ati: Public ordinary functions
vertex-stream-2d-ati: Public compiler macros
vertex-stream-2d-ati: Public ordinary functions
vertex-stream-2dv-ati: Public compiler macros
vertex-stream-2dv-ati: Public ordinary functions
vertex-stream-2f-ati: Public compiler macros
vertex-stream-2f-ati: Public ordinary functions
vertex-stream-2fv-ati: Public compiler macros
vertex-stream-2fv-ati: Public ordinary functions
vertex-stream-2i-ati: Public compiler macros
vertex-stream-2i-ati: Public ordinary functions
vertex-stream-2iv-ati: Public compiler macros
vertex-stream-2iv-ati: Public ordinary functions
vertex-stream-2s-ati: Public compiler macros
vertex-stream-2s-ati: Public ordinary functions
vertex-stream-2sv-ati: Public compiler macros
vertex-stream-2sv-ati: Public ordinary functions
vertex-stream-3d-ati: Public compiler macros
vertex-stream-3d-ati: Public ordinary functions
vertex-stream-3dv-ati: Public compiler macros
vertex-stream-3dv-ati: Public ordinary functions
vertex-stream-3f-ati: Public compiler macros
vertex-stream-3f-ati: Public ordinary functions
vertex-stream-3fv-ati: Public compiler macros
vertex-stream-3fv-ati: Public ordinary functions
vertex-stream-3i-ati: Public compiler macros
vertex-stream-3i-ati: Public ordinary functions
vertex-stream-3iv-ati: Public compiler macros
vertex-stream-3iv-ati: Public ordinary functions
vertex-stream-3s-ati: Public compiler macros
vertex-stream-3s-ati: Public ordinary functions
vertex-stream-3sv-ati: Public compiler macros
vertex-stream-3sv-ati: Public ordinary functions
vertex-stream-4d-ati: Public compiler macros
vertex-stream-4d-ati: Public ordinary functions
vertex-stream-4dv-ati: Public compiler macros
vertex-stream-4dv-ati: Public ordinary functions
vertex-stream-4f-ati: Public compiler macros
vertex-stream-4f-ati: Public ordinary functions
vertex-stream-4fv-ati: Public compiler macros
vertex-stream-4fv-ati: Public ordinary functions
vertex-stream-4i-ati: Public compiler macros
vertex-stream-4i-ati: Public ordinary functions
vertex-stream-4iv-ati: Public compiler macros
vertex-stream-4iv-ati: Public ordinary functions
vertex-stream-4s-ati: Public compiler macros
vertex-stream-4s-ati: Public ordinary functions
vertex-stream-4sv-ati: Public compiler macros
vertex-stream-4sv-ati: Public ordinary functions
vertex-weight-f-ext: Public ordinary functions
vertex-weight-fv-ext: Public ordinary functions
vertex-weight-h-nv: Public ordinary functions
vertex-weight-hv-nv: Public ordinary functions
vertex-weight-pointer-ext: Public compiler macros
vertex-weight-pointer-ext: Public ordinary functions
video-capture-nv: Public ordinary functions
video-capture-stream-parameter-dv-nv: Public compiler macros
video-capture-stream-parameter-dv-nv: Public ordinary functions
video-capture-stream-parameter-fv-nv: Public compiler macros
video-capture-stream-parameter-fv-nv: Public ordinary functions
video-capture-stream-parameter-iv-nv: Public compiler macros
video-capture-stream-parameter-iv-nv: Public ordinary functions
viewport: Public ordinary functions
viewport-array-v: Public ordinary functions
viewport-array-v-nv: Public ordinary functions
viewport-array-v-oes: Public ordinary functions
viewport-indexed-f: Public ordinary functions
viewport-indexed-f-nv: Public ordinary functions
viewport-indexed-f-oes: Public ordinary functions
viewport-indexed-fv: Public ordinary functions
viewport-indexed-fv-nv: Public ordinary functions
viewport-indexed-fv-oes: Public ordinary functions
viewport-position-w-scale-nv: Public ordinary functions
viewport-swizzle-nv: Public compiler macros
viewport-swizzle-nv: Public ordinary functions

W
wait-semaphore-ext: Public ordinary functions
wait-semaphore-ui64-nvx: Public ordinary functions
wait-sync: Public ordinary functions
wait-sync-apple: Public ordinary functions
wait-vk-semaphore-nv: Public ordinary functions
weight-bv-arb: Public ordinary functions
weight-dv-arb: Public ordinary functions
weight-fv-arb: Public ordinary functions
weight-iv-arb: Public ordinary functions
weight-paths-nv: Public ordinary functions
weight-pointer-arb: Public compiler macros
weight-pointer-arb: Public ordinary functions
weight-pointer-oes: Public compiler macros
weight-pointer-oes: Public ordinary functions
weight-sv-arb: Public ordinary functions
weight-ubv-arb: Public ordinary functions
weight-uiv-arb: Public ordinary functions
weight-usv-arb: Public ordinary functions
window-pos: Public ordinary functions
window-pos-2d: Public ordinary functions
window-pos-2d-arb: Public ordinary functions
window-pos-2d-mesa: Public ordinary functions
window-pos-2dv: Public ordinary functions
window-pos-2dv-arb: Public ordinary functions
window-pos-2dv-mesa: Public ordinary functions
window-pos-2f: Public ordinary functions
window-pos-2f-arb: Public ordinary functions
window-pos-2f-mesa: Public ordinary functions
window-pos-2fv: Public ordinary functions
window-pos-2fv-arb: Public ordinary functions
window-pos-2fv-mesa: Public ordinary functions
window-pos-2i: Public ordinary functions
window-pos-2i-arb: Public ordinary functions
window-pos-2i-mesa: Public ordinary functions
window-pos-2iv: Public ordinary functions
window-pos-2iv-arb: Public ordinary functions
window-pos-2iv-mesa: Public ordinary functions
window-pos-2s: Public ordinary functions
window-pos-2s-arb: Public ordinary functions
window-pos-2s-mesa: Public ordinary functions
window-pos-2sv: Public ordinary functions
window-pos-2sv-arb: Public ordinary functions
window-pos-2sv-mesa: Public ordinary functions
window-pos-3d: Public ordinary functions
window-pos-3d-arb: Public ordinary functions
window-pos-3d-mesa: Public ordinary functions
window-pos-3dv: Public ordinary functions
window-pos-3dv-arb: Public ordinary functions
window-pos-3dv-mesa: Public ordinary functions
window-pos-3f: Public ordinary functions
window-pos-3f-arb: Public ordinary functions
window-pos-3f-mesa: Public ordinary functions
window-pos-3fv: Public ordinary functions
window-pos-3fv-arb: Public ordinary functions
window-pos-3fv-mesa: Public ordinary functions
window-pos-3i: Public ordinary functions
window-pos-3i-arb: Public ordinary functions
window-pos-3i-mesa: Public ordinary functions
window-pos-3iv: Public ordinary functions
window-pos-3iv-arb: Public ordinary functions
window-pos-3iv-mesa: Public ordinary functions
window-pos-3s: Public ordinary functions
window-pos-3s-arb: Public ordinary functions
window-pos-3s-mesa: Public ordinary functions
window-pos-3sv: Public ordinary functions
window-pos-3sv-arb: Public ordinary functions
window-pos-3sv-mesa: Public ordinary functions
window-pos-4d-mesa: Public ordinary functions
window-pos-4dv-mesa: Public ordinary functions
window-pos-4f-mesa: Public ordinary functions
window-pos-4fv-mesa: Public ordinary functions
window-pos-4i-mesa: Public ordinary functions
window-pos-4iv-mesa: Public ordinary functions
window-pos-4s-mesa: Public ordinary functions
window-pos-4sv-mesa: Public ordinary functions
window-rectangles-ext: Public compiler macros
window-rectangles-ext: Public ordinary functions
with-deferred-errors: Private macros
with-float-traps-masked: Public macros
with-float-traps-maybe-masked: Private macros
with-foreign-matrices: Private macros
with-foreign-matrix: Private macros
with-gl-array: Public macros
with-gl-mapped-buffer: Public macros
with-mapped-buffer: Public macros
with-new-list: Public macros
with-opengl-array: Private macros
with-opengl-arrays: Private macros
with-opengl-sequence: Private macros
with-pixel-array: Private macros
with-primitive: Public macros
with-primitives: Public macros
with-pushed-attrib: Public macros
with-pushed-client-attrib: Public macros
with-pushed-matrix: Public macros
with-pushed-matrix*: Public macros
with-query: Public macros
write-mask-ext: Public compiler macros
write-mask-ext: Public ordinary functions


A.3 Variables

Jump to:   *   +  
B   C   E   F   P   S   T  
Index Entry  Section

*
*ext-thunks*: Private special variables
*gl-get-proc-address*: Public special variables
*glext-last-updated*: Public special variables
*glext-version*: Public special variables
*in-begin*: Private special variables
*init-ext-thunks*: Private special variables
*query-enum-sizes*: Private special variables
*thunk-generators*: Private special variables
*traps-already-masked*: Private special variables

+
+all-pixels-amd+: Public constants
+compiler-macro-types+: Private special variables
+invalid-index+: Public constants
+timeout-ignored+: Public constants
+timeout-ignored-apple+: Public constants

B
binder: Public structures

C
Constant, +all-pixels-amd+: Public constants
Constant, +invalid-index+: Public constants
Constant, +timeout-ignored+: Public constants
Constant, +timeout-ignored-apple+: Public constants

E
error-code: Public conditions
error-context: Public conditions

F
function: Private conditions

P
pointer: Public structures

S
size: Public structures
Slot, binder: Public structures
Slot, error-code: Public conditions
Slot, error-context: Public conditions
Slot, function: Private conditions
Slot, pointer: Public structures
Slot, size: Public structures
Slot, type: Public structures
Special Variable, *ext-thunks*: Private special variables
Special Variable, *gl-get-proc-address*: Public special variables
Special Variable, *glext-last-updated*: Public special variables
Special Variable, *glext-version*: Public special variables
Special Variable, *in-begin*: Private special variables
Special Variable, *init-ext-thunks*: Private special variables
Special Variable, *query-enum-sizes*: Private special variables
Special Variable, *thunk-generators*: Private special variables
Special Variable, *traps-already-masked*: Private special variables
Special Variable, +compiler-macro-types+: Private special variables

T
type: Public structures


A.4 Data types

Jump to:   _  
B   C   D   E   F   G   L   M   O   P   R   S   T   U  
Index Entry  Section

_
_cl_context-tclass: Private classes
_cl_event-tclass: Private classes

B
bindings-package.lisp: The cl-opengl/gl/bindings-package․lisp file
bindings.lisp: The cl-opengl/gl/bindings․lisp file

C
cl-opengl: The cl-opengl system
cl-opengl: The cl-opengl package
cl-opengl-bindings: The cl-opengl-bindings package
cl-opengl-condition: Private conditions
cl-opengl-library: The cl-opengl-library package
cl-opengl.asd: The cl-opengl/cl-opengl․asd file
Class, ensure-double: Private classes
Class, ensure-float: Private classes
Class, ensure-integer: Private classes
Class, offset-or-pointer: Private classes
Class, _cl_context-tclass: Private classes
Class, _cl_event-tclass: Private classes
Condition, cl-opengl-condition: Private conditions
Condition, function-not-found: Private conditions
Condition, opengl-error: Public conditions
constants.lisp: The cl-opengl/gl/constants․lisp file

D
dsa.lisp: The cl-opengl/gl/dsa․lisp file

E
ensure-double: Private classes
ensure-float: Private classes
ensure-integer: Private classes
extensions.lisp: The cl-opengl/gl/extensions․lisp file

F
File, bindings-package.lisp: The cl-opengl/gl/bindings-package․lisp file
File, bindings.lisp: The cl-opengl/gl/bindings․lisp file
File, cl-opengl.asd: The cl-opengl/cl-opengl․asd file
File, constants.lisp: The cl-opengl/gl/constants․lisp file
File, dsa.lisp: The cl-opengl/gl/dsa․lisp file
File, extensions.lisp: The cl-opengl/gl/extensions․lisp file
File, framebuffer.lisp: The cl-opengl/gl/framebuffer․lisp file
File, funcs-gl-glcore-gles1-gles2-glsc2.lisp: The cl-opengl/gl/funcs-gl-glcore-gles1-gles2-glsc2․lisp file
File, funcs-gl-glcore-gles1-gles2.lisp: The cl-opengl/gl/funcs-gl-glcore-gles1-gles2․lisp file
File, funcs-gl-glcore-gles2-glsc2.lisp: The cl-opengl/gl/funcs-gl-glcore-gles2-glsc2․lisp file
File, funcs-gl-glcore-gles2.lisp: The cl-opengl/gl/funcs-gl-glcore-gles2․lisp file
File, funcs-gl-glcore.lisp: The cl-opengl/gl/funcs-gl-glcore․lisp file
File, funcs-gl-gles1-gles2-glsc2.lisp: The cl-opengl/gl/funcs-gl-gles1-gles2-glsc2․lisp file
File, funcs-gl-gles1-gles2.lisp: The cl-opengl/gl/funcs-gl-gles1-gles2․lisp file
File, funcs-gl-gles1.lisp: The cl-opengl/gl/funcs-gl-gles1․lisp file
File, funcs-gl-gles2-glsc2.lisp: The cl-opengl/gl/funcs-gl-gles2-glsc2․lisp file
File, funcs-gl-gles2.lisp: The cl-opengl/gl/funcs-gl-gles2․lisp file
File, funcs-gl.lisp: The cl-opengl/gl/funcs-gl․lisp file
File, funcs-gles1-gles2.lisp: The cl-opengl/gl/funcs-gles1-gles2․lisp file
File, funcs-gles1.lisp: The cl-opengl/gl/funcs-gles1․lisp file
File, funcs-gles2.lisp: The cl-opengl/gl/funcs-gles2․lisp file
File, library-common.lisp: The cl-opengl/gl/library-common․lisp file
File, library.lisp: The cl-opengl/gl/library․lisp file
File, opengl.lisp: The cl-opengl/gl/opengl․lisp file
File, package.lisp: The cl-opengl/gl/package․lisp file
File, rasterization.lisp: The cl-opengl/gl/rasterization․lisp file
File, special-constants.lisp: The cl-opengl/gl/special-constants․lisp file
File, special.lisp: The cl-opengl/gl/special․lisp file
File, state.lisp: The cl-opengl/gl/state․lisp file
File, thunks.lisp: The cl-opengl/gl/thunks․lisp file
File, types.lisp: The cl-opengl/gl/types․lisp file
File, util.lisp: The cl-opengl/gl/util․lisp file
framebuffer.lisp: The cl-opengl/gl/framebuffer․lisp file
funcs-gl-glcore-gles1-gles2-glsc2.lisp: The cl-opengl/gl/funcs-gl-glcore-gles1-gles2-glsc2․lisp file
funcs-gl-glcore-gles1-gles2.lisp: The cl-opengl/gl/funcs-gl-glcore-gles1-gles2․lisp file
funcs-gl-glcore-gles2-glsc2.lisp: The cl-opengl/gl/funcs-gl-glcore-gles2-glsc2․lisp file
funcs-gl-glcore-gles2.lisp: The cl-opengl/gl/funcs-gl-glcore-gles2․lisp file
funcs-gl-glcore.lisp: The cl-opengl/gl/funcs-gl-glcore․lisp file
funcs-gl-gles1-gles2-glsc2.lisp: The cl-opengl/gl/funcs-gl-gles1-gles2-glsc2․lisp file
funcs-gl-gles1-gles2.lisp: The cl-opengl/gl/funcs-gl-gles1-gles2․lisp file
funcs-gl-gles1.lisp: The cl-opengl/gl/funcs-gl-gles1․lisp file
funcs-gl-gles2-glsc2.lisp: The cl-opengl/gl/funcs-gl-gles2-glsc2․lisp file
funcs-gl-gles2.lisp: The cl-opengl/gl/funcs-gl-gles2․lisp file
funcs-gl.lisp: The cl-opengl/gl/funcs-gl․lisp file
funcs-gles1-gles2.lisp: The cl-opengl/gl/funcs-gles1-gles2․lisp file
funcs-gles1.lisp: The cl-opengl/gl/funcs-gles1․lisp file
funcs-gles2.lisp: The cl-opengl/gl/funcs-gles2․lisp file
function-not-found: Private conditions

G
gl: The cl-opengl/gl module
gl-array: Public structures
gl-vertex-array: Public structures

L
library-common.lisp: The cl-opengl/gl/library-common․lisp file
library.lisp: The cl-opengl/gl/library․lisp file

M
Module, gl: The cl-opengl/gl module

O
offset-or-pointer: Private classes
opengl-error: Public conditions
opengl.lisp: The cl-opengl/gl/opengl․lisp file

P
Package, cl-opengl: The cl-opengl package
Package, cl-opengl-bindings: The cl-opengl-bindings package
Package, cl-opengl-library: The cl-opengl-library package
package.lisp: The cl-opengl/gl/package․lisp file

R
rasterization.lisp: The cl-opengl/gl/rasterization․lisp file

S
special-constants.lisp: The cl-opengl/gl/special-constants․lisp file
special.lisp: The cl-opengl/gl/special․lisp file
state.lisp: The cl-opengl/gl/state․lisp file
Structure, gl-array: Public structures
Structure, gl-vertex-array: Public structures
System, cl-opengl: The cl-opengl system

T
thunks.lisp: The cl-opengl/gl/thunks․lisp file
types.lisp: The cl-opengl/gl/types․lisp file

U
util.lisp: The cl-opengl/gl/util․lisp file