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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_chan.h 73 #define CHAN_TO_SHORT(c) (((c) << 7) | ((c) >> 1))
85 #define CHAN_TO_SHORT(c) ((c) >> 1)
97 #define CHAN_TO_SHORT(c) ((GLshort) (CLAMP((c), 0.0f, 1.0f) * 32767.0))
  /external/mesa3d/src/mesa/swrast/
s_chan.h 73 #define CHAN_TO_SHORT(c) (((c) << 7) | ((c) >> 1))
85 #define CHAN_TO_SHORT(c) ((c) >> 1)
97 #define CHAN_TO_SHORT(c) ((GLshort) (CLAMP((c), 0.0f, 1.0f) * 32767.0))

Completed in 37 milliseconds