Searched refs:UBYTE_TO_USHORT (Results 1 – 2 of 2) sorted by relevance
132 #define UBYTE_TO_USHORT(b) (((GLushort) (b) << 8) | (GLushort) (b)) macro
409 #define UBYTE_TO_USHORT(B) ((B) | ((B) << 8)) macro