Home
last modified time | relevance | path

Searched refs:normal_func (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/Profile/
Dc-attributes.c21 void normal_func(int i) { in normal_func() function
44 normal_func(i); in main()
/external/mesa3d/src/mesa/math/
Dm_xform.h122 typedef void (_NORMAPIP normal_func)( CONST GLmatrix *mat, typedef
154 extern normal_func _mesa_normal_tab[0xf];
Dm_xform.c65 normal_func _mesa_normal_tab[0xf];
Dm_debug_norm.c196 static int test_norm_function( normal_func func, int mtype, long *cycles ) in test_norm_function()
358 normal_func func = _mesa_normal_tab[norm_types[mtype]]; in _math_test_all_normal_transform_functions()
/external/clang/test/Profile/Inputs/
Dc-attributes.proftext13 normal_func
/external/mesa3d/src/mesa/tnl/
Dt_vb_normals.c42 normal_func NormalTransform;