Next: 1 Introduction
Up: The OpenGL Graphics System:
Previous: List of Figures
- GL command suffixes
- GL data types
- Summary of GL errors
- Vertex array sizes (values per vertex) and data types
- Variables that direct the execution of InterleavedArrays .
f is sizeof(FLOAT). c is 4 times sizeof(UNSIGNED_BYTE),
rounded up to the nearest multiple of f. All pointer arithmetic is performed
in units of sizeof(UNSIGNED_BYTE).
- Component conversions
- Summary of lighting parameters.
- Correspondence of lighting parameter symbols to names.
- Polygon flatshading color selection.
- PixelStore parameters pertaining to DrawPixels .
- PixelTransfer parameters.
- PixelMap parameters.
- DrawPixels and ReadPixels types
- DrawPixels and ReadPixels formats.
- Swap Bytes Bit ordering.
- Correspondence
of texture components to pixel group R, G, B, and A values.
- Correspondence of sized internal formats to base internal formats.
- Texture parameters and their values.
- Replace and modulate texture functions.
- Decal and blend texture functions.
- Values controlling the source blending function and the
source blending values they compute
- Values controlling the destination blending function and the
destination blending values they compute
- Arguments to LogicOp and their corresponding operations.
- Arguments to DrawBuffer and the buffers that they indicate.
- PixelStore parameters pertaining to ReadPixels .
- ReadPixels index masks.
- ReadPixels GL Data Types and Reversed component conversion formulas.
- Values specified by the target to Map1 .
- Correspondence of feedback type to number of values per vertex.
- Texture return values.
, , , , , and are texture array values
that are assigned to pixel values R, G, B, and A.
- Attribute groups
- State variable types
- GL Internal begin-end state variables (inaccessible)
- Current Values and Associated Data
- Vertex Array Data
- Transformation state
- Coloring
- Lighting (see also Table 2.5 for defaults)
- Rasterization
- Texture Objects
- Texture Environment and Generation
- Pixel Operations
- Framebuffer Control
- Pixels
- Pixels (cont.)
- Evaluators ( GetMap takes a map name)
- Hints
- Implementation Dependent Values
- More Implementation Dependent Values
- Implementation Dependent Pixel Depths
- Miscellaneous
David Blythe
Sat Mar 29 02:23:21 PST 1997