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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h655 struct gl_light struct
657 struct gl_light *next; /**< double linked list with sentinel */
658 struct gl_light *prev;
932 struct gl_light Light[MAX_LIGHTS]; /**< Array of light sources */
951 struct gl_light EnabledList; /**< List sentinel */
/external/mesa3d/src/mesa/main/
H A Dmtypes.h655 struct gl_light struct
657 struct gl_light *next; /**< double linked list with sentinel */
658 struct gl_light *prev;
932 struct gl_light Light[MAX_LIGHTS]; /**< Array of light sources */
951 struct gl_light EnabledList; /**< List sentinel */

Completed in 104 milliseconds