OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_mesa_translatef
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/mesa/main/
matrix.h
82
_mesa_Translatef
( GLfloat x, GLfloat y, GLfloat z );
matrix.c
454
_mesa_Translatef
( GLfloat x, GLfloat y, GLfloat z )
504
_mesa_Translatef
((GLfloat) x, (GLfloat) y, (GLfloat) z);
api_exec.c
200
SET_Translatef(exec,
_mesa_Translatef
);
[
all
...]
es1_conversion.c
941
_mesa_Translatef
((GLfloat) (x / 65536.0f),
Completed in 178 milliseconds