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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
macros.h 130 #define UINT_TO_USHORT(i) ((i) < 0 ? 0 : ((GLushort) ((i) >> 16)))
  /external/mesa3d/src/mesa/main/
macros.h 130 #define UINT_TO_USHORT(i) ((i) < 0 ? 0 : ((GLushort) ((i) >> 16)))

Completed in 181 milliseconds