Home
last modified time | relevance | path

Searched refs:UINT8_TYPE (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dtexcompress_etc_tmp.h32 UINT8_TYPE base_colors[2][3]; in TAG()
35 static UINT8_TYPE
36 TAG(etc1_base_color_diff_hi)(UINT8_TYPE in) in TAG()
41 static UINT8_TYPE
42 TAG(etc1_base_color_diff_lo)(UINT8_TYPE in) in TAG()
51 static UINT8_TYPE
52 TAG(etc1_base_color_ind_hi)(UINT8_TYPE in) in TAG()
57 static UINT8_TYPE
58 TAG(etc1_base_color_ind_lo)(UINT8_TYPE in) in TAG()
63 static UINT8_TYPE
[all …]
Dtexcompress_etc.c102 #define UINT8_TYPE GLubyte macro
106 #undef UINT8_TYPE
/third_party/mesa3d/src/util/format/
Du_format_etc.c7 #define UINT8_TYPE uint8_t macro
11 #undef UINT8_TYPE
/third_party/sqlite/src/
Dsqlite3.c13951 #ifndef UINT8_TYPE
13953 # define UINT8_TYPE uint8_t macro
13955 # define UINT8_TYPE unsigned char macro
13973 typedef UINT8_TYPE u8; /* 1-byte unsigned integer */