Lines Matching defs:enum
333 <enum name="GL_ACCUM"/>
337 <enum name="GL_ACCUM_BUFFER_BIT"/>
338 <enum name="GL_ALL_ATTRIB_BITS"/>
358 \tag{group} tags may contain zero or more \tag{enum} tags. Each
359 \tag{enum} tag may contain only a \attr{name} attribute, which should
360 correspond to a \tag{enum} definition in an \tag{enums} block.
376 The \tag{enums} tags contain individual \tag{enum} tags describing each of the
393 Khronos Registrar on request from implementers following the enum
402 Each \tag{enums} block contains zero or more \tag{enum} and \tag{unused}
410 <enum value="0x00000001" name="GL_CURRENT_BIT" />
411 <enum value="0x00000002" name="GL_POINT_BIT" />
414 <enum value="0x80E0" name="GL_BGR" />
429 \section{Enumerants (\tag{enum} tag)}
430 \label{tag:enum}
432 Each \tag{enum} tag defines a single GL (or other API) token.
434 \subsection{Attributes of \tag{enum} tags}
441 named enum, so that different APIs may have different values for
465 \subsection{Contents of \tag{enum} tags}
467 \tag{enum} tags have no allowed contents. All information is contained
696 <enum name="GL_COMPARE_REF_TO_TEXTURE" />
697 <enum name="GL_CLIP_DISTANCE0" />
701 <enum name="GL_INDEX" />
782 <enum name="GL_NO_ERROR" />
853 \item \tag{enum} specifies an required (or removed) enumerant defined in
935 in \code{enum.spec}, and \code{enumext.spec}. Many additional group
986 \code{enum.spec} and \code{enumext.spec} are retained in \tag{proto} and
990 \code{enum.spec} entries.
1026 \item 2020-01-11 - Add \attr{group} attribute to \tag{enum} tags, and