Home
last modified time | relevance | path

Searched refs:rlf (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/opengl/tests/gl_jni/jni/
Dgl_code.cpp36 float rlf = 1.0f / sqrtf(fx*fx + fy*fy + fz*fz); in gluLookAt() local
37 fx *= rlf; in gluLookAt()
38 fy *= rlf; in gluLookAt()
39 fz *= rlf; in gluLookAt()
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp47 float rlf = 1.0f / sqrtf(fx*fx + fy*fy + fz*fz); in gluLookAt() local
48 fx *= rlf; in gluLookAt()
49 fy *= rlf; in gluLookAt()
50 fz *= rlf; in gluLookAt()
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp50 float rlf = 1.0f / sqrtf(fx*fx + fy*fy + fz*fz); in gluLookAt() local
51 fx *= rlf; in gluLookAt()
52 fy *= rlf; in gluLookAt()
53 fz *= rlf; in gluLookAt()
/frameworks/base/opengl/java/android/opengl/
DMatrix.java710 float rlf = 1.0f / Matrix.length(fx, fy, fz); in setLookAtM() local
711 fx *= rlf; in setLookAtM()
712 fy *= rlf; in setLookAtM()
713 fz *= rlf; in setLookAtM()