Searched defs:UBYTE_TO_USHORT (Results 1 – 2 of 2) sorted by relevance
393 #define UBYTE_TO_USHORT(B) ((B) | ((B) << 8)) macro
130 #define UBYTE_TO_USHORT(b) (((GLushort) (b) << 8) | (GLushort) (b)) macro