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.h793 struct gl_point_attrib struct
795 GLfloat Size; /**< User-specified point size */
796 GLfloat Params[3]; /**< GL_EXT_point_parameters */
797 GLfloat MinSize, MaxSize; /**< GL_EXT_point_parameters */
798 GLfloat Threshold; /**< GL_EXT_point_parameters */
799 GLboolean SmoothFlag; /**< True if GL_POINT_SMOOTH is enabled */
800 GLboolean _Attenuated; /**< True if Params != [1, 0, 0] */
801 GLboolean PointSprite; /**< GL_NV/ARB_point_sprite */
802 GLbitfield CoordReplace; /**< GL_ARB_point_sprite*/
803 GLenum SpriteRMode; /**< GL_NV_point_sprite (only!) */
[all …]