Searched refs:div2f (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dfp.h61 inline GLfloat div2f(GLfloat v) CONST;
215 GLfloat div2f(GLfloat v) { function in namespace:android::gl
H A Dmatrix.cpp697 GLfloat sx = div2f(w);
699 GLfloat sy = div2f(h);
704 GLfloat A = div2f(far - near);
705 GLfloat B = div2f(far + near);
896 f[10] = div2f(zFar - zNear);
897 f[14] = div2f(zFar + zNear);

Completed in 52 milliseconds