Searched refs:dotprod_func (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/ | ||
| H A D | m_xform.h | 101 typedef void (*dotprod_func)( GLfloat *out, typedef in typeref:typename:void (*)(GLfloat * out,GLuint out_stride,const GLvector4f * coord_vec,const GLfloat plane[4]) 141 extern dotprod_func _mesa_dotprod_tab[5]; |
| H A D | m_xform.c | 64 dotprod_func _mesa_dotprod_tab[5]; |
| /xsrc/external/mit/MesaLib/dist/src/mesa/math/ | ||
| H A D | m_xform.h | 101 typedef void (*dotprod_func)( GLfloat *out, typedef in typeref:typename:void (*)(GLfloat * out,GLuint out_stride,const GLvector4f * coord_vec,const GLfloat plane[4]) 141 extern dotprod_func _mesa_dotprod_tab[5]; |
| H A D | m_xform.c | 64 dotprod_func _mesa_dotprod_tab[5]; |
Completed in 43 milliseconds