Home
last modified time | relevance | path

Searched defs:gl_polygon_attrib (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dmtypes.h779 struct gl_polygon_attrib struct
781 GLenum16 FrontFace; /**< Either GL_CW or GL_CCW */
782 GLenum FrontMode; /**< Either GL_POINT, GL_LINE or GL_FILL */
783 GLenum BackMode; /**< Either GL_POINT, GL_LINE or GL_FILL */
784 GLboolean CullFlag; /**< Culling on/off flag */
785 GLboolean SmoothFlag; /**< True if GL_POLYGON_SMOOTH is enabled */
786 GLboolean StippleFlag; /**< True if GL_POLYGON_STIPPLE is enabled */
787 GLenum16 CullFaceMode; /**< Culling mode GL_FRONT or GL_BACK */
788 GLfloat OffsetFactor; /**< Polygon offset factor, from user */
789 GLfloat OffsetUnits; /**< Polygon offset units, from user */
[all …]