Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dmtypes.h655 struct gl_light struct
657 struct gl_light *next; /**< double linked list with sentinel */ argument
658 struct gl_light *prev; argument
660 GLfloat Ambient[4]; /**< ambient color */
661 GLfloat Diffuse[4]; /**< diffuse color */
662 GLfloat Specular[4]; /**< specular color */
663 GLfloat EyePosition[4]; /**< position in eye coordinates */
664 GLfloat SpotDirection[4]; /**< spotlight direction in eye coordinates */
665 GLfloat SpotExponent;
666 GLfloat SpotCutoff; /**< in degrees */
[all …]
/external/mesa3d/src/mesa/main/
Dmtypes.h655 struct gl_light struct
657 struct gl_light *next; /**< double linked list with sentinel */ argument
658 struct gl_light *prev; argument
660 GLfloat Ambient[4]; /**< ambient color */
661 GLfloat Diffuse[4]; /**< diffuse color */
662 GLfloat Specular[4]; /**< specular color */
663 GLfloat EyePosition[4]; /**< position in eye coordinates */
664 GLfloat SpotDirection[4]; /**< spotlight direction in eye coordinates */
665 GLfloat SpotExponent;
666 GLfloat SpotCutoff; /**< in degrees */
[all …]