Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
H A Dmacros.h83 #define FLOAT_TO_SHORT(X) ( (((GLint) (65535.0F * (X))) - 1) / 2 ) macro

Completed in 2 milliseconds