Home
last modified time | relevance | path

Searched defs:r_height (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DMatrix.java283 final float r_height = 1.0f / (top - bottom); in orthoM() local
342 final float r_height = 1.0f / (top - bottom); in frustumM() local
/frameworks/native/opengl/libagl/
Dmatrix.cpp826 const GLfloat r_height = reciprocalf(top - bottom); in frustumf() local
866 const GLfloat r_height = reciprocalf(top - bottom); in orthof() local