Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DMatrix.java282 final float r_width = 1.0f / (right - left); in orthoM() local
341 final float r_width = 1.0f / (right - left); in frustumM() local
/frameworks/native/opengl/libagl/
Dmatrix.cpp825 const GLfloat r_width = reciprocalf(right - left); in frustumf() local
865 const GLfloat r_width = reciprocalf(right - left); in orthof() local