Home
last modified time | relevance | path

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

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