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

/frameworks/native/opengl/libagl/
H A Dmatrix.cpp827 const GLfloat r_depth = reciprocalf(zNear - zFar); local
832 const GLfloat C = (zFar + zNear) * r_depth;
833 const GLfloat D = mul2f(zFar * zNear * r_depth);
867 const GLfloat r_depth = reciprocalf(zFar - zNear); local
870 const GLfloat z = -mul2f(r_depth);
873 const GLfloat tz = -(zFar + zNear) * r_depth;

Completed in 9 milliseconds