OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_mesa_Rotatef
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/main/
matrix.c
406
_mesa_Rotatef
( GLfloat angle, GLfloat x, GLfloat y, GLfloat z )
490
_mesa_Rotatef
((GLfloat) angle, (GLfloat) x, (GLfloat) y, (GLfloat) z);
/external/mesa3d/src/mesa/main/
matrix.c
406
_mesa_Rotatef
( GLfloat angle, GLfloat x, GLfloat y, GLfloat z )
490
_mesa_Rotatef
((GLfloat) angle, (GLfloat) x, (GLfloat) y, (GLfloat) z);
Completed in 179 milliseconds