OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clampToZerof
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/opengl/libagl/
fp.h
55
inline GLfloat
clampToZerof
(GLfloat) CONST;
166
GLfloat
clampToZerof
(GLfloat v) {
matrix.cpp
893
zNear =
clampToZerof
(zNear > 1 ? 1 : zNear);
894
zFar =
clampToZerof
(zFar > 1 ? 1 : zFar);
Completed in 6367 milliseconds