Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmtypes.h761 struct gl_point_attrib struct
763 GLfloat Size; /**< User-specified point size */
764 GLfloat Params[3]; /**< GL_EXT_point_parameters */
765 GLfloat MinSize, MaxSize; /**< GL_EXT_point_parameters */
766 GLfloat Threshold; /**< GL_EXT_point_parameters */
767 GLboolean SmoothFlag; /**< True if GL_POINT_SMOOTH is enabled */
768 GLboolean _Attenuated; /**< True if Params != [1, 0, 0] */
769 GLboolean PointSprite; /**< GL_NV/ARB_point_sprite */
770 GLbitfield CoordReplace; /**< GL_ARB_point_sprite*/
771 GLenum16 SpriteRMode; /**< GL_NV_point_sprite (only!) */
[all …]