Searched refs:color8 (Results 1 – 3 of 3) sorted by relevance
34 vec4 color8[MAX_VIEWS]; // Explicitly sized64 b2[iid].color8[viewID] = vec4(8.0);
33 MemberName 64(perviewBlock) 3 "color8"
729 color8_to_color16 (uint32_t color8, pixman_color_t *color16) in color8_to_color16() argument731 color16->alpha = ((color8 & 0xff000000) >> 24); in color8_to_color16()732 color16->red = ((color8 & 0x00ff0000) >> 16); in color8_to_color16()733 color16->green = ((color8 & 0x0000ff00) >> 8); in color8_to_color16()734 color16->blue = ((color8 & 0x000000ff) >> 0); in color8_to_color16()