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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
macros.h 129 #define INT_TO_USHORT(i) ((i) < 0 ? 0 : ((GLushort) ((i) >> 15)))
  /external/mesa3d/src/mesa/main/
macros.h 129 #define INT_TO_USHORT(i) ((i) < 0 ? 0 : ((GLushort) ((i) >> 15)))

Completed in 358 milliseconds