Home
last modified time | relevance | path

Searched refs:BYTE_TO_USHORT (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dmacros.h131 #define BYTE_TO_USHORT(b) ((b) < 0 ? 0 : ((GLushort) (((b) * 65535) / 255))) macro

Completed in 2 milliseconds