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