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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
macros.h 122 #define INT_TO_UBYTE(i) ((GLubyte) ((i) < 0 ? 0 : (GLubyte) ((i) >> 23)))
  /external/mesa3d/src/mesa/main/
macros.h 122 #define INT_TO_UBYTE(i) ((GLubyte) ((i) < 0 ? 0 : (GLubyte) ((i) >> 23)))

Completed in 426 milliseconds