Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
H A Dmacros.h134 #define INT_TO_USHORT(i) ((i) < 0 ? 0 : ((GLushort) ((i) >> 15))) macro

Completed in 2 milliseconds