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.cpp686 GLfloat sx = div2f(w); in ogles_viewport()
688 GLfloat sy = div2f(h); in ogles_viewport()
693 GLfloat A = div2f(far - near); in ogles_viewport()
694 GLfloat B = div2f(far + near); in ogles_viewport()
885 f[10] = div2f(zFar - zNear); in depthRangef()
886 f[14] = div2f(zFar + zNear); in depthRangef()