Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmatrix.h70 _mesa_Rotatef( GLfloat angle, GLfloat x, GLfloat y, GLfloat z );
Dmatrix.c412 _mesa_Rotatef( GLfloat angle, GLfloat x, GLfloat y, GLfloat z ) in _mesa_Rotatef() function
498 _mesa_Rotatef((GLfloat) angle, (GLfloat) x, (GLfloat) y, (GLfloat) z); in _mesa_Rotated()
Des1_conversion.c738 _mesa_Rotatef((GLfloat) (angle / 65536.0f), in _mesa_Rotatex()
/external/mesa3d/prebuilt-intermediates/main/
Dapi_exec.c1156 SET_Rotatef(exec, _mesa_Rotatef); in _mesa_initialize_exec_table()