|
|
|
glob(3g) -- generate pathnames matching a pattern
|
|
The structure type glob_t is defined in the header <glob.h> and includes at least the following members: MemberType MemberName Description _______________________________________________________________ size_t gl_offs Slots to reserve at start of gl_pathv. char ** gl_pathv Pointer to list of matched pathnames. size_t gl_pathc Count of paths matched by pattern. The argument pattern is a pointer to a pathname pattern to be expanded. The glob function matches all... |
|
Tcl/global(3) -- Access global variables
|
|
This command is ignored unless a Tcl procedure is being interpreted. If so then it declares the given varname's to be global variables rather than local ones. For the duration of the current procedure (and only while executing in the current procedure), any reference to any of the varnames will refer to the global variable by the same name. |
|
|
OpenGL/glortho(3) -- multiply the current matrix with an orthographic matrix
|
|
left, right Specify the coordinates for the left and right vertical clipping planes. bottom, top Specify the coordinates for the bottom and top horizontal clipping planes. near, far Specify the distances to the nearer and farther depth clipping planes. These values are negative if the plane is to be behind the viewer. |
|
OpenGL/glpassthrough(3) -- place a marker in the feedback buffer
|
|
token Specifies a marker value to be placed in the feedback buffer following a GL_PASS_THROUGH_TOKEN. |
|
OpenGL/glpixelmap(3) -- set up pixel transfer maps
|
|
map Specifies a symbolic map name. Must be one of the following: GL_PIXEL_MAP_I_TO_I, GL_PIXEL_MAP_S_TO_S, GL_PIXEL_MAP_I_TO_R, GL_PIXEL_MAP_I_TO_G, GL_PIXEL_MAP_I_TO_B, GL_PIXEL_MAP_I_TO_A, GL_PIXEL_MAP_R_TO_R, GL_PIXEL_MAP_G_TO_G, GL_PIXEL_MAP_B_TO_B, or GL_PIXEL_MAP_A_TO_A. mapsize Specifies the size of the map being defined. values Specifies an array of mapsize values. |
|
OpenGL/glpixelstore(3) -- set pixel storage modes
|
|
pname Specifies the symbolic name of the parameter to be set. Twelve values affect the packing of pixel data into memory: GL_PACK_SWAP_BYTES, GL_PACK_LSB_FIRST, GL_PACK_ROW_LENGTH, GL_PACK_IMAGE_HEIGHT, GL_PACK_IMAGE_DEPTH_SGIS, GL_PACK_SKIP_PIXELS, GL_PACK_SKIP_ROWS, GL_PACK_SKIP_IMAGES, GL_PACK_SKIP_VOLUMES_SGIS, GL_PACK_ALIGNMENT, GL_PACK_SUBSAMPLE_RATE_SGIX, and GL_PACK_RESAMPLE_SGIX. Twelve more affect the unpacking of pixel data from memory: GL_UNPACK_SWAP_BYTES, GL_UNPACK_LSB_FIRST, GL_UN... |
|
OpenGL/glpixeltexgen(3) -- affects the generation of texture coordinates from pixel groups
|
|
mode Specifies a mode of generating texture coordinates from pixel groups. Must be one of the following: GL_NONE, GL_RGBA, GL_RGB, GL_ALPHA. GL_PIXEL_TEX_GEN_ALPHA_REPLACE_SGIX, GL_PIXEL_TEX_GEN_ALPHA_NO_REPLACE_SGIX, GL_PIXEL_TEX_GEN_ALPHA_MS_SGIX, or GL_PIXEL_TEX_GEN_ALPHA_LS_SGIX. The default value is GL_NONE. |
|
OpenGL/glpixeltexgenparameter(3) -- affects the generation of texture coordinates in pixel operations
|
|
pname Specifies the symbolic name of the parameter to be set, which must be either GL_PIXEL_FRAGMENT_RGB_SOURCE_SGIS or GL_PIXEL_FRAGMENT_ALPHA_SOURCE_SGIS. param Specifies a symbolic constant, which must be either GL_CURRENT_RASTER_COLOR or GL_PIXEL_GROUP_COLOR_SGIS. |
|
OpenGL/glpixeltransfer(3) -- set pixel transfer modes
|
|
pname Specifies the symbolic name of the pixel transfer parameter to be set. Must be one of the following: GL_MAP_COLOR, GL_MAP_STENCIL, GL_INDEX_SHIFT, GL_INDEX_OFFSET, GL_RED_SCALE, GL_RED_BIAS, GL_GREEN_SCALE, GL_GREEN_BIAS, GL_BLUE_SCALE, GL_BLUE_BIAS, GL_ALPHA_SCALE, GL_ALPHA_BIAS, GL_DEPTH_SCALE, or GL_DEPTH_BIAS. Additionally, if the GL_ARB_imaging extension is supported, the following symbolic names are accepted: GL_POST_COLOR_MATRIX_RED_SCALE, GL_POST_COLOR_MATRIX_GREEN_SCALE, GL_POST_C... |
|
OpenGL/glpixelzoom(3) -- specify the pixel zoom factors
|
|
xfactor, yfactor Specify the x and y zoom factors for pixel write operations. |
|
OpenGL/glpointparametersgis(3) -- set point parameters
|
|
pname The symbolic name of a point parameter. One of GL_POINT_SIZE_MIN_SGIS or GL_POINT_SIZE_MAX_SGIS or GL_POINT_FADE_THRESHOLD_SIZE_SGIS. param The parameter value. |
|
OpenGL/glpointsize(3) -- specify the diameter of rasterized points
|
|
size Specifies the diameter of rasterized points. The initial value is 1. |
|
OpenGL/glpollasyncsgix(3) -- poll for completion of an asynchronous command
|
|
markerp Returns a marker for a completed asynchronous command. |
|
OpenGL/glpolygonmode(3) -- select a polygon rasterization mode
|
|
face Specifies the polygons that mode applies to. Must be GL_FRONT for front-facing polygons, GL_BACK for back-facing polygons, or GL_FRONT_AND_BACK for front- and back-facing polygons. mode Specifies how polygons will be rasterized. Accepted values are GL_POINT, GL_LINE, and GL_FILL. The initial value is GL_FILL for both front- and back-facing polygons. |
|
OpenGL/glpolygonoffset(3) -- set the scale and units used to calculate depth values
|
|
factor Specifies a scale factor that is used to create a variable depth offset for each polygon. The initial value is 0. units Is multiplied by an implementation-specific value to create a constant depth offset. The initial value is 0. |