Searched defs:R32 (Results 1 – 2 of 2) sorted by relevance
814 struct R32 struct818 static void readColor(gl::ColorF *dst, const R32 *src) in readColor() argument826 static void readColor(gl::ColorUI *dst, const R32 *src) in readColor() argument834 static void writeColor(R32 *dst, const gl::ColorF *src) in writeColor() argument839 static void writeColor(R32 *dst, const gl::ColorUI *src) in writeColor() argument844 static void average(R32 *dst, const R32 *src1, const R32 *src2) in average() argument
88 #define R32(rgb) (uint8_t)((rgb) & kRed8) macro105 #define R32(rgb) (uint8_t)(((rgb) & kRed8) >> 16) macro