Searched defs:R16 (Results 1 – 2 of 2) sorted by relevance
646 struct R16 struct650 static void readColor(gl::ColorF *dst, const R16 *src) in readColor() argument658 static void readColor(gl::ColorUI *dst, const R16 *src) in readColor() argument666 static void writeColor(R16 *dst, const gl::ColorF *src) in writeColor() argument671 static void writeColor(R16 *dst, const gl::ColorUI *src) in writeColor() argument676 static void average(R16 *dst, const R16 *src1, const R16 *src2) in average() argument
80 #define R16(rgb) (uint8_t)((rgb) & kRed5) macro97 #define R16(rgb) (uint8_t)(((rgb) & kRed5) >> 11) macro