Home
last modified time | relevance | path

Searched refs:clip_func (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/math/
Dm_xform.h102 typedef GLvector4f * (_XFORMAPIP clip_func)( GLvector4f *vClip, typedef
152 extern clip_func _mesa_clip_tab[5];
153 extern clip_func _mesa_clip_np_tab[5];
Dm_xform.c61 clip_func _mesa_clip_tab[5];
62 clip_func _mesa_clip_np_tab[5];
Dm_debug_clip.c46 static clip_func *clip_tab[2] = {
193 static clip_func ref_cliptest[5] = {
229 static int test_cliptest_function( clip_func func, int np, in test_cliptest_function()
383 clip_func func = clip_tab[np][psize]; in _math_test_all_cliptest_functions()