Searched defs:FLOAT_TO_SHORT (Results 1 – 2 of 2) sorted by relevance
78 #define FLOAT_TO_SHORT(X) ( (((GLint) (65535.0F * (X))) - 1) / 2 ) macro