Searched defs:SHORT_TO_USHORT (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dmacros.h128 #define SHORT_TO_USHORT(s) ((s) < 0 ? 0 : ((GLushort) (((s) * 65535 / 32767)))) macro

Completed in 82 milliseconds