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

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_light.c 41 #define LIGHT_TWOSIDE 0x1
299 #define IDX (LIGHT_TWOSIDE)
307 #define IDX (LIGHT_TWOSIDE|LIGHT_MATERIAL)
370 idx |= LIGHT_TWOSIDE;
  /external/mesa3d/src/mesa/tnl/
t_vb_light.c 41 #define LIGHT_TWOSIDE 0x1
299 #define IDX (LIGHT_TWOSIDE)
307 #define IDX (LIGHT_TWOSIDE|LIGHT_MATERIAL)
370 idx |= LIGHT_TWOSIDE;

Completed in 63 milliseconds