Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
H A Dmacros.h135 #define UINT_TO_USHORT(i) ((i) < 0 ? 0 : ((GLushort) ((i) >> 16))) macro

Completed in 2 milliseconds