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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
macros.h 120 #define SHORT_TO_UBYTE(s) ((GLubyte) ((s) < 0 ? 0 : (GLubyte) ((s) >> 7)))
  /external/mesa3d/src/mesa/main/
macros.h 120 #define SHORT_TO_UBYTE(s) ((GLubyte) ((s) < 0 ? 0 : (GLubyte) ((s) >> 7)))

Completed in 1012 milliseconds