HomeSort by relevance Sort by last modified time
    Searched defs:gl_light (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h 655 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 */
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 655 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 */
    [all...]

Completed in 313 milliseconds