Searched defs:MAX_TYPES (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_translate.c85 #define MAX_TYPES TYPE_IDX(GL_DOUBLE)+1 /* 0xa + 1 */ macro
92 static trans_1f_func _math_trans_1f_tab[MAX_TYPES];
93 static trans_1ui_func _math_trans_1ui_tab[MAX_TYPES];
94 static trans_1ub_func _math_trans_1ub_tab[MAX_TYPES];
95 static trans_3fn_func _math_trans_3fn_tab[MAX_TYPES];
96 static trans_4ub_func _math_trans_4ub_tab[5][MAX_TYPES];
97 static trans_4us_func _math_trans_4us_tab[5][MAX_TYPES];
98 static trans_4f_func _math_trans_4f_tab[5][MAX_TYPES];
99 static trans_4f_func _math_trans_4fn_tab[5][MAX_TYPES];
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_context.h547 #define MAX_TYPES TYPE_IDX(GL_DOUBLE)+1 /* 0xa + 1 */ macro
/external/mesa3d/src/mesa/math/
H A Dm_translate.c85 #define MAX_TYPES TYPE_IDX(GL_DOUBLE)+1 /* 0xa + 1 */ macro
92 static trans_1f_func _math_trans_1f_tab[MAX_TYPES];
93 static trans_1ui_func _math_trans_1ui_tab[MAX_TYPES];
94 static trans_1ub_func _math_trans_1ub_tab[MAX_TYPES];
95 static trans_3fn_func _math_trans_3fn_tab[MAX_TYPES];
96 static trans_4ub_func _math_trans_4ub_tab[5][MAX_TYPES];
97 static trans_4us_func _math_trans_4us_tab[5][MAX_TYPES];
98 static trans_4f_func _math_trans_4f_tab[5][MAX_TYPES];
99 static trans_4f_func _math_trans_4fn_tab[5][MAX_TYPES];
/external/mesa3d/src/mesa/tnl/
H A Dt_context.h547 #define MAX_TYPES TYPE_IDX(GL_DOUBLE)+1 /* 0xa + 1 */ macro

Completed in 236 milliseconds