Searched defs:r_depth (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dmatrix.cpp816 const GLfloat r_depth = reciprocalf(zNear - zFar); local
821 const GLfloat C = (zFar + zNear) * r_depth;
822 const GLfloat D = mul2f(zFar * zNear * r_depth);
856 const GLfloat r_depth = reciprocalf(zFar - zNear); local
859 const GLfloat z = -mul2f(r_depth);
862 const GLfloat tz = -(zFar + zNear) * r_depth;

Completed in 12 milliseconds