Home | History | Annotate | Download | only in main

Lines Matching refs:UINT8_TYPE

32    UINT8_TYPE base_colors[2][3];
35 static UINT8_TYPE
36 TAG(etc1_base_color_diff_hi)(UINT8_TYPE in)
41 static UINT8_TYPE
42 TAG(etc1_base_color_diff_lo)(UINT8_TYPE in)
51 static UINT8_TYPE
52 TAG(etc1_base_color_ind_hi)(UINT8_TYPE in)
57 static UINT8_TYPE
58 TAG(etc1_base_color_ind_lo)(UINT8_TYPE in)
63 static UINT8_TYPE
64 TAG(etc1_clamp)(UINT8_TYPE base, int modifier)
69 return (UINT8_TYPE) ((tmp < 0) ? 0 : ((tmp > 255) ? 255 : tmp));
84 TAG(etc1_parse_block)(struct TAG(etc1_block) *block, const UINT8_TYPE *src)
117 int x, int y, UINT8_TYPE *dst)
119 const UINT8_TYPE *base_color;