Searched defs:rgb (Results 1 – 6 of 6) sorted by relevance
51 Impersonator< tvec3<T> > rgb; member
230 static uint32_t rgb(uint32_t r, uint32_t g, uint32_t b) in rgb() function
73 uint32_t rgb = (grb & 0xFFFF) | (grb >> 16); in buildAPyramid() local
87 inline static int rgb565To888(int rgb) in rgb565To888()
93 public static int rgb(int red, int green, int blue) { in rgb() method in Color
796 bool rgb; in hwcTestColorConvert() member